Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources for learning Emacs [duplicate]

Tags:

emacs

elisp

I'd like to learn Emacs, and was wondering if anyone had any good resources (free or otherwise) to recommend. I'm mostly interested in programming Emacs, starting from the basics, and lots of "exercises". I have used Emacs and most of its editing features, although I'm a bit rusty so a very quick refresher on that would be useful as well.

Thanks

Edit: Thanks for the suggestions. I'll have a look and update with what I liked...

like image 379
Tal Pressman Avatar asked May 22 '09 06:05

Tal Pressman


People also ask

What is the best way to learn Emacs?

Try the EmacsTutorial, or read one of the BooksAboutEmacs. Learn Emacs using its SelfDocumentation. Asking Emacs directly is the best way to get to know it.

How long does it take to learn Emacs?

My short answer is Yes it is worth taking 3-4 weeks of a diminishing productivity-hit to learn Emacs. Even if you decide you prefer a streamlined unix utility combo over Emacs for development you will derive from it an education widely applicable beyond the editor.

Is it hard to learn Emacs?

“Emacs is too hard to learn!” It's a common refrain, but Emacs is the product of 40 years of continuous effort to build an extensible, self-documenting text editor. With that, comes complexity; but also freedoms that no other IDE or editor can give you.


1 Answers

  1. GNU Emacs manual
  2. GNU Emacs lisp reference
  3. emacswiki
like image 93
dfa Avatar answered Nov 15 '22 12:11

dfa