Global and local variable bindings are found in most programming languages in one form or another. Emacs, however, also supports additional, unusual kinds of variable binding, such as buffer-local bindings, which apply only in one buffer. Having different values for a variable in different buffers is an important customization method. (Variables can also have bindings that are local to each terminal. See Multiple Terminals.)
• Intro to Buffer-Local: | Introduction and concepts. | |
• Creating Buffer-Local: | Creating and destroying buffer-local bindings. | |
• Default Value: | The default value is seen in buffers that don’t have their own buffer-local values. |
Copyright © 1990-1996, 1998-2019 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer_002dLocal-Variables.html