Difference between revisions of "Emacs Lisp Cheat Sheet"

From WikEmacs
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 10:17, 5 April 2012

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