comparison man/lispref/lispref.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
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
1093 XEmacs LDAP API 1097 XEmacs LDAP API
1094 1098
1095 * LDAP Variables:: Lisp variables related to LDAP 1099 * LDAP Variables:: Lisp variables related to LDAP
1096 * The High-Level LDAP API:: High-level LDAP lisp functions 1100 * The High-Level LDAP API:: High-level LDAP lisp functions
1097 * The Low-Level LDAP API:: Low-level LDAP lisp primitives 1101 * The Low-Level LDAP API:: Low-level LDAP lisp primitives
1102 * LDAP Internationalization:: I18n variables and functions
1098 1103
1099 The Low-Level LDAP API 1104 The Low-Level LDAP API
1100 1105
1101 * The LDAP Lisp Object:: 1106 * The LDAP Lisp Object::
1102 * Opening and Closing a LDAP Connection:: 1107 * Opening and Closing a LDAP Connection::
1103 * Searching on a LDAP Server (Low-level):: 1108 * Low-level Operations on a LDAP Server::
1109
1110 LDAP Internationalization
1111
1112 * LDAP Internationalization Variables::
1113 * Encoder/Decoder Functions::
1104 1114
1105 Internationalization 1115 Internationalization
1106 1116
1107 * I18N Levels 1 and 2:: Support for different time, date, and currency formats. 1117 * I18N Levels 1 and 2:: Support for different time, date, and currency formats.
1108 * I18N Level 3:: Support for localized messages. 1118 * I18N Level 3:: Support for localized messages.
1161 @include commands.texi 1171 @include commands.texi
1162 @include keymaps.texi 1172 @include keymaps.texi
1163 @include menus.texi 1173 @include menus.texi
1164 @include dialog.texi 1174 @include dialog.texi
1165 @include toolbar.texi 1175 @include toolbar.texi
1176 @include gutter.texi
1166 @include scrollbars.texi 1177 @include scrollbars.texi
1167 @include dragndrop.texi 1178 @include dragndrop.texi
1168 @include modes.texi 1179 @include modes.texi
1169 1180
1170 @include help.texi 1181 @include help.texi
1197 @include processes.texi 1208 @include processes.texi
1198 @include os.texi 1209 @include os.texi
1199 @include x-windows.texi 1210 @include x-windows.texi
1200 @include tooltalk.texi 1211 @include tooltalk.texi
1201 @include ldap.texi 1212 @include ldap.texi
1213 @include postgresql.texi
1202 @include internationalization.texi 1214 @include internationalization.texi
1203 @include mule.texi 1215 @include mule.texi
1204 1216
1205 @c MOVE to User's Manual: include calendar.texi 1217 @c MOVE to User's Manual: include calendar.texi
1206 1218