comparison man/lispref/lispref.texi @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents c9fe270a4101
children afd57c14dfc8
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
194 * Processes:: Running and communicating with subprocesses. 194 * Processes:: Running and communicating with subprocesses.
195 * System Interface:: Getting the user id, system type, environment 195 * System Interface:: Getting the user id, system type, environment
196 variables, and other such things. 196 variables, and other such things.
197 * X-Windows:: Functions specific to the X Window System. 197 * X-Windows:: Functions specific to the X Window System.
198 * ToolTalk Support:: Interfacing with the ToolTalk message service. 198 * ToolTalk Support:: Interfacing with the ToolTalk message service.
199 * LDAP Support:: Interfacing with the Lightweight Directory
200 Access Protocol.
199 * Internationalization:: How Emacs supports different languages and 201 * Internationalization:: How Emacs supports different languages and
200 cultural conventions. 202 cultural conventions.
201 * MULE:: Specifics of the Asian-language support. 203 * MULE:: Specifics of the Asian-language support.
202 204
203 Appendices 205 Appendices
1074 1076
1075 * XEmacs ToolTalk API Summary:: 1077 * XEmacs ToolTalk API Summary::
1076 * Sending Messages:: 1078 * Sending Messages::
1077 * Receiving Messages:: 1079 * Receiving Messages::
1078 1080
1081 LDAP Support
1082
1083 * Building XEmacs with LDAP support:: How to add LDAP support to XEmacs
1084 * XEmacs LDAP API:: Lisp access to LDAP functions
1085 * Syntax of Search Filters:: A brief summary of RFC 1558
1086
1087 XEmacs LDAP API
1088
1089 * LDAP Variables:: Lisp variables related to LDAP
1090 * The High-Level LDAP API:: High-level LDAP lisp functions
1091 * The Low-Level LDAP API:: Low-level LDAP lisp primitives
1092
1093 The Low-Level LDAP API
1094
1095 * The LDAP Lisp Object::
1096 * Opening and Closing a LDAP Connection::
1097 * Searching on a LDAP Server (Low-level)::
1098
1079 Internationalization 1099 Internationalization
1080 1100
1081 * I18N Levels 1 and 2:: Support for different time, date, and currency formats. 1101 * I18N Levels 1 and 2:: Support for different time, date, and currency formats.
1082 * I18N Level 3:: Support for localized messages. 1102 * I18N Level 3:: Support for localized messages.
1083 * I18N Level 4:: Support for Asian languages. 1103 * I18N Level 4:: Support for Asian languages.
1169 1189
1170 @include processes.texi 1190 @include processes.texi
1171 @include os.texi 1191 @include os.texi
1172 @include x-windows.texi 1192 @include x-windows.texi
1173 @include tooltalk.texi 1193 @include tooltalk.texi
1194 @include ldap.texi
1174 @include internationalization.texi 1195 @include internationalization.texi
1175 @include mule.texi 1196 @include mule.texi
1176 1197
1177 @c MOVE to User's Manual: include calendar.texi 1198 @c MOVE to User's Manual: include calendar.texi
1178 1199