Great work with this tutorial! It's a nice intro guide to Emacs. One thing I'd recommend adding in the introduction is that even though Emacs can be daunting to learn in the beginning, the effort is worth it because it will eventually become your editor for everything, not just Clojure. Have to start programming in a different language? Emacs is there for you. Want to write an e-mail message? Emacs is there for you.…
Start Using Emacs – A Thorough Guide for Beginners
11–20 of 138 posts
Re: Start Using Emacs – A Thorough Guide for Beginners
#12After about a year developing a love/hate relationship with Vim I've finally had enough. After reading this post I think I'm ready to make the switch. Very good writing. Thanks for posting it.
Re: Start Using Emacs – A Thorough Guide for Beginners
#13After about a year developing a love/hate relationship with Vim I've finally had enough. After reading this post I think I'm ready to make the switch. Very good writing. Thanks for posting it.
Install evil-mode and you can use all the vim movement shortcuts you're familiar with.
Re: Start Using Emacs – A Thorough Guide for Beginners
#14Re: Start Using Emacs – A Thorough Guide for Beginners
#15My emacs skills are still probably only 1% of his, but after working that short time with him I have never been able to fully feel comfortable using textmate or sublime text. I always come back to emacs, even though the learning curve even years later is still there. Just feels like the right tool to me.
Re: Start Using Emacs – A Thorough Guide for Beginners
#16Emacs is one of the most powerful and impressive programs I have ever seen. It just lacks a decent editor.
Re: Start Using Emacs – A Thorough Guide for Beginners
#17What benefits does Emacs have over something like Sublime? All I can see is you can customize a million key binds so you don't have to use the mouse. Sorry but I'm not racing type to as fast as possible when I write code, I don't mind spending an extra second and using a cursor.
PS: Also, leaving the keyboard easily breaks the flow, specially when you are in the "damn, delete this whole line and start again" frenzy that is just milliseconds away from your neat idea. C-a C-k (this also works in most text boxes in Mac OS, though) is extra fast for this kind of things.
As for leaving the mouse, that's not the point. I'm a heavy emacs user, but my latest dwelling with Go have been using Acme (which is a mouse-heavy text editor) and it is very enjoyable, as a change of pace. But being in emacs is not "for the keyboard" as much as being in Acme is not "for the mouse."
Re: Start Using Emacs – A Thorough Guide for Beginners
#18Activating the "Use option as meta key" isn't a good solution because I sometimes need to type accented characters that require the option key.
How do people deal with this when using Emacs in the OS X Terminal app?
Re: Start Using Emacs – A Thorough Guide for Beginners
#19> There are other options, like Aquamacs, which are supposed to make Emacs more "Mac-like", but they're problematic in the long run because they're set up so differently from standard Emacs that it's difficult to use the Emacs manual or follow along with tutorials. Having used emacs on linux, windows and now mac I disagree with this - though aquamacs introduces some (annoying, to me) functionality, you can simply tur…
When you say vanilla emacs, do you include the Cocoa version? ( http://emacsformacosx.com/ ) I'm using that many hours every day and have zero problems. Regarding fullscreen, if you use a recent build both native and non-native fullscreen are supported.
Re: Start Using Emacs – A Thorough Guide for Beginners
#20I tried to get into Emacs on OS X a few times, but one of the things I don't like is the awkwardness of not having the Meta key mapped to a direct simple key press. Activating the "Use option as meta key" isn't a good solution because I sometimes need to type accented characters that require the option key. How do people deal with this when using Emacs in the OS X Terminal app?