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


Invoking a Mode

When a new file is loaded the function init-mode tries to find the mode that it should be edited with. If it is successful the mode will be automatically invoked.

It is also possible to install a mode manually, simply invoke the command which is the name of the mode. For example to install the `C mode' in a buffer type Meta-x c-mode.


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