Next: Changing the length of a Tab, Previous: Valid X resources, Up: Common requests [Contents][Index]
There are a number of ways to execute (evaluate, in Lisp lingo) an Emacs Lisp form:
emacs-lisp-mode, typing C-M-x evaluates a top-level form
before or around point.
load
instead.)
The functions load-library, eval-region,
eval-buffer, require, and autoload are also
useful; see Emacs Lisp documentation, if you want to learn more
about them.