Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
285 | 285 |
286 Editing Types | 286 Editing Types |
287 | 287 |
288 * Buffer Type:: The basic object of editing. | 288 * Buffer Type:: The basic object of editing. |
289 * Window Type:: What makes buffers visible. | 289 * Window Type:: What makes buffers visible. |
290 * Window Configuration Type::Save what the screen looks like. | 290 * Window Configuration Type:: Save what the screen looks like. |
291 * Marker Type:: A position in a buffer. | 291 * Marker Type:: A position in a buffer. |
292 * Process Type:: A process running on the underlying OS. | 292 * Process Type:: A process running on the underlying OS. |
293 * Stream Type:: Receive or send characters. | 293 * Stream Type:: Receive or send characters. |
294 * Keymap Type:: What function a keystroke invokes. | 294 * Keymap Type:: What function a keystroke invokes. |
295 * Syntax Table Type:: What a character means. | 295 * Syntax Table Type:: What a character means. |
306 * Math Functions:: Trig, exponential and logarithmic functions. | 306 * Math Functions:: Trig, exponential and logarithmic functions. |
307 * Random Numbers:: Obtaining random integers, predictable or not. | 307 * Random Numbers:: Obtaining random integers, predictable or not. |
308 | 308 |
309 Strings and Characters | 309 Strings and Characters |
310 | 310 |
311 * Basics: String Basics. Basic properties of strings and characters. | 311 * String Basics:: Basic properties of strings and characters. |
312 * 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. |
313 * Creating Strings:: Functions to allocate new strings. | 313 * Creating Strings:: Functions to allocate new strings. |
314 * Predicates for Characters:: Testing whether an object is a character. | 314 * Predicates for Characters:: Testing whether an object is a character. |
315 * Character Codes:: Each character has an equivalent integer. | 315 * Character Codes:: Each character has an equivalent integer. |
316 * Text Comparison:: Comparing characters or strings. | 316 * Text Comparison:: Comparing characters or strings. |