TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Spacemacs 0.105.0 released

212 pointsby psibiover 9 years ago

21 comments

jcofflandover 9 years ago
I've been using emacs for about 20yrs as my main coding editor and vi regularly as a fast command line editor. Can some one explain in clear terms why I would want to learn a new set of key bindings? What are the advantages of spacemacs other than a better configuration system and nifty graphics? Both the Github page and website do a terrible job of explaining this, IMO. Maybe the answer is that it was not made for me.
评论 #10839871 未加载
评论 #10839024 未加载
评论 #10839637 未加载
评论 #10840275 未加载
评论 #10838863 未加载
评论 #10842175 未加载
评论 #10838480 未加载
评论 #10838504 未加载
评论 #10839863 未加载
评论 #10838489 未加载
shadelessover 9 years ago
Also a great addition is the new Spacemacs website which went live today: <a href="http:&#x2F;&#x2F;spacemacs.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;spacemacs.org&#x2F;</a>
评论 #10838657 未加载
jacobmoeover 9 years ago
People like to say that emacs isn&#x27;t an editor but a platform, or just a lisp interpreter that comes with text editing libraries. But is it? The emacs development team sees it as a text editor, I think. If it was just an interpreter, I can imagine many editors built on top of it, with spacemacs being just one. If it&#x27;s an editor, than wouldn&#x27;t you expect the good ideas from projects like spacemacs to make its way into the emacs core? I wonder if the emacs core team should go all in with the emacs-as-a-platform idea and focus on just the core features, letting projects like spacemacs to create an appealing editor.
评论 #10841018 未加载
评论 #10839891 未加载
评论 #10839901 未加载
评论 #10839121 未加载
jasonjacksonover 9 years ago
I love Spacemacs, I&#x27;m a total convert I barely ever use vim now -- best of both worlds.
评论 #10840779 未加载
评论 #10838453 未加载
fizixerover 9 years ago
Slightly off-topic. I&#x27;m looking for a tutorial&#x2F;article&#x2F;project to create a toy (or even feature-full) emacs-like text editor from the ground up.<p>Using two languages: C and scheme (preferably R7RS-small).<p>I have quite a few resources to create a vi&#x2F;vim like editor from scratch (vis, some python projects, etc) but non in the scheme+C arena along emacs lines.<p>Emacs project itself is a bad example of studying the architecture of such an editor because of its humongous codebase (~250 kloc C, ~1.2 Mloc e-lisp) unless someone has done a good write-up about how to get familiar with architecture and extensibility infrastructure.
评论 #10840576 未加载
评论 #10840714 未加载
评论 #10841604 未加载
Naomarikover 9 years ago
Been using this for a few months now and this configuration of emacs has made coding and note taking a pleasure.
iLemmingover 9 years ago
Spacemacs is awesome! Anyone who still using Vim should at least try it.
ubercowover 9 years ago
1.2 What is the official pronunciation of Spacemacs?<p>As it is written, that is space then macs.<p>I was wrong this whole time. I always pronounced it like &quot;space emacs&quot; or &quot;spacey-macs&quot; if you will.
评论 #10838712 未加载
评论 #10838737 未加载
评论 #10838768 未加载
评论 #10838720 未加载
jophdeover 9 years ago
Easily the best editor going imo.
评论 #10841341 未加载
codygmanover 9 years ago
For me Spacemacs is perfect:<p>7~ years using vim 4 years using emacs<p>enjoyed modal editing in vim, got very good with it enjoyed how easy it was to program&#x2F;debug emacs tried setting up evil, wasn&#x27;t up to the task of configuring it<p>With both Emacs and Vim I had trouble having to upgrade my configs too often, but that&#x27;s not necessarily their fault.<p>It could just be a coincidence of timing, but Spacemacs gives me most of what I want by default and makes it easy for me to customize.<p>I will say that the Emacs graphic rendering bug which causes pathologically bad performance on long lines has been biting me a lot using Spacemacs to do Golang development.
davidwover 9 years ago
A colleague is using it and I had a look, but it seems kind of weird because it doesn&#x27;t seem like Emacs any more to the point where I couldn&#x27;t easily do Emacs stuff with it.<p>I&#x27;ve been using regular old Emacs for about 20 years. For those more familiar with Spacemacs, how hard is it to accomplish some of what it does, or transition to a more normal Emacs setup once you get to like Emacs?<p><i>Edit</i> - this is just out of curiosity. I hope to use Emacs for another 20 years at least :-)
评论 #10838230 未加载
评论 #10841298 未加载
评论 #10838190 未加载
评论 #10838153 未加载
gcaoover 9 years ago
How well does Spacemacs work in a terminal (e.g. iTerm)? I&#x27;ve been using iTerm+Tmux+vim and don&#x27;t want to give up iTerm+tmux just yet.
评论 #10840065 未加载
评论 #10839250 未加载
评论 #10839658 未加载
评论 #10839238 未加载
评论 #10840622 未加载
评论 #10839958 未加载
评论 #10841543 未加载
评论 #10839448 未加载
piotrrojekover 9 years ago
I don&#x27;t have any experience in neither Vim, nor Emacs. Should I try it? Looks awesome. Also - is there any way to add Go (golang) support?
评论 #10838418 未加载
评论 #10838189 未加载
评论 #10838180 未加载
评论 #10838876 未加载
platzover 9 years ago
everyone talks about spacemacs=vim. this is nice, but what turned me off of spacemacs was the layers config abstractions. It breaks the normal configuration of emacs.<p>Just install evil mode and a few contrib packages.. that&#x27;s spacemacs lite.
评论 #10839500 未加载
评论 #10889595 未加载
oneeyedpigeonover 9 years ago
I feel like the author missed a golden opportunity to call this Vimacs ...
评论 #10838717 未加载
eruditelyover 9 years ago
This is really cool, I&#x27;ve been using bbatsov&#x27;s one and I&#x27;m going to try this. One thing I <i>really</i> suggest is installing the seethru plugin here&#x27;s a screenshot, it makes emacs transparent.<p><a href="http:&#x2F;&#x2F;imgur.com&#x2F;DUCv2UK" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;DUCv2UK</a><p>I also use webstorm 11 as my emacs skill is insufficient to graduate to apprentice neckbeard. my apologies.
评论 #10842547 未加载
StreakyCobraover 9 years ago
Come to the dark side of Emacs. We have cookies.
shriphaniover 9 years ago
I used spacemacs for a bit a few months ago but launch-times were really long. I use emacs as my default editor and I really hated the bootstrapping process when I fired up emacs to edit a config from the command line.<p>If someone has a simple fix to this problem I would gladly use it since they seemed to have the right ingredients for a top notch experience.
评论 #10838665 未加载
评论 #10840540 未加载
评论 #10841549 未加载
trevorhartmanover 9 years ago
All the links in the docs TOC are broken: <a href="https:&#x2F;&#x2F;github.com&#x2F;syl20bnr&#x2F;spacemacs&#x2F;blob&#x2F;master&#x2F;doc&#x2F;DOCUMENTATION.org" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;syl20bnr&#x2F;spacemacs&#x2F;blob&#x2F;master&#x2F;doc&#x2F;DOCUME...</a>
评论 #10839702 未加载
human_errorover 9 years ago
I tried it for couple of weeks but returned back to emacs. It has some cool features but I couldn&#x27;t get used to its keybindings. I&#x27;m sure they&#x27;re customizable but I wasn&#x27;t motivated enough to do so.
评论 #10840814 未加载
cant_kantover 9 years ago
Basically viper in sheep&#x27;s clothing.