Go to the first, previous, next, last section, table of contents.

Buffer-Local Variables

Global and local variable bindings are found in most programming languages in one form or another. XEmacs also supports another, unusual kind of variable binding: buffer-local bindings, which apply only to one buffer. Emacs Lisp is meant for programming editing commands, and having different values for a variable in different buffers is an important customization method.


Go to the first, previous, next, last section, table of contents.