Mercurial > hg > xemacs-beta
comparison man/xemacs/abbrevs.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | de805c49cfc1 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
184 @findex list-abbrevs | 184 @findex list-abbrevs |
185 The output from @kbd{M-x list-abbrevs} looks like this: | 185 The output from @kbd{M-x list-abbrevs} looks like this: |
186 | 186 |
187 @example | 187 @example |
188 (lisp-mode-abbrev-table) | 188 (lisp-mode-abbrev-table) |
189 "dk" 0 "define-key" | 189 "dk" 0 "define-key" |
190 (global-abbrev-table) | 190 (global-abbrev-table) |
191 "dfn" 0 "definition" | 191 "dfn" 0 "definition" |
192 @end example | 192 @end example |
193 | 193 |
194 @noindent | 194 @noindent |
195 (Some blank lines of no semantic significance, and some other abbrev | 195 (Some blank lines of no semantic significance, and some other abbrev |
196 tables, have been omitted.) | 196 tables, have been omitted.) |
255 @vindex abbrev-file-name | 255 @vindex abbrev-file-name |
256 @kbd{M-x read-abbrev-file} prompts for a file name using the | 256 @kbd{M-x read-abbrev-file} prompts for a file name using the |
257 minibuffer and reads the specified file, defining abbrevs according to | 257 minibuffer and reads the specified file, defining abbrevs according to |
258 its contents. @kbd{M-x quietly-read-abbrev-file} is the same but does | 258 its contents. @kbd{M-x quietly-read-abbrev-file} is the same but does |
259 not display a message in the echo area; it is actually useful primarily | 259 not display a message in the echo area; it is actually useful primarily |
260 in the init file. @xref{Init File}. If you give an empty argument to | 260 in the @file{.emacs} file. If you give an empty argument to either of |
261 either of these functions, the file name Emacs uses is the value of the | 261 these functions, the file name Emacs uses is the value of the variable |
262 variable @code{abbrev-file-name}, which is by default | 262 @code{abbrev-file-name}, which is by default @code{"~/.abbrev_defs"}. |
263 @code{"~/.abbrev_defs"}. | |
264 | 263 |
265 @vindex save-abbrevs | 264 @vindex save-abbrevs |
266 Emacs offers to save abbrevs automatically if you have changed any of | 265 Emacs offers to save abbrevs automatically if you have changed any of |
267 them, whenever it offers to save all files (for @kbd{C-x s} or @kbd{C-x | 266 them, whenever it offers to save all files (for @kbd{C-x s} or @kbd{C-x |
268 C-c}). Set the variable @code{save-abbrevs} to @code{nil} to inhibit | 267 C-c}). Set the variable @code{save-abbrevs} to @code{nil} to inhibit |