Difference between revisions of "Tutorial"

From WikEmacs
Jump to navigation Jump to search
Line 1: Line 1:
 
== Tutorial for using Emacs ==
 
== Tutorial for using Emacs ==
  
the absolute mandatory way to begin learning emacs to is to use the builtin Tutorial.
+
The absolute mandatory way to begin learning Emacs to is to use the built-in tutorial.
  
* you can (c-h t) ,meaning hold your control key and 'h' as same time then press t, to launch the tutorial.
+
* You can {{Keys|C-h t}}, meaning hold the Control key and press 'h' at same time, then release them and press 't', which will launch the tutorial.
  
 
== Tutorial for Emacs Lisp ==
 
== Tutorial for Emacs Lisp ==

Revision as of 21:53, 23 April 2012

Tutorial for using Emacs

The absolute mandatory way to begin learning Emacs to is to use the built-in tutorial.

  • You can [C-h t], meaning hold the Control key and press 'h' at same time, then release them and press 't', which will launch the tutorial.

Tutorial for Emacs Lisp

Emacs as lisp machine, most of its function is implement by Emacs lisp, and you customize Emacs with elisp. Learning elisp, at least understand its syntax, can be very useful. there is a official tutorial for elisp.

  • you can (c-h i m Emacs Lisp Intro <enter>) to begin the tutorial.