Difference between revisions of "Tutorial"
Jump to navigation
Jump to search
(Created page with "== Tutorial for using Emacs == the absolute mandatory way to begin learning emacs to is to use the builtin Tutorial. * you can (c-h t) ,meaning hold your control key and 'h'...") |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
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 built-in 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. |
+ | |||
+ | [http://david.rothlis.net/emacs/howtolearn.html How to learn Emacs] is a guide that teaches Emacs using the built-in help and the elisp source code. | ||
== Tutorial for Emacs Lisp == | == 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, | + | 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. | ||
− | + | [[Category:Tutorial]] |
Latest revision as of 19:50, 18 October 2013
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.
How to learn Emacs is a guide that teaches Emacs using the built-in help and the elisp source code.
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.