Chapter 26. Abbrevs

Table of Contents
26.1. Abbrev Concepts
26.2. Defining Abbrevs
26.3. Controlling Abbrev Expansion
26.4. Examining and Editing Abbrevs
26.5. Saving Abbrevs
26.6. Dynamic Abbrev Expansion
26.7. Customizing Dynamic Abbreviation

A defined abbrev is a word which expands, if you insert it, into some different text. Abbrevs are defined by the user to expand in specific ways. For example, you might define foo as an abbrev expanding to find outer otter. Then you would be able to insert find outer otter into the buffer by typing f o o SPC.

A second kind of abbreviation facility is called dynamic abbrev expansion. You use dynamic abbrev expansion with an explicit command to expand the letters in the buffer before point by looking for other words in the buffer that start with those letters. Section 26.6.

"Hippie" expansion generalizes abbreviation expansion. .