Difference between revisions of "Learning Resources"
(→Books: Added a link to 'Casting Spells in Lisp (Emacs Lisp version)') |
|||
Line 13: | Line 13: | ||
Can be obtained from O'Reilly http://shop.oreilly.com/product/9781565921528.do | Can be obtained from O'Reilly http://shop.oreilly.com/product/9781565921528.do | ||
+ | |||
+ | * '''Casting Spells in Lisp (Emacs Lisp version)''' by Conrad Barski M.D. | ||
+ | |||
+ | Written originally to teach Lisp, the book has been modified for [http://www.gnu.org/software/emacs/emacs-lisp-intro/ Emacs Lisp]. The presentation is in a form between a comic book and a manual that educates while you have fun. The best of both worlds. | ||
+ | |||
+ | It can be read online [http://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html here]. | ||
== Tutorials == | == Tutorials == |
Revision as of 22:56, 24 March 2012
Emacs Tutorial - Beginners Mandatory
Emacs ships with a tutorial. Just type `C-h t`. It teaches you all the essentials you need to know for starting emacs.
Intermediate to advanced users can browse in-built help with `C-h r`.
Books
- Learning GNU Emacs, 2nd Edition by Debra Cameron, Bill Rosenblatt, Eric S. Raymond
Much better than the current, 3rd edition. The first half of the book walks you through the fundamental steps, as a tutorial.
Can be obtained from O'Reilly http://shop.oreilly.com/product/9781565921528.do
- Casting Spells in Lisp (Emacs Lisp version) by Conrad Barski M.D.
Written originally to teach Lisp, the book has been modified for Emacs Lisp. The presentation is in a form between a comic book and a manual that educates while you have fun. The best of both worlds.
It can be read online here.
Tutorials
- Xah Emacs Lisp Tutorial - This concise and concrete tutorial focus on practical needs with examples.
Screencasts
- YouTube Channel: Hacks Emacs
- Emacs Rocks!
- Emacs Movies
Blogs
- Emacs Fu - Useful Tricks for Emacs
- Mastering Emacs
- Got Emacs?
- Xah Emacs Blog - Tips and tricks for emacs and emacs lisp
- Planet Emacsen - blogroll, includes probably all above
Useful Extensions
Before you install a lot of extensions, explore your Emacs distribution! Try 'C-h p' (find-emacs-packages) to browse the available packages by category.
Configuring Emacs
This blog post is a great introduction to setting up your .emacs and emacs dir the "professional way"!