Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 54:05472e90ae02 r19-16-pre2
Import from CVS: tag r19-16-pre2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:55 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
53:875393c1a535 | 54:05472e90ae02 |
---|---|
12 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 | 12 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 |
13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 | 13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994 |
14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995 | 14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995 |
15 GNU Emacs Lisp Reference Manual v2.4, June 1995 | 15 GNU Emacs Lisp Reference Manual v2.4, June 1995 |
16 XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995 | 16 XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995 |
17 XEmacs Lisp Programmer's Manual (for 19.14) v3.1, March 1996 | 17 XEmacs Lisp Reference Manual (for 19.14 and 20.0) v3.1, March 1996 |
18 XEmacs Lisp Reference Manual (for 19.15 and 20.1, 20.2) v3.2, April, May 1997 | |
18 @c Please REMEMBER to update edition number in *four* places in this file | 19 @c Please REMEMBER to update edition number in *four* places in this file |
19 @c and also in *one* place in intro.texi | 20 @c and also in *one* place in intro.texi |
20 | 21 |
21 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 22 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
22 Copyright (C) 1994, 1995 Sun Microsystems, Inc. | 23 Copyright (C) 1994, 1995 Sun Microsystems, Inc. |
70 | 71 |
71 @titlepage | 72 @titlepage |
72 @title XEmacs Lisp Reference Manual | 73 @title XEmacs Lisp Reference Manual |
73 @c The edition number appears in several places in this file | 74 @c The edition number appears in several places in this file |
74 @c and also in the file intro.texi. | 75 @c and also in the file intro.texi. |
75 @c This manual documents XEmacs 19.14 and was based on the | 76 @c This manual documents XEmacs 19.14 and 20.0 and was based on the |
76 @c documentation for FSF Emacs 19.29 (v2.4). | 77 @c documentation for FSF Emacs 19.29 (v2.4). |
77 @subtitle Version 3.1 (for XEmacs 19.14), March 1996 | 78 @subtitle Version 3.2 (for XEmacs 19.15 and 20.1, 20.2), April, May 1997 |
78 | 79 |
79 @author by Ben Wing | 80 @author by Ben Wing |
80 @author | 81 @author |
81 @author Based on the GNU Emacs Lisp Reference Manual | 82 @author Based on the GNU Emacs Lisp Reference Manual |
82 @author by Bil Lewis, Dan LaLiberte, Richard Stallman | 83 @author by Bil Lewis, Dan LaLiberte, Richard Stallman |
85 @vskip 0pt plus 1filll | 86 @vskip 0pt plus 1filll |
86 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 87 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
87 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. | 88 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc. |
88 Copyright @copyright{} 1995, 1996 Ben Wing. | 89 Copyright @copyright{} 1995, 1996 Ben Wing. |
89 @sp 2 | 90 @sp 2 |
90 Version 3.1 @* | 91 Version 3.2 @* |
91 Revised for XEmacs Version 19.14,@* | 92 Revised for XEmacs Versions 19.15 and 20.1, 20.2,@* |
92 March, 1996.@* | 93 April, May 1997.@* |
93 | 94 |
94 Permission is granted to make and distribute verbatim copies of this | 95 Permission is granted to make and distribute verbatim copies of this |
95 manual provided the copyright notice and this permission notice are | 96 manual provided the copyright notice and this permission notice are |
96 preserved on all copies. | 97 preserved on all copies. |
97 | 98 |
114 | 115 |
115 @node Top, Copying, (dir), (dir) | 116 @node Top, Copying, (dir), (dir) |
116 | 117 |
117 @ifinfo | 118 @ifinfo |
118 This Info file contains the third edition of the XEmacs Lisp | 119 This Info file contains the third edition of the XEmacs Lisp |
119 Reference Manual, corresponding to XEmacs version 19.14. | 120 Reference Manual, corresponding to XEmacs versions 19.15 and 20.1. |
120 @end ifinfo | 121 @end ifinfo |
121 | 122 |
122 @menu | 123 @menu |
123 * Copying:: Conditions for copying and changing XEmacs. | 124 * Copying:: Conditions for copying and changing XEmacs. |
124 * Introduction:: Introduction and conventions used. | 125 * Introduction:: Introduction and conventions used. |
738 * Window Configurations:: Saving and restoring the state of the screen. | 739 * Window Configurations:: Saving and restoring the state of the screen. |
739 | 740 |
740 Frames | 741 Frames |
741 | 742 |
742 * Creating Frames:: Creating additional frames. | 743 * Creating Frames:: Creating additional frames. |
743 * Frame Parameters:: Controlling frame size, position, font, etc. | 744 * Frame Properties:: Controlling frame size, position, font, etc. |
744 * Frame Titles:: Automatic updating of frame titles. | 745 * Frame Titles:: Automatic updating of frame titles. |
745 * Deleting Frames:: Frames last until explicitly deleted. | 746 * Deleting Frames:: Frames last until explicitly deleted. |
746 * Finding All Frames:: How to examine all existing frames. | 747 * Finding All Frames:: How to examine all existing frames. |
747 * Frames and Windows:: A frame contains windows; | 748 * Frames and Windows:: A frame contains windows; |
748 display of text always works through windows. | 749 display of text always works through windows. |