Mercurial > emacs
annotate lispref/intro.texi @ 27457:bbfd0e676041
(XMenuActivate): Add parameter HELP_CALLBACK.
Call help callback.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Jan 2000 15:31:20 +0000 |
parents | 89afca54a135 |
children | ef62abd0b322 |
rev | line source |
---|---|
6453 | 1 @c -*-texinfo-*- |
2 @c This is part of the GNU Emacs Lisp Reference Manual. | |
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. | |
4 @c See the file elisp.texi for copying conditions. | |
5 @setfilename ../info/intro | |
6 | |
7 @node Copying, Introduction, Top, Top | |
8 @comment node-name, next, previous, up | |
9 @unnumbered GNU GENERAL PUBLIC LICENSE | |
10 @center Version 2, June 1991 | |
11 | |
12 @display | |
13 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc. | |
22366
804f5341ce1d
changed old address to 59 Temple address in licence. - Brian
Brian Youmans <3diff@gnu.org>
parents:
22274
diff
changeset
|
14 59 Temple Place, Suite 330, Boston, MA 02111, USA |
6453 | 15 |
16 Everyone is permitted to copy and distribute verbatim copies | |
17 of this license document, but changing it is not allowed. | |
18 @end display | |
19 | |
20 @unnumberedsec Preamble | |
21 | |
22 The licenses for most software are designed to take away your | |
23 freedom to share and change it. By contrast, the GNU General Public | |
24 License is intended to guarantee your freedom to share and change free | |
25 software---to make sure the software is free for all its users. This | |
26 General Public License applies to most of the Free Software | |
27 Foundation's software and to any other program whose authors commit to | |
28 using it. (Some other Free Software Foundation software is covered by | |
29 the GNU Library General Public License instead.) You can apply it to | |
30 your programs, too. | |
31 | |
32 When we speak of free software, we are referring to freedom, not | |
33 price. Our General Public Licenses are designed to make sure that you | |
34 have the freedom to distribute copies of free software (and charge for | |
35 this service if you wish), that you receive source code or can get it | |
36 if you want it, that you can change the software or use pieces of it | |
37 in new free programs; and that you know you can do these things. | |
38 | |
39 To protect your rights, we need to make restrictions that forbid | |
40 anyone to deny you these rights or to ask you to surrender the rights. | |
41 These restrictions translate to certain responsibilities for you if you | |
42 distribute copies of the software, or if you modify it. | |
43 | |
44 For example, if you distribute copies of such a program, whether | |
45 gratis or for a fee, you must give the recipients all the rights that | |
46 you have. You must make sure that they, too, receive or can get the | |
47 source code. And you must show them these terms so they know their | |
48 rights. | |
49 | |
50 We protect your rights with two steps: (1) copyright the software, and | |
51 (2) offer you this license which gives you legal permission to copy, | |
52 distribute and/or modify the software. | |
53 | |
54 Also, for each author's protection and ours, we want to make certain | |
55 that everyone understands that there is no warranty for this free | |
56 software. If the software is modified by someone else and passed on, we | |
57 want its recipients to know that what they have is not the original, so | |
58 that any problems introduced by others will not reflect on the original | |
59 authors' reputations. | |
60 | |
61 Finally, any free program is threatened constantly by software | |
62 patents. We wish to avoid the danger that redistributors of a free | |
63 program will individually obtain patent licenses, in effect making the | |
64 program proprietary. To prevent this, we have made it clear that any | |
65 patent must be licensed for everyone's free use or not licensed at all. | |
66 | |
67 The precise terms and conditions for copying, distribution and | |
68 modification follow. | |
69 | |
70 @iftex | |
71 @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | |
72 @end iftex | |
27193 | 73 @ifnottex |
6453 | 74 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
27193 | 75 @end ifnottex |
6453 | 76 |
77 @enumerate 0 | |
78 @item | |
79 This License applies to any program or other work which contains | |
80 a notice placed by the copyright holder saying it may be distributed | |
81 under the terms of this General Public License. The ``Program'', below, | |
82 refers to any such program or work, and a ``work based on the Program'' | |
83 means either the Program or any derivative work under copyright law: | |
84 that is to say, a work containing the Program or a portion of it, | |
85 either verbatim or with modifications and/or translated into another | |
86 language. (Hereinafter, translation is included without limitation in | |
87 the term ``modification''.) Each licensee is addressed as ``you''. | |
88 | |
89 Activities other than copying, distribution and modification are not | |
90 covered by this License; they are outside its scope. The act of | |
91 running the Program is not restricted, and the output from the Program | |
92 is covered only if its contents constitute a work based on the | |
93 Program (independent of having been made by running the Program). | |
94 Whether that is true depends on what the Program does. | |
95 | |
96 @item | |
97 You may copy and distribute verbatim copies of the Program's | |
98 source code as you receive it, in any medium, provided that you | |
99 conspicuously and appropriately publish on each copy an appropriate | |
100 copyright notice and disclaimer of warranty; keep intact all the | |
101 notices that refer to this License and to the absence of any warranty; | |
102 and give any other recipients of the Program a copy of this License | |
103 along with the Program. | |
104 | |
105 You may charge a fee for the physical act of transferring a copy, and | |
106 you may at your option offer warranty protection in exchange for a fee. | |
107 | |
108 @item | |
109 You may modify your copy or copies of the Program or any portion | |
110 of it, thus forming a work based on the Program, and copy and | |
111 distribute such modifications or work under the terms of Section 1 | |
112 above, provided that you also meet all of these conditions: | |
113 | |
114 @enumerate a | |
115 @item | |
116 You must cause the modified files to carry prominent notices | |
117 stating that you changed the files and the date of any change. | |
118 | |
119 @item | |
120 You must cause any work that you distribute or publish, that in | |
121 whole or in part contains or is derived from the Program or any | |
122 part thereof, to be licensed as a whole at no charge to all third | |
123 parties under the terms of this License. | |
124 | |
125 @item | |
126 If the modified program normally reads commands interactively | |
127 when run, you must cause it, when started running for such | |
128 interactive use in the most ordinary way, to print or display an | |
129 announcement including an appropriate copyright notice and a | |
130 notice that there is no warranty (or else, saying that you provide | |
131 a warranty) and that users may redistribute the program under | |
132 these conditions, and telling the user how to view a copy of this | |
133 License. (Exception: if the Program itself is interactive but | |
134 does not normally print such an announcement, your work based on | |
135 the Program is not required to print an announcement.) | |
136 @end enumerate | |
137 | |
138 These requirements apply to the modified work as a whole. If | |
139 identifiable sections of that work are not derived from the Program, | |
140 and can be reasonably considered independent and separate works in | |
141 themselves, then this License, and its terms, do not apply to those | |
142 sections when you distribute them as separate works. But when you | |
143 distribute the same sections as part of a whole which is a work based | |
144 on the Program, the distribution of the whole must be on the terms of | |
145 this License, whose permissions for other licensees extend to the | |
146 entire whole, and thus to each and every part regardless of who wrote it. | |
147 | |
148 Thus, it is not the intent of this section to claim rights or contest | |
149 your rights to work written entirely by you; rather, the intent is to | |
150 exercise the right to control the distribution of derivative or | |
151 collective works based on the Program. | |
152 | |
153 In addition, mere aggregation of another work not based on the Program | |
154 with the Program (or with a work based on the Program) on a volume of | |
155 a storage or distribution medium does not bring the other work under | |
156 the scope of this License. | |
157 | |
158 @item | |
159 You may copy and distribute the Program (or a work based on it, | |
160 under Section 2) in object code or executable form under the terms of | |
161 Sections 1 and 2 above provided that you also do one of the following: | |
162 | |
163 @enumerate a | |
164 @item | |
165 Accompany it with the complete corresponding machine-readable | |
166 source code, which must be distributed under the terms of Sections | |
167 1 and 2 above on a medium customarily used for software interchange; or, | |
168 | |
169 @item | |
170 Accompany it with a written offer, valid for at least three | |
171 years, to give any third party, for a charge no more than your | |
172 cost of physically performing source distribution, a complete | |
173 machine-readable copy of the corresponding source code, to be | |
174 distributed under the terms of Sections 1 and 2 above on a medium | |
175 customarily used for software interchange; or, | |
176 | |
177 @item | |
178 Accompany it with the information you received as to the offer | |
179 to distribute corresponding source code. (This alternative is | |
180 allowed only for noncommercial distribution and only if you | |
181 received the program in object code or executable form with such | |
182 an offer, in accord with Subsection b above.) | |
183 @end enumerate | |
184 | |
185 The source code for a work means the preferred form of the work for | |
186 making modifications to it. For an executable work, complete source | |
187 code means all the source code for all modules it contains, plus any | |
188 associated interface definition files, plus the scripts used to | |
189 control compilation and installation of the executable. However, as a | |
190 special exception, the source code distributed need not include | |
191 anything that is normally distributed (in either source or binary | |
192 form) with the major components (compiler, kernel, and so on) of the | |
193 operating system on which the executable runs, unless that component | |
194 itself accompanies the executable. | |
195 | |
196 If distribution of executable or object code is made by offering | |
197 access to copy from a designated place, then offering equivalent | |
198 access to copy the source code from the same place counts as | |
199 distribution of the source code, even though third parties are not | |
200 compelled to copy the source along with the object code. | |
201 | |
202 @item | |
203 You may not copy, modify, sublicense, or distribute the Program | |
204 except as expressly provided under this License. Any attempt | |
205 otherwise to copy, modify, sublicense or distribute the Program is | |
206 void, and will automatically terminate your rights under this License. | |
207 However, parties who have received copies, or rights, from you under | |
208 this License will not have their licenses terminated so long as such | |
209 parties remain in full compliance. | |
210 | |
211 @item | |
212 You are not required to accept this License, since you have not | |
213 signed it. However, nothing else grants you permission to modify or | |
214 distribute the Program or its derivative works. These actions are | |
215 prohibited by law if you do not accept this License. Therefore, by | |
216 modifying or distributing the Program (or any work based on the | |
217 Program), you indicate your acceptance of this License to do so, and | |
218 all its terms and conditions for copying, distributing or modifying | |
219 the Program or works based on it. | |
220 | |
221 @item | |
222 Each time you redistribute the Program (or any work based on the | |
223 Program), the recipient automatically receives a license from the | |
224 original licensor to copy, distribute or modify the Program subject to | |
225 these terms and conditions. You may not impose any further | |
226 restrictions on the recipients' exercise of the rights granted herein. | |
227 You are not responsible for enforcing compliance by third parties to | |
228 this License. | |
229 | |
230 @item | |
231 If, as a consequence of a court judgment or allegation of patent | |
232 infringement or for any other reason (not limited to patent issues), | |
233 conditions are imposed on you (whether by court order, agreement or | |
234 otherwise) that contradict the conditions of this License, they do not | |
235 excuse you from the conditions of this License. If you cannot | |
236 distribute so as to satisfy simultaneously your obligations under this | |
237 License and any other pertinent obligations, then as a consequence you | |
238 may not distribute the Program at all. For example, if a patent | |
239 license would not permit royalty-free redistribution of the Program by | |
240 all those who receive copies directly or indirectly through you, then | |
241 the only way you could satisfy both it and this License would be to | |
242 refrain entirely from distribution of the Program. | |
243 | |
244 If any portion of this section is held invalid or unenforceable under | |
245 any particular circumstance, the balance of the section is intended to | |
246 apply and the section as a whole is intended to apply in other | |
247 circumstances. | |
248 | |
249 It is not the purpose of this section to induce you to infringe any | |
250 patents or other property right claims or to contest validity of any | |
251 such claims; this section has the sole purpose of protecting the | |
252 integrity of the free software distribution system, which is | |
253 implemented by public license practices. Many people have made | |
254 generous contributions to the wide range of software distributed | |
255 through that system in reliance on consistent application of that | |
256 system; it is up to the author/donor to decide if he or she is willing | |
257 to distribute software through any other system and a licensee cannot | |
258 impose that choice. | |
259 | |
260 This section is intended to make thoroughly clear what is believed to | |
261 be a consequence of the rest of this License. | |
262 | |
263 @item | |
264 If the distribution and/or use of the Program is restricted in | |
265 certain countries either by patents or by copyrighted interfaces, the | |
266 original copyright holder who places the Program under this License | |
267 may add an explicit geographical distribution limitation excluding | |
268 those countries, so that distribution is permitted only in or among | |
269 countries not thus excluded. In such case, this License incorporates | |
270 the limitation as if written in the body of this License. | |
271 | |
272 @item | |
273 The Free Software Foundation may publish revised and/or new versions | |
274 of the General Public License from time to time. Such new versions will | |
275 be similar in spirit to the present version, but may differ in detail to | |
276 address new problems or concerns. | |
277 | |
278 Each version is given a distinguishing version number. If the Program | |
279 specifies a version number of this License which applies to it and ``any | |
280 later version'', you have the option of following the terms and conditions | |
281 either of that version or of any later version published by the Free | |
282 Software Foundation. If the Program does not specify a version number of | |
283 this License, you may choose any version ever published by the Free Software | |
284 Foundation. | |
285 | |
286 @item | |
287 If you wish to incorporate parts of the Program into other free | |
288 programs whose distribution conditions are different, write to the author | |
289 to ask for permission. For software which is copyrighted by the Free | |
290 Software Foundation, write to the Free Software Foundation; we sometimes | |
291 make exceptions for this. Our decision will be guided by the two goals | |
292 of preserving the free status of all derivatives of our free software and | |
293 of promoting the sharing and reuse of software generally. | |
294 | |
295 @iftex | |
296 @heading NO WARRANTY | |
297 @end iftex | |
27193 | 298 @ifnottex |
6453 | 299 @center NO WARRANTY |
27193 | 300 @end ifnottex |
6453 | 301 |
302 @item | |
303 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY | |
304 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW@. EXCEPT WHEN | |
305 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES | |
306 PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED | |
307 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
308 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE@. THE ENTIRE RISK AS | |
309 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU@. SHOULD THE | |
310 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, | |
311 REPAIR OR CORRECTION. | |
312 | |
313 @item | |
314 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | |
315 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR | |
316 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, | |
317 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING | |
318 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED | |
319 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY | |
320 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER | |
321 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE | |
322 POSSIBILITY OF SUCH DAMAGES. | |
323 @end enumerate | |
324 | |
325 @iftex | |
326 @heading END OF TERMS AND CONDITIONS | |
327 @end iftex | |
27193 | 328 @ifnottex |
6453 | 329 @center END OF TERMS AND CONDITIONS |
27193 | 330 @end ifnottex |
6453 | 331 |
332 @page | |
333 @unnumberedsec How to Apply These Terms to Your New Programs | |
334 | |
335 If you develop a new program, and you want it to be of the greatest | |
336 possible use to the public, the best way to achieve this is to make it | |
337 free software which everyone can redistribute and change under these terms. | |
338 | |
339 To do so, attach the following notices to the program. It is safest | |
340 to attach them to the start of each source file to most effectively | |
341 convey the exclusion of warranty; and each file should have at least | |
342 the ``copyright'' line and a pointer to where the full notice is found. | |
343 | |
344 @smallexample | |
345 @var{one line to give the program's name and an idea of what it does.} | |
25751
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
346 Copyright (C) @var{year} @var{name of author} |
6453 | 347 |
348 This program is free software; you can redistribute it and/or | |
349 modify it under the terms of the GNU General Public License | |
350 as published by the Free Software Foundation; either version 2 | |
351 of the License, or (at your option) any later version. | |
352 | |
353 This program is distributed in the hope that it will be useful, | |
354 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
355 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the | |
356 GNU General Public License for more details. | |
357 | |
358 You should have received a copy of the GNU General Public License | |
359 along with this program; if not, write to the Free Software | |
22366
804f5341ce1d
changed old address to 59 Temple address in licence. - Brian
Brian Youmans <3diff@gnu.org>
parents:
22274
diff
changeset
|
360 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. |
6453 | 361 @end smallexample |
362 | |
363 Also add information on how to contact you by electronic and paper mail. | |
364 | |
365 If the program is interactive, make it output a short notice like this | |
366 when it starts in an interactive mode: | |
367 | |
368 @smallexample | |
25751
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
369 Gnomovision version 69, Copyright (C) @var{year} @var{name of author} |
6453 | 370 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details |
371 type `show w'. This is free software, and you are welcome | |
372 to redistribute it under certain conditions; type `show c' | |
373 for details. | |
374 @end smallexample | |
375 | |
376 The hypothetical commands @samp{show w} and @samp{show c} should show | |
377 the appropriate parts of the General Public License. Of course, the | |
378 commands you use may be called something other than @samp{show w} and | |
379 @samp{show c}; they could even be mouse-clicks or menu items---whatever | |
380 suits your program. | |
381 | |
382 You should also get your employer (if you work as a programmer) or your | |
383 school, if any, to sign a ``copyright disclaimer'' for the program, if | |
384 necessary. Here is a sample; alter the names: | |
385 | |
386 @smallexample | |
387 @group | |
388 Yoyodyne, Inc., hereby disclaims all copyright | |
389 interest in the program `Gnomovision' | |
390 (which makes passes at compilers) written | |
391 by James Hacker. | |
392 | |
393 @var{signature of Ty Coon}, 1 April 1989 | |
394 Ty Coon, President of Vice | |
395 @end group | |
396 @end smallexample | |
397 | |
398 This General Public License does not permit incorporating your program into | |
399 proprietary programs. If your program is a subroutine library, you may | |
400 consider it more useful to permit linking proprietary applications with the | |
401 library. If this is what you want to do, use the GNU Library General | |
402 Public License instead of this License. | |
403 | |
7114 | 404 @node Introduction, Lisp Data Types, Copying, Top |
6453 | 405 @chapter Introduction |
406 | |
407 Most of the GNU Emacs text editor is written in the programming | |
408 language called Emacs Lisp. You can write new code in Emacs Lisp and | |
409 install it as an extension to the editor. However, Emacs Lisp is more | |
410 than a mere ``extension language''; it is a full computer programming | |
411 language in its own right. You can use it as you would any other | |
412 programming language. | |
413 | |
414 Because Emacs Lisp is designed for use in an editor, it has special | |
415 features for scanning and parsing text as well as features for handling | |
416 files, buffers, displays, subprocesses, and so on. Emacs Lisp is | |
417 closely integrated with the editing facilities; thus, editing commands | |
418 are functions that can also conveniently be called from Lisp programs, | |
419 and parameters for customization are ordinary Lisp variables. | |
420 | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
421 This manual attempts to be a full description of Emacs Lisp. For a |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
422 beginner's introduction to Emacs Lisp, see @cite{An Introduction to |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
423 Emacs Lisp Programming}, by Bob Chassell, also published by the Free |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
424 Software Foundation. This manual presumes considerable familiarity with |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
425 the use of Emacs for editing; see @cite{The GNU Emacs Manual} for this |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
426 basic information. |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
427 |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
428 Generally speaking, the earlier chapters describe features of Emacs |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
429 Lisp that have counterparts in many programming languages, and later |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
430 chapters describe features that are peculiar to Emacs Lisp or relate |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
431 specifically to editing. |
6453 | 432 |
21007
66d807bdc5b4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
12282
diff
changeset
|
433 This is edition 2.5. |
6453 | 434 |
435 @menu | |
436 * Caveats:: Flaws and a request for help. | |
437 * Lisp History:: Emacs Lisp is descended from Maclisp. | |
438 * Conventions:: How the manual is formatted. | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
439 * Version Info:: Which Emacs version is running? |
6453 | 440 * Acknowledgements:: The authors, editors, and sponsors of this manual. |
441 @end menu | |
442 | |
443 @node Caveats | |
444 @section Caveats | |
445 | |
446 This manual has gone through numerous drafts. It is nearly complete | |
7114 | 447 but not flawless. There are a few topics that are not covered, either |
448 because we consider them secondary (such as most of the individual | |
449 modes) or because they are yet to be written. Because we are not able | |
450 to deal with them completely, we have left out several parts | |
451 intentionally. This includes most information about usage on VMS. | |
6453 | 452 |
453 The manual should be fully correct in what it does cover, and it is | |
454 therefore open to criticism on anything it says---from specific examples | |
455 and descriptive text, to the ordering of chapters and sections. If | |
456 something is confusing, or you find that you have to look at the sources | |
457 or experiment to learn something not covered in the manual, then perhaps | |
458 the manual should be fixed. Please let us know. | |
459 | |
460 @iftex | |
25875 | 461 As you use this manual, we ask that you mark pages with corrections so |
462 you can later look them up and send them to us. If you think of a simple, | |
7114 | 463 real-life example for a function or group of functions, please make an |
6453 | 464 effort to write it up and send it in. Please reference any comments to |
465 the chapter name, section name, and function name, as appropriate, since | |
7114 | 466 page numbers and chapter and section numbers will change and we may have |
467 trouble finding the text you are talking about. Also state the number | |
468 of the edition you are criticizing. | |
6453 | 469 @end iftex |
27193 | 470 @ifnottex |
6453 | 471 |
472 As you use this manual, we ask that you send corrections as soon as you | |
473 find them. If you think of a simple, real life example for a function | |
474 or group of functions, please make an effort to write it up and send it | |
475 in. Please reference any comments to the node name and function or | |
476 variable name, as appropriate. Also state the number of the edition | |
25875 | 477 you are criticizing. |
27193 | 478 @end ifnottex |
6453 | 479 |
480 Please mail comments and corrections to | |
481 | |
482 @example | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
483 bug-lisp-manual@@gnu.org |
6453 | 484 @end example |
485 | |
486 @noindent | |
487 We let mail to this list accumulate unread until someone decides to | |
488 apply the corrections. Months, and sometimes years, go by between | |
489 updates. So please attach no significance to the lack of a reply---your | |
490 mail @emph{will} be acted on in due time. If you want to contact the | |
491 Emacs maintainers more quickly, send mail to | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
492 @code{bug-gnu-emacs@@gnu.org}. |
6453 | 493 |
494 @node Lisp History | |
495 @section Lisp History | |
496 @cindex Lisp history | |
497 | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
498 Lisp (LISt Processing language) was first developed in the late 1950s |
6453 | 499 at the Massachusetts Institute of Technology for research in artificial |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
500 intelligence. The great power of the Lisp language makes it ideal |
6453 | 501 for other purposes as well, such as writing editing commands. |
502 | |
503 @cindex Maclisp | |
504 @cindex Common Lisp | |
505 Dozens of Lisp implementations have been built over the years, each | |
506 with its own idiosyncrasies. Many of them were inspired by Maclisp, | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
507 which was written in the 1960s at MIT's Project MAC. Eventually the |
7114 | 508 implementors of the descendants of Maclisp came together and developed a |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
509 standard for Lisp systems, called Common Lisp. In the meantime, Gerry |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
510 Sussman and Guy Steele at MIT developed a simplified but very powerful |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
511 dialect of Lisp, called Scheme. |
6453 | 512 |
513 GNU Emacs Lisp is largely inspired by Maclisp, and a little by Common | |
514 Lisp. If you know Common Lisp, you will notice many similarities. | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
515 However, many features of Common Lisp have been omitted or |
6453 | 516 simplified in order to reduce the memory requirements of GNU Emacs. |
517 Sometimes the simplifications are so drastic that a Common Lisp user | |
518 might be very confused. We will occasionally point out how GNU Emacs | |
519 Lisp differs from Common Lisp. If you don't know Common Lisp, don't | |
520 worry about it; this manual is self-contained. | |
521 | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
522 @pindex cl |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
523 A certain amount of Common Lisp emulation is available via the |
25751
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
524 @file{cl} library. @xref{Top,, Common Lisp Extension, cl, Common Lisp |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
525 Extensions}. |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
526 |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
527 Emacs Lisp is not at all influenced by Scheme; but the GNU project has |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
528 an implementation of Scheme, called Guile. We use Guile in all new GNU |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
529 software that calls for extensibility. |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
530 |
6453 | 531 @node Conventions |
532 @section Conventions | |
533 | |
534 This section explains the notational conventions that are used in this | |
535 manual. You may want to skip this section and refer back to it later. | |
536 | |
537 @menu | |
538 * Some Terms:: Explanation of terms we use in this manual. | |
539 * nil and t:: How the symbols @code{nil} and @code{t} are used. | |
540 * Evaluation Notation:: The format we use for examples of evaluation. | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
541 * Printing Notation:: The format we use when examples print text. |
6453 | 542 * Error Messages:: The format we use for examples of errors. |
543 * Buffer Text Notation:: The format we use for buffer contents in examples. | |
544 * Format of Descriptions:: Notation for describing functions, variables, etc. | |
545 @end menu | |
546 | |
547 @node Some Terms | |
548 @subsection Some Terms | |
549 | |
550 Throughout this manual, the phrases ``the Lisp reader'' and ``the Lisp | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
551 printer'' refer to those routines in Lisp that convert textual |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
552 representations of Lisp objects into actual Lisp objects, and vice |
6453 | 553 versa. @xref{Printed Representation}, for more details. You, the |
554 person reading this manual, are thought of as ``the programmer'' and are | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
555 addressed as ``you''. ``The user'' is the person who uses Lisp |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
556 programs, including those you write. |
6453 | 557 |
558 @cindex fonts | |
25751
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
559 Examples of Lisp code are formatted like this: @code{(list 1 2 3)}. |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
560 Names that represent metasyntactic variables, or arguments to a function |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
561 being described, are formatted like this: @var{first-number}. |
6453 | 562 |
563 @node nil and t | |
564 @subsection @code{nil} and @code{t} | |
565 @cindex @code{nil}, uses of | |
566 @cindex truth value | |
567 @cindex boolean | |
568 @cindex false | |
569 | |
12098 | 570 In Lisp, the symbol @code{nil} has three separate meanings: it |
6453 | 571 is a symbol with the name @samp{nil}; it is the logical truth value |
572 @var{false}; and it is the empty list---the list of zero elements. | |
573 When used as a variable, @code{nil} always has the value @code{nil}. | |
574 | |
575 As far as the Lisp reader is concerned, @samp{()} and @samp{nil} are | |
576 identical: they stand for the same object, the symbol @code{nil}. The | |
577 different ways of writing the symbol are intended entirely for human | |
578 readers. After the Lisp reader has read either @samp{()} or @samp{nil}, | |
579 there is no way to determine which representation was actually written | |
580 by the programmer. | |
581 | |
582 In this manual, we use @code{()} when we wish to emphasize that it | |
583 means the empty list, and we use @code{nil} when we wish to emphasize | |
584 that it means the truth value @var{false}. That is a good convention to use | |
585 in Lisp programs also. | |
586 | |
587 @example | |
588 (cons 'foo ()) ; @r{Emphasize the empty list} | |
589 (not nil) ; @r{Emphasize the truth value @var{false}} | |
590 @end example | |
591 | |
592 @cindex @code{t} and truth | |
593 @cindex true | |
594 In contexts where a truth value is expected, any non-@code{nil} value | |
595 is considered to be @var{true}. However, @code{t} is the preferred way | |
596 to represent the truth value @var{true}. When you need to choose a | |
597 value which represents @var{true}, and there is no other basis for | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
598 choosing, use @code{t}. The symbol @code{t} always has the value |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
599 @code{t}. |
6453 | 600 |
601 In Emacs Lisp, @code{nil} and @code{t} are special symbols that always | |
602 evaluate to themselves. This is so that you do not need to quote them | |
603 to use them as constants in a program. An attempt to change their | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
604 values results in a @code{setting-constant} error. The same is true of |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
605 any symbol whose name starts with a colon (@samp{:}). @xref{Constant |
6453 | 606 Variables}. |
607 | |
608 @node Evaluation Notation | |
609 @subsection Evaluation Notation | |
610 @cindex evaluation notation | |
611 @cindex documentation notation | |
612 | |
613 A Lisp expression that you can evaluate is called a @dfn{form}. | |
614 Evaluating a form always produces a result, which is a Lisp object. In | |
615 the examples in this manual, this is indicated with @samp{@result{}}: | |
616 | |
617 @example | |
618 (car '(1 2)) | |
619 @result{} 1 | |
620 @end example | |
621 | |
622 @noindent | |
623 You can read this as ``@code{(car '(1 2))} evaluates to 1''. | |
624 | |
625 When a form is a macro call, it expands into a new form for Lisp to | |
626 evaluate. We show the result of the expansion with | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
627 @samp{@expansion{}}. We may or may not show the result of the |
6453 | 628 evaluation of the expanded form. |
629 | |
630 @example | |
631 (third '(a b c)) | |
632 @expansion{} (car (cdr (cdr '(a b c)))) | |
633 @result{} c | |
634 @end example | |
635 | |
7114 | 636 Sometimes to help describe one form we show another form that |
6453 | 637 produces identical results. The exact equivalence of two forms is |
638 indicated with @samp{@equiv{}}. | |
639 | |
640 @example | |
641 (make-sparse-keymap) @equiv{} (list 'keymap) | |
642 @end example | |
643 | |
644 @node Printing Notation | |
645 @subsection Printing Notation | |
646 @cindex printing notation | |
647 | |
648 Many of the examples in this manual print text when they are | |
7114 | 649 evaluated. If you execute example code in a Lisp Interaction buffer |
650 (such as the buffer @samp{*scratch*}), the printed text is inserted into | |
651 the buffer. If you execute the example by other means (such as by | |
652 evaluating the function @code{eval-region}), the printed text is | |
26288 | 653 displayed in the echo area. |
6453 | 654 |
655 Examples in this manual indicate printed text with @samp{@print{}}, | |
656 irrespective of where that text goes. The value returned by evaluating | |
657 the form (here @code{bar}) follows on a separate line. | |
658 | |
659 @example | |
660 @group | |
661 (progn (print 'foo) (print 'bar)) | |
662 @print{} foo | |
663 @print{} bar | |
664 @result{} bar | |
665 @end group | |
666 @end example | |
667 | |
668 @node Error Messages | |
669 @subsection Error Messages | |
670 @cindex error message notation | |
671 | |
672 Some examples signal errors. This normally displays an error message | |
673 in the echo area. We show the error message on a line starting with | |
674 @samp{@error{}}. Note that @samp{@error{}} itself does not appear in | |
675 the echo area. | |
676 | |
677 @example | |
678 (+ 23 'x) | |
21007
66d807bdc5b4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
12282
diff
changeset
|
679 @error{} Wrong type argument: number-or-marker-p, x |
6453 | 680 @end example |
681 | |
682 @node Buffer Text Notation | |
683 @subsection Buffer Text Notation | |
684 @cindex buffer text notation | |
685 | |
25751
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
686 Some examples describe modifications to the contents of a buffer, by |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
687 showing the ``before'' and ``after'' versions of the text. These |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
688 examples show the contents of the buffer in question between two lines |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
689 of dashes containing the buffer name. In addition, @samp{@point{}} |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
690 indicates the location of point. (The symbol for point, of course, is |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
691 not part of the text in the buffer; it indicates the place |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
692 @emph{between} two characters where point is currently located.) |
6453 | 693 |
694 @example | |
695 ---------- Buffer: foo ---------- | |
696 This is the @point{}contents of foo. | |
697 ---------- Buffer: foo ---------- | |
698 | |
699 (insert "changed ") | |
700 @result{} nil | |
701 ---------- Buffer: foo ---------- | |
702 This is the changed @point{}contents of foo. | |
703 ---------- Buffer: foo ---------- | |
704 @end example | |
705 | |
706 @node Format of Descriptions | |
707 @subsection Format of Descriptions | |
708 @cindex description format | |
709 | |
710 Functions, variables, macros, commands, user options, and special | |
711 forms are described in this manual in a uniform format. The first | |
712 line of a description contains the name of the item followed by its | |
713 arguments, if any. | |
27193 | 714 @ifnottex |
6453 | 715 The category---function, variable, or whatever---appears at the |
716 beginning of the line. | |
27193 | 717 @end ifnottex |
6453 | 718 @iftex |
719 The category---function, variable, or whatever---is printed next to the | |
720 right margin. | |
721 @end iftex | |
722 The description follows on succeeding lines, sometimes with examples. | |
723 | |
724 @menu | |
725 * A Sample Function Description:: A description of an imaginary | |
726 function, @code{foo}. | |
727 * A Sample Variable Description:: A description of an imaginary | |
728 variable, | |
729 @code{electric-future-map}. | |
730 @end menu | |
731 | |
732 @node A Sample Function Description | |
733 @subsubsection A Sample Function Description | |
734 @cindex function descriptions | |
735 @cindex command descriptions | |
736 @cindex macro descriptions | |
737 @cindex special form descriptions | |
738 | |
739 In a function description, the name of the function being described | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
740 appears first. It is followed on the same line by a list of argument |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
741 names. These names are also used in the body of the description, to |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
742 stand for the values of the arguments. |
6453 | 743 |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
744 The appearance of the keyword @code{&optional} in the argument list |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
745 indicates that the subsequent arguments may be omitted (omitted |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
746 arguments default to @code{nil}). Do not write @code{&optional} when |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
747 you call the function. |
6453 | 748 |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
749 The keyword @code{&rest} (which must be followed by a single argument |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
750 name) indicates that any number of arguments can follow. The single |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
751 following argument name will have a value, as a variable, which is a |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
752 list of all these remaining arguments. Do not write @code{&rest} when |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
753 you call the function. |
6453 | 754 |
755 Here is a description of an imaginary function @code{foo}: | |
756 | |
757 @defun foo integer1 &optional integer2 &rest integers | |
758 The function @code{foo} subtracts @var{integer1} from @var{integer2}, | |
759 then adds all the rest of the arguments to the result. If @var{integer2} | |
760 is not supplied, then the number 19 is used by default. | |
761 | |
762 @example | |
763 (foo 1 5 3 9) | |
764 @result{} 16 | |
765 (foo 5) | |
766 @result{} 14 | |
767 @end example | |
768 | |
22274
f0cd03a7dac9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22252
diff
changeset
|
769 @need 1500 |
6453 | 770 More generally, |
771 | |
772 @example | |
773 (foo @var{w} @var{x} @var{y}@dots{}) | |
774 @equiv{} | |
775 (+ (- @var{x} @var{w}) @var{y}@dots{}) | |
776 @end example | |
777 @end defun | |
778 | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
779 Any argument whose name contains the name of a type (e.g., |
6453 | 780 @var{integer}, @var{integer1} or @var{buffer}) is expected to be of that |
781 type. A plural of a type (such as @var{buffers}) often means a list of | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
782 objects of that type. Arguments named @var{object} may be of any type. |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
783 (@xref{Lisp Data Types}, for a list of Emacs object types.) Arguments |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
784 with other sorts of names (e.g., @var{new-file}) are discussed |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
785 specifically in the description of the function. In some sections, |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
786 features common to the arguments of several functions are described at |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
787 the beginning. |
6453 | 788 |
789 @xref{Lambda Expressions}, for a more complete description of optional | |
790 and rest arguments. | |
791 | |
792 Command, macro, and special form descriptions have the same format, | |
793 but the word `Function' is replaced by `Command', `Macro', or `Special | |
794 Form', respectively. Commands are simply functions that may be called | |
795 interactively; macros process their arguments differently from functions | |
796 (the arguments are not evaluated), but are presented the same way. | |
797 | |
798 Special form descriptions use a more complex notation to specify | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
799 optional and repeated arguments because they can break the argument |
6453 | 800 list down into separate arguments in more complicated ways. |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
801 @samp{@r{[}@var{optional-arg}@r{]}} means that @var{optional-arg} is |
6453 | 802 optional and @samp{@var{repeated-args}@dots{}} stands for zero or more |
803 arguments. Parentheses are used when several arguments are grouped into | |
804 additional levels of list structure. Here is an example: | |
805 | |
806 @defspec count-loop (@var{var} [@var{from} @var{to} [@var{inc}]]) @var{body}@dots{} | |
807 This imaginary special form implements a loop that executes the | |
808 @var{body} forms and then increments the variable @var{var} on each | |
809 iteration. On the first iteration, the variable has the value | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
810 @var{from}; on subsequent iterations, it is incremented by one (or by |
6453 | 811 @var{inc} if that is given). The loop exits before executing @var{body} |
812 if @var{var} equals @var{to}. Here is an example: | |
813 | |
814 @example | |
815 (count-loop (i 0 10) | |
816 (prin1 i) (princ " ") | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
817 (prin1 (aref vector i)) |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
818 (terpri)) |
6453 | 819 @end example |
820 | |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
821 If @var{from} and @var{to} are omitted, @var{var} is bound to |
6453 | 822 @code{nil} before the loop begins, and the loop exits if @var{var} is |
823 non-@code{nil} at the beginning of an iteration. Here is an example: | |
824 | |
825 @example | |
826 (count-loop (done) | |
827 (if (pending) | |
828 (fixit) | |
829 (setq done t))) | |
830 @end example | |
831 | |
832 In this special form, the arguments @var{from} and @var{to} are | |
833 optional, but must both be present or both absent. If they are present, | |
834 @var{inc} may optionally be specified as well. These arguments are | |
835 grouped with the argument @var{var} into a list, to distinguish them | |
836 from @var{body}, which includes all remaining elements of the form. | |
837 @end defspec | |
838 | |
839 @node A Sample Variable Description | |
840 @subsubsection A Sample Variable Description | |
841 @cindex variable descriptions | |
842 @cindex option descriptions | |
843 | |
844 A @dfn{variable} is a name that can hold a value. Although any | |
845 variable can be set by the user, certain variables that exist | |
846 specifically so that users can change them are called @dfn{user | |
847 options}. Ordinary variables and user options are described using a | |
848 format like that for functions except that there are no arguments. | |
849 | |
850 Here is a description of the imaginary @code{electric-future-map} | |
851 variable.@refill | |
852 | |
853 @defvar electric-future-map | |
854 The value of this variable is a full keymap used by Electric Command | |
855 Future mode. The functions in this map allow you to edit commands you | |
856 have not yet thought about executing. | |
857 @end defvar | |
858 | |
859 User option descriptions have the same format, but `Variable' is | |
860 replaced by `User Option'. | |
861 | |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
862 @node Version Info |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
863 @section Version Information |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
864 |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
865 These facilities provide information about which version of Emacs is |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
866 in use. |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
867 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
868 @deffn Command emacs-version |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
869 This function returns a string describing the version of Emacs that is |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
870 running. It is useful to include this string in bug reports. |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
871 |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
872 @smallexample |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
873 @group |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
874 (emacs-version) |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
875 @result{} "GNU Emacs 20.3.5 (i486-pc-linux-gnulibc1, X toolkit) |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
876 of Sat Feb 14 1998 on psilocin.gnu.org" |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
877 @end group |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
878 @end smallexample |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
879 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
880 Called interactively, the function prints the same information in the |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
881 echo area. |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
882 @end deffn |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
883 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
884 @defvar emacs-build-time |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
885 The value of this variable indicates the time at which Emacs was built |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
886 at the local site. It is a list of three integers, like the value |
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
887 of @code{current-time} (@pxref{Time of Day}). |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
888 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
889 @example |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
890 @group |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
891 emacs-build-time |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
892 @result{} (13623 62065 344633) |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
893 @end group |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
894 @end example |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
895 @end defvar |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
896 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
897 @defvar emacs-version |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
898 The value of this variable is the version of Emacs being run. It is a |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
899 string such as @code{"20.3.1"}. The last number in this string is not |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
900 really part of the Emacs release version number; it is incremented each |
25751
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
901 time you build Emacs in any given directory. A value with three numeric |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
902 components, such as @code{"20.3.9.1"}, indicates an unreleased test |
467b88fab665
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
22366
diff
changeset
|
903 version. |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
904 @end defvar |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
905 |
22138
d4ac295a98b3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21682
diff
changeset
|
906 The following two variables have existed since Emacs version 19.23: |
21682
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
907 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
908 @defvar emacs-major-version |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
909 The major version number of Emacs, as an integer. For Emacs version |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
910 20.3, the value is 20. |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
911 @end defvar |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
912 |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
913 @defvar emacs-minor-version |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
914 The minor version number of Emacs, as an integer. For Emacs version |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
915 20.3, the value is 3. |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
916 @end defvar |
90da2489c498
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
21007
diff
changeset
|
917 |
6453 | 918 @node Acknowledgements |
919 @section Acknowledgements | |
920 | |
921 This manual was written by Robert Krawitz, Bil Lewis, Dan LaLiberte, | |
922 Richard M. Stallman and Chris Welty, the volunteers of the GNU manual | |
923 group, in an effort extending over several years. Robert J. Chassell | |
924 helped to review and edit the manual, with the support of the Defense | |
925 Advanced Research Projects Agency, ARPA Order 6082, arranged by Warren | |
25875 | 926 A. Hunt, Jr.@: of Computational Logic, Inc. |
6453 | 927 |
928 Corrections were supplied by Karl Berry, Jim Blandy, Bard Bloom, | |
929 Stephane Boucher, David Boyes, Alan Carroll, Richard Davis, Lawrence | |
930 R. Dodd, Peter Doornbosch, David A. Duff, Chris Eich, Beverly | |
931 Erlebacher, David Eckelkamp, Ralf Fassel, Eirik Fuller, Stephen Gildea, | |
932 Bob Glickstein, Eric Hanchrow, George Hartzell, Nathan Hess, Masayuki | |
933 Ida, Dan Jacobson, Jak Kirman, Bob Knighten, Frederick M. Korz, Joe | |
934 Lammens, Glenn M. Lewis, K. Richard Magill, Brian Marick, Roland | |
935 McGrath, Skip Montanaro, John Gardiner Myers, Thomas A. Peterson, | |
936 Francesco Potorti, Friedrich Pukelsheim, Arnold D. Robbins, Raul | |
25875 | 937 Rockwell, Per Starb@"ack, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, |
6453 | 938 Bill Trost, Rickard Westman, Jean White, Matthew Wilding, Carl Witty, |
939 Dale Worley, Rusty Wright, and David D. Zuhn. |