Emacs Lisp Cheat Sheet

From WikEmacs
Revision as of 10:17, 5 April 2012 by S9nn9s (talk | contribs) (Created page with "==Special form== special form has its own rule for which arguments are evaluated {| class="wikitable" |+ Special Form |- | Purpose || Forms |- | Definition || defconst defmacr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Special form

special form has its own rule for which arguments are evaluated

Special Form
Purpose Forms
Definition defconst defmacro defun defvar function
Binding constructs let let* function
Conditional evaluation and cond if or
Sequential evaluation prog1 prog2 progn
Iteration while
Syntactic extension
Quoting quote
Assignment setq setq-default
Nonlocal Exits catch condition-case unwind-protect
Save save-current-buffer save-excursion save-restriction save-window-excursion
Other interactive track-mouse with-output-to-temp-buffer