Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 6240c7796c7a |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
1 \input ../texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 @c %**start of header | 2 @c %**start of header |
3 @setfilename ../../info/lispref.info | 3 @setfilename ../../info/lispref.info |
4 @c @smallbook | 4 @c @smallbook |
5 @settitle XEmacs Lisp Reference Manual | 5 @settitle XEmacs Lisp Reference Manual |
6 @c %**end of header | 6 @c %**end of header |
7 | 7 |
8 @ifinfo | 8 @ifinfo |
9 @dircategory XEmacs Editor | |
10 @direntry | |
11 * Lispref: (lispref). XEmacs Lisp Reference Manual. | |
12 @end direntry | |
13 | |
9 Edition History: | 14 Edition History: |
10 | 15 |
11 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 | 16 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 |
12 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 | 17 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 |
13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 | 18 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 |
280 | 285 |
281 Editing Types | 286 Editing Types |
282 | 287 |
283 * Buffer Type:: The basic object of editing. | 288 * Buffer Type:: The basic object of editing. |
284 * Window Type:: What makes buffers visible. | 289 * Window Type:: What makes buffers visible. |
285 * Window Configuration Type::Save what the screen looks like. | 290 * Window Configuration Type:: Save what the screen looks like. |
286 * Marker Type:: A position in a buffer. | 291 * Marker Type:: A position in a buffer. |
287 * Process Type:: A process running on the underlying OS. | 292 * Process Type:: A process running on the underlying OS. |
288 * Stream Type:: Receive or send characters. | 293 * Stream Type:: Receive or send characters. |
289 * Keymap Type:: What function a keystroke invokes. | 294 * Keymap Type:: What function a keystroke invokes. |
290 * Syntax Table Type:: What a character means. | 295 * Syntax Table Type:: What a character means. |
301 * Math Functions:: Trig, exponential and logarithmic functions. | 306 * Math Functions:: Trig, exponential and logarithmic functions. |
302 * Random Numbers:: Obtaining random integers, predictable or not. | 307 * Random Numbers:: Obtaining random integers, predictable or not. |
303 | 308 |
304 Strings and Characters | 309 Strings and Characters |
305 | 310 |
306 * Basics: String Basics. Basic properties of strings and characters. | 311 * String Basics:: Basic properties of strings and characters. |
307 * Predicates for Strings:: Testing whether an object is a string or char. | 312 * Predicates for Strings:: Testing whether an object is a string or char. |
308 * Creating Strings:: Functions to allocate new strings. | 313 * Creating Strings:: Functions to allocate new strings. |
309 * Predicates for Characters:: Testing whether an object is a character. | 314 * Predicates for Characters:: Testing whether an object is a character. |
310 * Character Codes:: Each character has an equivalent integer. | 315 * Character Codes:: Each character has an equivalent integer. |
311 * Text Comparison:: Comparing characters or strings. | 316 * Text Comparison:: Comparing characters or strings. |