Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | b8cc9ab3f761 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
157 and how you can call its subroutines. | 157 and how you can call its subroutines. |
158 * Keymaps:: Defining the bindings from keys to commands. | 158 * Keymaps:: Defining the bindings from keys to commands. |
159 * Menus:: Defining pull-down and pop-up menus. | 159 * Menus:: Defining pull-down and pop-up menus. |
160 * Dialog Boxes:: Creating dialog boxes. | 160 * Dialog Boxes:: Creating dialog boxes. |
161 * Toolbar:: Controlling the toolbar. | 161 * Toolbar:: Controlling the toolbar. |
162 * Gutter:: Controlling the gutter. | |
162 * Scrollbars:: Controlling the scrollbars. | 163 * Scrollbars:: Controlling the scrollbars. |
163 * Drag and Drop:: Generic API to inter-application communication | 164 * Drag and Drop:: Generic API to inter-application communication |
164 via specific protocols. | 165 via specific protocols. |
165 * Modes:: Defining major and minor modes. | 166 * Modes:: Defining major and minor modes. |
166 * Documentation:: Writing and using documentation strings. | 167 * Documentation:: Writing and using documentation strings. |
202 variables, and other such things. | 203 variables, and other such things. |
203 * X-Windows:: Functions specific to the X Window System. | 204 * X-Windows:: Functions specific to the X Window System. |
204 * ToolTalk Support:: Interfacing with the ToolTalk message service. | 205 * ToolTalk Support:: Interfacing with the ToolTalk message service. |
205 * LDAP Support:: Interfacing with the Lightweight Directory | 206 * LDAP Support:: Interfacing with the Lightweight Directory |
206 Access Protocol. | 207 Access Protocol. |
208 * PostgreSQL Support:: Interfacing to the PostgreSQL libpq library. | |
207 * Internationalization:: How Emacs supports different languages and | 209 * Internationalization:: How Emacs supports different languages and |
208 cultural conventions. | 210 cultural conventions. |
209 * MULE:: Specifics of the Asian-language support. | 211 * MULE:: Specifics of the Asian-language support. |
210 | 212 |
211 Appendices | 213 Appendices |
620 | 622 |
621 * Toolbar Intro:: An introduction. | 623 * Toolbar Intro:: An introduction. |
622 * Toolbar Descriptor Format:: How to create a toolbar. | 624 * Toolbar Descriptor Format:: How to create a toolbar. |
623 * Specifying the Toolbar:: Setting a toolbar. | 625 * Specifying the Toolbar:: Setting a toolbar. |
624 * Other Toolbar Variables:: Controlling the size of toolbars. | 626 * Other Toolbar Variables:: Controlling the size of toolbars. |
627 | |
628 Gutter | |
625 | 629 |
626 Scrollbars | 630 Scrollbars |
627 | 631 |
628 Major and Minor Modes | 632 Major and Minor Modes |
629 | 633 |
1161 @include commands.texi | 1165 @include commands.texi |
1162 @include keymaps.texi | 1166 @include keymaps.texi |
1163 @include menus.texi | 1167 @include menus.texi |
1164 @include dialog.texi | 1168 @include dialog.texi |
1165 @include toolbar.texi | 1169 @include toolbar.texi |
1170 @include gutter.texi | |
1166 @include scrollbars.texi | 1171 @include scrollbars.texi |
1167 @include dragndrop.texi | 1172 @include dragndrop.texi |
1168 @include modes.texi | 1173 @include modes.texi |
1169 | 1174 |
1170 @include help.texi | 1175 @include help.texi |
1197 @include processes.texi | 1202 @include processes.texi |
1198 @include os.texi | 1203 @include os.texi |
1199 @include x-windows.texi | 1204 @include x-windows.texi |
1200 @include tooltalk.texi | 1205 @include tooltalk.texi |
1201 @include ldap.texi | 1206 @include ldap.texi |
1207 @include postgresql.texi | |
1202 @include internationalization.texi | 1208 @include internationalization.texi |
1203 @include mule.texi | 1209 @include mule.texi |
1204 | 1210 |
1205 @c MOVE to User's Manual: include calendar.texi | 1211 @c MOVE to User's Manual: include calendar.texi |
1206 | 1212 |