ada9e9b2d3439ee1a093c150ef5af04e4939e7c3
[chise/xemacs-chise.git-] / info / lispref.info
1 This is ../info/lispref.info, produced by makeinfo version 4.0b from
2 lispref/lispref.texi.
3
4 INFO-DIR-SECTION XEmacs Editor
5 START-INFO-DIR-ENTRY
6 * Lispref: (lispref).           XEmacs Lisp Reference Manual.
7 END-INFO-DIR-ENTRY
8
9    Edition History:
10
11    GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 GNU
12 Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 Lucid
13 Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994
14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
15 GNU Emacs Lisp Reference Manual v2.4, June 1995 XEmacs Lisp
16 Programmer's Manual (for 19.13) Third Edition, July 1995 XEmacs Lisp
17 Reference Manual (for 19.14 and 20.0) v3.1, March 1996 XEmacs Lisp
18 Reference Manual (for 19.15 and 20.1, 20.2, 20.3) v3.2, April, May,
19 November 1997 XEmacs Lisp Reference Manual (for 21.0) v3.3, April 1998
20
21    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software
22 Foundation, Inc.  Copyright (C) 1994, 1995 Sun Microsystems, Inc.
23 Copyright (C) 1995, 1996 Ben Wing.
24
25    Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
29    Permission is granted to copy and distribute modified versions of
30 this manual under the conditions for verbatim copying, provided that the
31 entire resulting derived work is distributed under the terms of a
32 permission notice identical to this one.
33
34    Permission is granted to copy and distribute translations of this
35 manual into another language, under the above conditions for modified
36 versions, except that this permission notice may be stated in a
37 translation approved by the Foundation.
38
39    Permission is granted to copy and distribute modified versions of
40 this manual under the conditions for verbatim copying, provided also
41 that the section entitled "GNU General Public License" is included
42 exactly as in the original, and provided that the entire resulting
43 derived work is distributed under the terms of a permission notice
44 identical to this one.
45
46    Permission is granted to copy and distribute translations of this
47 manual into another language, under the above conditions for modified
48 versions, except that the section entitled "GNU General Public License"
49 may be included in a translation approved by the Free Software
50 Foundation instead of in the original English.
51
52 \1f
53 Indirect:
54 lispref.info-1: 2367
55 lispref.info-2: 49117
56 lispref.info-3: 97602
57 lispref.info-4: 147442
58 lispref.info-5: 197181
59 lispref.info-6: 245535
60 lispref.info-7: 293942
61 lispref.info-8: 342607
62 lispref.info-9: 387689
63 lispref.info-10: 436620
64 lispref.info-11: 485477
65 lispref.info-12: 534008
66 lispref.info-13: 581560
67 lispref.info-14: 629418
68 lispref.info-15: 678833
69 lispref.info-16: 726828
70 lispref.info-17: 772165
71 lispref.info-18: 819635
72 lispref.info-19: 867193
73 lispref.info-20: 914819
74 lispref.info-21: 962846
75 lispref.info-22: 1011768
76 lispref.info-23: 1058031
77 lispref.info-24: 1104495
78 lispref.info-25: 1154155
79 lispref.info-26: 1202846
80 lispref.info-27: 1251701
81 lispref.info-28: 1300368
82 lispref.info-29: 1350319
83 lispref.info-30: 1398468
84 lispref.info-31: 1444123
85 lispref.info-32: 1494112
86 lispref.info-33: 1542682
87 lispref.info-34: 1589887
88 lispref.info-35: 1639713
89 lispref.info-36: 1688389
90 lispref.info-37: 1734122
91 lispref.info-38: 1783261
92 lispref.info-39: 1830703
93 lispref.info-40: 1879256
94 lispref.info-41: 1925809
95 lispref.info-42: 1974504
96 lispref.info-43: 2018879
97 lispref.info-44: 2063248
98 lispref.info-45: 2109742
99 lispref.info-46: 2150584
100 lispref.info-47: 2199802
101 lispref.info-48: 2213671
102 \1f
103 Tag Table:
104 (Indirect)
105 Node: Top\7f2367
106 Node: Copying\7f49117
107 Node: Introduction\7f68273
108 Node: Caveats\7f69864
109 Node: Lisp History\7f71543
110 Node: Conventions\7f72799
111 Node: Some Terms\7f73614
112 Node: nil and t\7f74335
113 Node: Evaluation Notation\7f76012
114 Node: Printing Notation\7f76925
115 Node: Error Messages\7f77799
116 Node: Buffer Text Notation\7f78240
117 Node: Format of Descriptions\7f79115
118 Node: A Sample Function Description\7f79969
119 Node: A Sample Variable Description\7f83955
120 Node: Acknowledgements\7f84863
121 Node: Lisp Data Types\7f86841
122 Node: Printed Representation\7f89396
123 Node: Comments\7f91438
124 Node: Primitive Types\7f92335
125 Node: Programming Types\7f93994
126 Node: Integer Type\7f95946
127 Node: Floating Point Type\7f96983
128 Node: Character Type\7f97602
129 Node: Symbol Type\7f105506
130 Node: Sequence Type\7f108201
131 Node: Cons Cell Type\7f109720
132 Node: Dotted Pair Notation\7f114204
133 Node: Association List Type\7f116325
134 Node: Array Type\7f117208
135 Node: String Type\7f118674
136 Node: Vector Type\7f121355
137 Node: Bit Vector Type\7f122127
138 Node: Function Type\7f122989
139 Node: Macro Type\7f124102
140 Node: Primitive Function Type\7f124799
141 Node: Compiled-Function Type\7f126325
142 Node: Autoload Type\7f126879
143 Node: Char Table Type\7f127893
144 Node: Hash Table Type\7f128067
145 Node: Range Table Type\7f129222
146 Node: Weak List Type\7f130075
147 Node: Editing Types\7f130225
148 Node: Buffer Type\7f131852
149 Node: Marker Type\7f133879
150 Node: Extent Type\7f134603
151 Node: Window Type\7f135871
152 Node: Frame Type\7f137282
153 Node: Device Type\7f138077
154 Node: Console Type\7f138903
155 Node: Window Configuration Type\7f140104
156 Node: Event Type\7f140802
157 Node: Process Type\7f140966
158 Node: Stream Type\7f142001
159 Node: Keymap Type\7f143124
160 Node: Syntax Table Type\7f143662
161 Node: Display Table Type\7f144685
162 Node: Database Type\7f145124
163 Node: Charset Type\7f145290
164 Node: Coding System Type\7f145454
165 Node: ToolTalk Message Type\7f145638
166 Node: ToolTalk Pattern Type\7f145837
167 Node: Window-System Types\7f146009
168 Node: Face Type\7f147155
169 Node: Glyph Type\7f147286
170 Node: Specifier Type\7f147442
171 Node: Font Instance Type\7f147615
172 Node: Color Instance Type\7f147805
173 Node: Image Instance Type\7f148002
174 Node: Toolbar Button Type\7f148200
175 Node: Subwindow Type\7f148393
176 Node: X Resource Type\7f148572
177 Node: Type Predicates\7f148725
178 Node: Equality Predicates\7f157854
179 Node: Numbers\7f162665
180 Node: Integer Basics\7f164120
181 Node: Float Basics\7f166469
182 Node: Predicates on Numbers\7f168211
183 Node: Comparison of Numbers\7f169844
184 Node: Numeric Conversions\7f173665
185 Node: Arithmetic Operations\7f175131
186 Node: Rounding Operations\7f181270
187 Node: Bitwise Operations\7f182383
188 Node: Math Functions\7f191429
189 Node: Random Numbers\7f193962
190 Node: Strings and Characters\7f195728
191 Node: String Basics\7f197181
192 Node: Predicates for Strings\7f199599
193 Node: Creating Strings\7f200362
194 Node: Predicates for Characters\7f205703
195 Node: Character Codes\7f206774
196 Node: Text Comparison\7f208194
197 Node: String Conversion\7f211639
198 Node: Modifying Strings\7f215309
199 Node: String Properties\7f215950
200 Node: Formatting Strings\7f216595
201 Node: Character Case\7f226213
202 Node: Case Tables\7f229767
203 Node: Char Tables\7f233738
204 Node: Char Table Types\7f235130
205 Node: Working With Char Tables\7f236715
206 Node: Lists\7f238732
207 Node: Cons Cells\7f239855
208 Node: Lists as Boxes\7f241191
209 Node: List-related Predicates\7f243833
210 Node: List Elements\7f245535
211 Node: Building Lists\7f250564
212 Node: Modifying Lists\7f256556
213 Node: Setcar\7f257368
214 Node: Setcdr\7f259799
215 Node: Rearrangement\7f262320
216 Node: Sets And Lists\7f267906
217 Node: Association Lists\7f272134
218 Ref: Association Lists-Footnote-1\7f281425
219 Node: Property Lists\7f281630
220 Node: Working With Normal Plists\7f283178
221 Node: Working With Lax Plists\7f285515
222 Node: Converting Plists To/From Alists\7f287795
223 Node: Weak Lists\7f289143
224 Node: Sequences Arrays Vectors\7f291306
225 Node: Sequence Functions\7f293942
226 Node: Arrays\7f297601
227 Node: Array Functions\7f300665
228 Node: Vectors\7f303198
229 Node: Vector Functions\7f304696
230 Node: Bit Vectors\7f307267
231 Node: Bit Vector Functions\7f308112
232 Node: Symbols\7f310411
233 Node: Symbol Components\7f311460
234 Node: Definitions\7f315643
235 Node: Creating Symbols\7f317868
236 Node: Symbol Properties\7f324902
237 Node: Plists and Alists\7f326429
238 Node: Object Plists\7f328178
239 Node: Other Plists\7f330938
240 Node: Evaluation\7f332737
241 Node: Intro Eval\7f333542
242 Ref: Intro Eval-Footnote-1\7f336895
243 Node: Eval\7f337030
244 Node: Forms\7f341448
245 Node: Self-Evaluating Forms\7f342607
246 Node: Symbol Forms\7f344120
247 Node: Classifying Lists\7f345037
248 Node: Function Indirection\7f345793
249 Node: Function Forms\7f348892
250 Node: Macro Forms\7f349889
251 Node: Special Forms\7f351489
252 Node: Autoloading\7f353798
253 Node: Quoting\7f354296
254 Node: Control Structures\7f355657
255 Node: Sequencing\7f357277
256 Node: Conditionals\7f360142
257 Node: Combining Conditions\7f363565
258 Node: Iteration\7f366835
259 Node: Nonlocal Exits\7f368614
260 Node: Catch and Throw\7f369316
261 Node: Examples of Catch\7f373155
262 Node: Errors\7f375174
263 Node: Signaling Errors\7f376663
264 Node: Processing of Errors\7f385410
265 Node: Handling Errors\7f387689
266 Node: Error Symbols\7f394930
267 Node: Cleanups\7f398886
268 Node: Variables\7f402664
269 Node: Global Variables\7f404433
270 Node: Constant Variables\7f405509
271 Node: Local Variables\7f406135
272 Node: Void Variables\7f411072
273 Node: Defining Variables\7f414588
274 Node: Accessing Variables\7f421752
275 Node: Setting Variables\7f423177
276 Node: Variable Scoping\7f427696
277 Node: Scope\7f429295
278 Node: Extent\7f430820
279 Node: Impl of Scope\7f432299
280 Node: Using Scoping\7f434262
281 Node: Buffer-Local Variables\7f435784
282 Node: Intro to Buffer-Local\7f436620
283 Node: Creating Buffer-Local\7f439163
284 Node: Default Value\7f445062
285 Node: Variable Aliases\7f448205
286 Node: Functions\7f450056
287 Node: What Is a Function\7f451150
288 Node: Lambda Expressions\7f455196
289 Node: Lambda Components\7f456106
290 Node: Simple Lambda\7f457938
291 Node: Argument List\7f459595
292 Node: Function Documentation\7f463323
293 Node: Function Names\7f465265
294 Node: Defining Functions\7f467838
295 Node: Calling Functions\7f470878
296 Node: Mapping Functions\7f474726
297 Node: Anonymous Functions\7f477414
298 Node: Function Cells\7f480659
299 Node: Inline Functions\7f485477
300 Node: Related Topics\7f487287
301 Node: Macros\7f488340
302 Node: Simple Macro\7f489624
303 Node: Expansion\7f490359
304 Node: Compiling Macros\7f493363
305 Node: Defining Macros\7f495199
306 Node: Backquote\7f496516
307 Node: Problems with Macros\7f498913
308 Node: Argument Evaluation\7f499608
309 Node: Surprising Local Vars\7f502523
310 Node: Eval During Expansion\7f504591
311 Node: Repeated Expansion\7f506284
312 Node: Customization\7f508200
313 Node: Common Keywords\7f508669
314 Node: Group Definitions\7f511514
315 Node: Variable Definitions\7f513706
316 Node: Customization Types\7f518696
317 Node: Simple Types\7f520131
318 Node: Composite Types\7f522288
319 Node: Splicing into Lists\7f526978
320 Node: Type Keywords\7f528813
321 Node: Loading\7f532333
322 Node: How Programs Do Loading\7f534008
323 Node: Autoload\7f543134
324 Node: Repeated Loading\7f549204
325 Node: Named Features\7f551317
326 Node: Unloading\7f557747
327 Node: Hooks for Loading\7f559903
328 Node: Byte Compilation\7f560620
329 Node: Speed of Byte-Code\7f562613
330 Node: Compilation Functions\7f563820
331 Node: Docs and Compilation\7f570477
332 Node: Dynamic Loading\7f573130
333 Node: Eval During Compile\7f575494
334 Node: Compiled-Function Objects\7f576759
335 Node: Disassembly\7f581560
336 Node: Different Behavior\7f588841
337 Node: Debugging\7f590186
338 Node: Debugger\7f591598
339 Node: Error Debugging\7f592743
340 Node: Infinite Loops\7f595496
341 Node: Function Debugging\7f596740
342 Node: Explicit Debug\7f599540
343 Node: Using Debugger\7f600311
344 Node: Debugger Commands\7f602173
345 Node: Invoking the Debugger\7f606490
346 Node: Internals of Debugger\7f610405
347 Node: Syntax Errors\7f615292
348 Node: Excess Open\7f616540
349 Node: Excess Close\7f618415
350 Node: Compilation Errors\7f619836
351 Node: Edebug\7f621124
352 Node: Using Edebug\7f623232
353 Node: Instrumenting\7f625929
354 Node: Edebug Execution Modes\7f629418
355 Node: Jumping\7f632528
356 Node: Edebug Misc\7f634871
357 Node: Breakpoints\7f636260
358 Node: Global Break Condition\7f639066
359 Node: Embedded Breakpoints\7f640021
360 Node: Trapping Errors\7f640976
361 Node: Edebug Views\7f643052
362 Node: Edebug Eval\7f645017
363 Node: Eval List\7f646194
364 Node: Reading in Edebug\7f649579
365 Node: Printing in Edebug\7f650378
366 Node: Tracing\7f652093
367 Node: Coverage Testing\7f653981
368 Node: The Outside Context\7f656022
369 Node: Checking Whether to Stop\7f656971
370 Node: Edebug Display Update\7f657618
371 Node: Edebug Recursive Edit\7f659641
372 Node: Instrumenting Macro Calls\7f661296
373 Node: Specification List\7f663778
374 Node: Backtracking\7f673189
375 Node: Debugging Backquote\7f675127
376 Node: Specification Examples\7f678833
377 Node: Edebug Options\7f680900
378 Node: Read and Print\7f686239
379 Node: Streams Intro\7f687216
380 Node: Input Streams\7f689234
381 Node: Input Functions\7f694135
382 Node: Output Streams\7f696195
383 Node: Output Functions\7f700246
384 Node: Output Variables\7f704546
385 Node: Minibuffers\7f709347
386 Node: Intro to Minibuffers\7f710499
387 Node: Text from Minibuffer\7f712687
388 Node: Object from Minibuffer\7f717781
389 Node: Minibuffer History\7f721874
390 Node: Completion\7f724853
391 Node: Basic Completion\7f726828
392 Node: Minibuffer Completion\7f731711
393 Node: Completion Commands\7f735288
394 Node: High-Level Completion\7f739945
395 Node: Reading File Names\7f744694
396 Node: Programmed Completion\7f748386
397 Node: Yes-or-No Queries\7f750768
398 Node: Multiple Queries\7f756505
399 Node: Reading a Password\7f760572
400 Node: Minibuffer Misc\7f761915
401 Node: Command Loop\7f766795
402 Node: Command Overview\7f768139
403 Node: Defining Commands\7f771417
404 Node: Using Interactive\7f772165
405 Node: Interactive Codes\7f776938
406 Node: Interactive Examples\7f782730
407 Node: Interactive Call\7f784044
408 Node: Command Loop Info\7f789459
409 Node: Events\7f794438
410 Node: Event Types\7f795899
411 Node: Event Contents\7f797822
412 Node: Event Predicates\7f802298
413 Node: Accessing Mouse Event Positions\7f803616
414 Node: Frame-Level Event Position Info\7f804315
415 Node: Window-Level Event Position Info\7f805355
416 Node: Event Text Position Info\7f807119
417 Node: Event Glyph Position Info\7f809611
418 Node: Event Toolbar Position Info\7f810934
419 Node: Other Event Position Info\7f811605
420 Node: Accessing Other Event Info\7f812014
421 Node: Working With Events\7f813634
422 Node: Converting Events\7f819635
423 Node: Reading Input\7f823034
424 Node: Key Sequence Input\7f824036
425 Node: Reading One Event\7f826671
426 Node: Dispatching an Event\7f829495
427 Node: Quoted Character Input\7f829946
428 Node: Peeking and Discarding\7f831294
429 Node: Waiting\7f835198
430 Node: Quitting\7f837512
431 Node: Prefix Command Arguments\7f841920
432 Node: Recursive Editing\7f847007
433 Node: Disabling Commands\7f851802
434 Node: Command History\7f853870
435 Node: Keyboard Macros\7f855607
436 Node: Keymaps\7f857824
437 Node: Keymap Terminology\7f859401
438 Node: Format of Keymaps\7f862330
439 Node: Creating Keymaps\7f862741
440 Node: Inheritance and Keymaps\7f864821
441 Node: Key Sequences\7f867193
442 Node: Prefix Keys\7f871989
443 Node: Active Keymaps\7f875574
444 Node: Key Lookup\7f884945
445 Node: Functions for Key Lookup\7f890108
446 Node: Changing Key Bindings\7f895809
447 Node: Key Binding Commands\7f902971
448 Node: Scanning Keymaps\7f905036
449 Node: Other Keymap Functions\7f913605
450 Node: Menus\7f914227
451 Node: Menu Format\7f914819
452 Node: Menubar Format\7f923465
453 Node: Menubar\7f924090
454 Node: Modifying Menus\7f927203
455 Node: Menu Filters\7f932547
456 Node: Pop-Up Menus\7f934443
457 Node: Menu Accelerators\7f936771
458 Node: Creating Menu Accelerators\7f937527
459 Node: Keyboard Menu Traversal\7f938887
460 Node: Menu Accelerator Functions\7f939614
461 Node: Buffers Menu\7f942690
462 Node: Dialog Boxes\7f943984
463 Node: Dialog Box Format\7f944151
464 Node: Dialog Box Functions\7f945576
465 Node: Toolbar\7f945973
466 Node: Toolbar Intro\7f946408
467 Node: Creating Toolbar\7f948808
468 Node: Toolbar Descriptor Format\7f949725
469 Node: Specifying the Toolbar\7f954222
470 Node: Other Toolbar Variables\7f957829
471 Node: Gutter\7f962257
472 Node: Gutter Intro\7f962846
473 Node: Creating Gutter\7f964849
474 Node: Gutter Descriptor Format\7f967736
475 Node: Specifying a Gutter\7f972193
476 Node: Other Gutter Variables\7f975728
477 Node: Common Gutter Widgets\7f980115
478 Node: Buffer Tabs\7f981107
479 Node: Progress Bars\7f981248
480 Node: Scrollbars\7f981393
481 Node: Drag and Drop\7f981528
482 Node: Supported Protocols\7f982604
483 Node: OffiX DND\7f983107
484 Node: CDE dt\7f984114
485 Node: MSWindows OLE\7f984705
486 Node: Loose ends\7f984876
487 Node: Drop Interface\7f985268
488 Node: Drag Interface\7f986290
489 Node: Modes\7f986464
490 Node: Major Modes\7f987415
491 Node: Major Mode Conventions\7f990330
492 Node: Example Major Modes\7f996285
493 Node: Auto Major Mode\7f1004318
494 Node: Mode Help\7f1011768
495 Node: Derived Modes\7f1012869
496 Node: Minor Modes\7f1015060
497 Node: Minor Mode Conventions\7f1016362
498 Node: Keymaps and Minor Modes\7f1019225
499 Node: Modeline Format\7f1020060
500 Node: Modeline Data\7f1021828
501 Node: Modeline Variables\7f1026981
502 Node: %-Constructs\7f1031697
503 Node: Hooks\7f1034684
504 Node: Documentation\7f1041444
505 Node: Documentation Basics\7f1042867
506 Node: Accessing Documentation\7f1045918
507 Node: Keys in Documentation\7f1052199
508 Node: Describing Characters\7f1055682
509 Node: Help Functions\7f1058031
510 Node: Obsoleteness\7f1064481
511 Node: Files\7f1067473
512 Node: Visiting Files\7f1069398
513 Node: Visiting Functions\7f1070903
514 Node: Subroutines of Visiting\7f1076061
515 Node: Saving Buffers\7f1078134
516 Node: Reading from Files\7f1084227
517 Node: Writing to Files\7f1086388
518 Node: File Locks\7f1089105
519 Node: Information about Files\7f1092172
520 Node: Testing Accessibility\7f1092933
521 Node: Kinds of Files\7f1096673
522 Node: Truenames\7f1098354
523 Node: File Attributes\7f1099356
524 Node: Changing File Attributes\7f1104495
525 Node: File Names\7f1109917
526 Node: File Name Components\7f1111490
527 Node: Directory Names\7f1113935
528 Node: Relative File Names\7f1117165
529 Node: File Name Expansion\7f1118135
530 Node: Unique File Names\7f1121889
531 Node: File Name Completion\7f1123504
532 Node: User Name Completion\7f1126772
533 Node: Contents of Directories\7f1128179
534 Node: Create/Delete Dirs\7f1131492
535 Node: Magic File Names\7f1132598
536 Node: Partial Files\7f1138246
537 Node: Intro to Partial Files\7f1138474
538 Node: Creating a Partial File\7f1139714
539 Node: Detached Partial Files\7f1140650
540 Node: Format Conversion\7f1141772
541 Node: Files and MS-DOS\7f1147270
542 Node: Backups and Auto-Saving\7f1149334
543 Node: Backup Files\7f1150009
544 Node: Making Backups\7f1151406
545 Node: Rename or Copy\7f1154155
546 Node: Numbered Backups\7f1156648
547 Node: Backup Names\7f1158883
548 Node: Auto-Saving\7f1162175
549 Node: Reverting\7f1170337
550 Node: Buffers\7f1173673
551 Node: Buffer Basics\7f1175089
552 Node: Current Buffer\7f1177142
553 Node: Buffer Names\7f1181846
554 Node: Buffer File Name\7f1185053
555 Node: Buffer Modification\7f1189172
556 Node: Modification Time\7f1191415
557 Node: Read Only Buffers\7f1194790
558 Node: The Buffer List\7f1198029
559 Node: Creating Buffers\7f1202846
560 Node: Killing Buffers\7f1204992
561 Node: Indirect Buffers\7f1208824
562 Node: Windows\7f1211398
563 Node: Basic Windows\7f1212876
564 Node: Splitting Windows\7f1215974
565 Node: Deleting Windows\7f1221300
566 Node: Selecting Windows\7f1225218
567 Node: Cyclic Window Ordering\7f1229441
568 Node: Buffers and Windows\7f1234596
569 Node: Displaying Buffers\7f1236374
570 Node: Choosing Window\7f1241713
571 Node: Window Point\7f1249631
572 Node: Window Start\7f1251701
573 Node: Vertical Scrolling\7f1256500
574 Node: Horizontal Scrolling\7f1262698
575 Node: Size of Window\7f1266227
576 Node: Position of Window\7f1270945
577 Node: Resizing Windows\7f1273198
578 Node: Window Configurations\7f1278636
579 Node: Frames\7f1282133
580 Node: Creating Frames\7f1284474
581 Node: Frame Properties\7f1285814
582 Node: Property Access\7f1286630
583 Node: Initial Properties\7f1287537
584 Node: X Frame Properties\7f1290023
585 Node: Size and Position\7f1294657
586 Node: Frame Name\7f1296655
587 Node: Frame Titles\7f1297569
588 Node: Deleting Frames\7f1299393
589 Node: Finding All Frames\7f1300368
590 Node: Frames and Windows\7f1303596
591 Node: Minibuffers and Frames\7f1306378
592 Node: Input Focus\7f1307296
593 Node: Visibility of Frames\7f1310401
594 Node: Raising and Lowering\7f1312391
595 Node: Frame Configurations\7f1314767
596 Node: Frame Hooks\7f1315824
597 Node: Consoles and Devices\7f1317629
598 Node: Basic Console Functions\7f1320372
599 Node: Basic Device Functions\7f1320795
600 Node: Console Types and Device Classes\7f1321641
601 Node: Connecting to a Console or Device\7f1323908
602 Node: The Selected Console and Device\7f1326092
603 Node: Console and Device I/O\7f1327118
604 Node: Positions\7f1327882
605 Node: Point\7f1328851
606 Node: Motion\7f1331941
607 Node: Character Motion\7f1332708
608 Node: Word Motion\7f1334945
609 Node: Buffer End Motion\7f1336335
610 Node: Text Lines\7f1337872
611 Node: Screen Lines\7f1342773
612 Node: List Motion\7f1346836
613 Node: Skipping Characters\7f1350319
614 Node: Excursions\7f1352538
615 Node: Narrowing\7f1355578
616 Node: Markers\7f1360909
617 Node: Overview of Markers\7f1361815
618 Node: Predicates on Markers\7f1366507
619 Node: Creating Markers\7f1367753
620 Node: Information from Markers\7f1371953
621 Node: Changing Markers\7f1373051
622 Node: The Mark\7f1374579
623 Node: The Region\7f1383082
624 Node: Text\7f1388768
625 Node: Near Point\7f1391467
626 Node: Buffer Contents\7f1395654
627 Node: Comparing Text\7f1397060
628 Node: Insertion\7f1398468
629 Node: Commands for Insertion\7f1402378
630 Node: Deletion\7f1405272
631 Node: User-Level Deletion\7f1408922
632 Node: The Kill Ring\7f1413082
633 Node: Kill Ring Concepts\7f1415256
634 Node: Kill Functions\7f1416310
635 Node: Yank Commands\7f1418233
636 Node: Low-Level Kill Ring\7f1420104
637 Node: Internals of Kill Ring\7f1423190
638 Node: Undo\7f1425970
639 Node: Maintaining Undo\7f1430307
640 Node: Filling\7f1432925
641 Node: Margins\7f1438919
642 Node: Auto Filling\7f1442942
643 Node: Sorting\7f1444123
644 Node: Columns\7f1453437
645 Node: Indentation\7f1456518
646 Node: Primitive Indent\7f1457297
647 Node: Mode-Specific Indent\7f1458622
648 Node: Region Indent\7f1461154
649 Node: Relative Indent\7f1464101
650 Node: Indent Tabs\7f1466483
651 Node: Motion by Indent\7f1467804
652 Node: Case Changes\7f1468583
653 Node: Text Properties\7f1471936
654 Node: Examining Properties\7f1473749
655 Node: Changing Properties\7f1475632
656 Node: Property Search\7f1479223
657 Node: Special Properties\7f1483942
658 Node: Saving Properties\7f1484223
659 Node: Substitution\7f1487365
660 Node: Registers\7f1490635
661 Node: Transposition\7f1493218
662 Node: Change Hooks\7f1494112
663 Node: Transformations\7f1496152
664 Node: Searching and Matching\7f1501256
665 Node: String Search\7f1502387
666 Node: Regular Expressions\7f1507368
667 Node: Syntax of Regexps\7f1508735
668 Node: Regexp Example\7f1523338
669 Node: Regexp Search\7f1525508
670 Node: POSIX Regexps\7f1531845
671 Node: Search and Replace\7f1533922
672 Node: Match Data\7f1537287
673 Node: Simple Match Data\7f1538417
674 Node: Replacing Match\7f1542682
675 Node: Entire Match Data\7f1545363
676 Node: Saving Match Data\7f1547601
677 Node: Searching and Case\7f1548989
678 Node: Standard Regexps\7f1551023
679 Node: Syntax Tables\7f1553221
680 Node: Syntax Basics\7f1554335
681 Node: Syntax Descriptors\7f1557307
682 Node: Syntax Class Table\7f1559157
683 Node: Syntax Flags\7f1565195
684 Node: Syntax Table Functions\7f1568412
685 Node: Motion and Syntax\7f1572700
686 Node: Parsing Expressions\7f1574152
687 Node: Standard Syntax Tables\7f1580250
688 Node: Syntax Table Internals\7f1581094
689 Node: Abbrevs\7f1582120
690 Node: Abbrev Mode\7f1583924
691 Node: Abbrev Tables\7f1584644
692 Node: Defining Abbrevs\7f1586183
693 Node: Abbrev Files\7f1588104
694 Node: Abbrev Expansion\7f1589887
695 Node: Standard Abbrev Tables\7f1594518
696 Node: Extents\7f1595677
697 Node: Intro to Extents\7f1596920
698 Node: Creating and Modifying Extents\7f1600912
699 Node: Extent Endpoints\7f1602493
700 Node: Finding Extents\7f1605756
701 Node: Mapping Over Extents\7f1609878
702 Node: Extent Properties\7f1616001
703 Node: Detached Extents\7f1626162
704 Node: Extent Parents\7f1628021
705 Node: Duplicable Extents\7f1629715
706 Node: Extents and Events\7f1632936
707 Node: Atomic Extents\7f1634843
708 Node: Specifiers\7f1635290
709 Node: Introduction to Specifiers\7f1637403
710 Node: Specifiers In-Depth\7f1639713
711 Node: Specifier Instancing\7f1644625
712 Node: Specifier Types\7f1647887
713 Node: Adding Specifications\7f1652961
714 Node: Retrieving Specifications\7f1662382
715 Node: Specifier Tag Functions\7f1666127
716 Node: Specifier Instancing Functions\7f1669361
717 Node: Specifier Example\7f1672768
718 Node: Creating Specifiers\7f1675924
719 Node: Specifier Validation Functions\7f1680241
720 Node: Other Specification Functions\7f1682627
721 Node: Faces and Window-System Objects\7f1686448
722 Node: Faces\7f1686772
723 Node: Merging Faces\7f1688389
724 Node: Basic Face Functions\7f1690350
725 Node: Face Properties\7f1692498
726 Node: Face Convenience Functions\7f1702771
727 Node: Other Face Display Functions\7f1705991
728 Node: Fonts\7f1706803
729 Node: Font Specifiers\7f1707504
730 Node: Font Instances\7f1708689
731 Node: Font Instance Names\7f1709656
732 Node: Font Instance Size\7f1710497
733 Node: Font Instance Characteristics\7f1711783
734 Node: Font Convenience Functions\7f1712961
735 Node: Colors\7f1714251
736 Node: Color Specifiers\7f1714691
737 Node: Color Instances\7f1717051
738 Node: Color Instance Properties\7f1717795
739 Node: Color Convenience Functions\7f1718421
740 Node: Glyphs\7f1719474
741 Node: Glyph Functions\7f1721075
742 Node: Creating Glyphs\7f1721482
743 Node: Glyph Properties\7f1734122
744 Node: Glyph Convenience Functions\7f1743289
745 Node: Glyph Dimensions\7f1747236
746 Node: Images\7f1748316
747 Node: Image Specifiers\7f1748765
748 Node: Image Instantiator Conversion\7f1764256
749 Node: Image Instances\7f1765621
750 Node: Image Instance Types\7f1766372
751 Node: Image Instance Functions\7f1769137
752 Node: Glyph Types\7f1776194
753 Node: Mouse Pointer\7f1777966
754 Node: Redisplay Glyphs\7f1780969
755 Node: Subwindows\7f1782002
756 Node: Annotations\7f1782245
757 Node: Annotation Basics\7f1783261
758 Node: Annotation Primitives\7f1787199
759 Node: Annotation Properties\7f1788538
760 Node: Locating Annotations\7f1791578
761 Node: Margin Primitives\7f1792415
762 Node: Annotation Hooks\7f1794309
763 Node: Display\7f1794969
764 Node: Refresh Screen\7f1795947
765 Node: Truncation\7f1798141
766 Node: The Echo Area\7f1800666
767 Node: Warnings\7f1807109
768 Node: Invisible Text\7f1811545
769 Node: Selective Display\7f1814124
770 Node: Overlay Arrow\7f1818250
771 Node: Temporary Displays\7f1819603
772 Node: Blinking\7f1823724
773 Node: Usual Display\7f1825908
774 Node: Display Tables\7f1828457
775 Node: Display Table Format\7f1829261
776 Node: Active Display Table\7f1830703
777 Node: Character Descriptors\7f1834698
778 Node: Beeping\7f1835455
779 Node: Hash Tables\7f1840221
780 Node: Introduction to Hash Tables\7f1840829
781 Node: Working With Hash Tables\7f1847388
782 Node: Weak Hash Tables\7f1848505
783 Node: Range Tables\7f1850522
784 Node: Introduction to Range Tables\7f1851211
785 Node: Working With Range Tables\7f1851657
786 Node: Databases\7f1852616
787 Node: Connecting to a Database\7f1852915
788 Node: Working With a Database\7f1854022
789 Node: Other Database Functions\7f1854896
790 Node: Processes\7f1855465
791 Node: Subprocess Creation\7f1857689
792 Node: Synchronous Processes\7f1861140
793 Node: MS-DOS Subprocesses\7f1867862
794 Node: Asynchronous Processes\7f1868936
795 Node: Deleting Processes\7f1873293
796 Node: Process Information\7f1875164
797 Node: Input to Processes\7f1879256
798 Node: Signals to Processes\7f1881951
799 Node: Output from Processes\7f1886766
800 Node: Process Buffers\7f1887578
801 Node: Filter Functions\7f1890457
802 Node: Accepting Output\7f1896048
803 Node: Sentinels\7f1897575
804 Node: Process Window Size\7f1901065
805 Node: Transaction Queues\7f1901414
806 Node: Network\7f1903112
807 Node: System Interface\7f1905746
808 Node: Starting Up\7f1907016
809 Node: Start-up Summary\7f1907610
810 Node: Init File\7f1911164
811 Node: Terminal-Specific\7f1913545
812 Node: Command Line Arguments\7f1916704
813 Node: Getting Out\7f1920193
814 Node: Killing XEmacs\7f1920762
815 Node: Suspending XEmacs\7f1922430
816 Node: System Environment\7f1925809
817 Node: User Identification\7f1931990
818 Node: Time of Day\7f1935519
819 Node: Time Conversion\7f1938306
820 Node: Timers\7f1943548
821 Node: Terminal Input\7f1945721
822 Node: Input Modes\7f1946224
823 Node: Translating Input\7f1948683
824 Node: Recording Input\7f1952848
825 Node: Terminal Output\7f1954948
826 Node: Flow Control\7f1958569
827 Node: Batch Mode\7f1962531
828 Node: X-Windows\7f1963913
829 Node: X Selections\7f1964784
830 Node: X Server\7f1967535
831 Node: Resources\7f1967986
832 Node: Server Data\7f1973297
833 Node: Grabs\7f1974504
834 Node: X Miscellaneous\7f1976084
835 Node: ToolTalk Support\7f1978469
836 Node: XEmacs ToolTalk API Summary\7f1978686
837 Node: Sending Messages\7f1979986
838 Node: Example of Sending Messages\7f1980237
839 Node: Elisp Interface for Sending Messages\7f1981299
840 Node: Receiving Messages\7f1987895
841 Node: Example of Receiving Messages\7f1988118
842 Node: Elisp Interface for Receiving Messages\7f1988954
843 Node: LDAP Support\7f1992811
844 Node: Building XEmacs with LDAP support\7f1993305
845 Node: XEmacs LDAP API\7f1994282
846 Node: LDAP Variables\7f1995334
847 Node: The High-Level LDAP API\7f1997934
848 Node: The Low-Level LDAP API\7f2001407
849 Node: The LDAP Lisp Object\7f2002238
850 Node: Opening and Closing a LDAP Connection\7f2002793
851 Node: Low-level Operations on a LDAP Server\7f2004599
852 Node: LDAP Internationalization\7f2007323
853 Node: LDAP Internationalization Variables\7f2008228
854 Node: Encoder/Decoder Functions\7f2009959
855 Node: Syntax of Search Filters\7f2010996
856 Node: PostgreSQL Support\7f2012294
857 Node: Building XEmacs with PostgreSQL support\7f2012689
858 Node: XEmacs PostgreSQL libpq API\7f2014036
859 Node: libpq Lisp Variables\7f2015915
860 Node: libpq Lisp Symbols and DataTypes\7f2018879
861 Node: Synchronous Interface Functions\7f2032119
862 Node: Asynchronous Interface Functions\7f2036610
863 Node: Large Object Support\7f2040115
864 Node: Other libpq Functions\7f2040742
865 Node: Unimplemented libpq Functions\7f2043777
866 Node: XEmacs PostgreSQL libpq Examples\7f2049096
867 Node: Internationalization\7f2055187
868 Node: I18N Levels 1 and 2\7f2055530
869 Node: I18N Level 3\7f2056236
870 Node: Level 3 Basics\7f2056517
871 Node: Level 3 Primitives\7f2057350
872 Node: Dynamic Messaging\7f2058956
873 Node: Domain Specification\7f2059419
874 Node: Documentation String Extraction\7f2061089
875 Node: I18N Level 4\7f2062007
876 Node: MULE\7f2062199
877 Node: Internationalization Terminology\7f2063248
878 Node: Charsets\7f2075447
879 Node: Charset Properties\7f2076143
880 Node: Basic Charset Functions\7f2080858
881 Node: Charset Property Functions\7f2083039
882 Node: Predefined Charsets\7f2085109
883 Node: MULE Characters\7f2088029
884 Node: Composite Characters\7f2088904
885 Node: Coding Systems\7f2090171
886 Node: Coding System Types\7f2092311
887 Node: ISO 2022\7f2096295
888 Node: EOL Conversion\7f2108570
889 Node: Coding System Properties\7f2109742
890 Node: Basic Coding System Functions\7f2114065
891 Node: Coding System Property Functions\7f2116099
892 Node: Encoding and Decoding Text\7f2116657
893 Node: Detection of Textual Encoding\7f2117793
894 Node: Big5 and Shift-JIS Functions\7f2119329
895 Node: Predefined Coding Systems\7f2120481
896 Node: CCL\7f2132575
897 Node: CCL Syntax\7f2135679
898 Node: CCL Statements\7f2137255
899 Node: CCL Expressions\7f2141903
900 Node: Calling CCL\7f2144442
901 Node: CCL Examples\7f2147447
902 Node: Category Tables\7f2147584
903 Node: Tips\7f2149943
904 Node: Style Tips\7f2150584
905 Node: Compilation Tips\7f2160103
906 Node: Documentation Tips\7f2162017
907 Node: Comment Tips\7f2167526
908 Node: Library Headers\7f2170529
909 Node: Building XEmacs and Object Allocation\7f2174501
910 Node: Building XEmacs\7f2175384
911 Node: Pure Storage\7f2181962
912 Node: Garbage Collection\7f2184750
913 Node: Standard Errors\7f2195593
914 Node: Standard Buffer-Local Variables\7f2199802
915 Node: Standard Keymaps\7f2202437
916 Node: Standard Hooks\7f2206171
917 Node: Index\7f2213671
918 \1f
919 End Tag Table