Mercurial > hg > xemacs-beta
comparison lisp/modes/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
227 Entry to this mode calls the value of bibtex-mode-hook if that value is | 227 Entry to this mode calls the value of bibtex-mode-hook if that value is |
228 non-nil." t nil) | 228 non-nil." t nil) |
229 | 229 |
230 ;;;*** | 230 ;;;*** |
231 | 231 |
232 ;;;### (autoloads (c-add-style c-set-style java-mode objc-mode c++-mode c-mode) "cc-mode" "modes/cc-mode.el") | |
233 | |
234 (autoload 'c-mode "cc-mode" "\ | |
235 Major mode for editing K&R and ANSI C code. | |
236 To submit a problem report, enter `\\[c-submit-bug-report]' from a | |
237 c-mode buffer. This automatically sets up a mail buffer with version | |
238 information already added. You just need to add a description of the | |
239 problem, including a reproducible test case and send the message. | |
240 | |
241 To see what version of CC Mode you are running, enter `\\[c-version]'. | |
242 | |
243 The hook variable `c-mode-hook' is run with no args, if that value is | |
244 bound and has a non-nil value. Also the hook `c-mode-common-hook' is | |
245 run first. | |
246 | |
247 Key bindings: | |
248 \\{c-mode-map}" t nil) | |
249 | |
250 (autoload 'c++-mode "cc-mode" "\ | |
251 Major mode for editing C++ code. | |
252 To submit a problem report, enter `\\[c-submit-bug-report]' from a | |
253 c++-mode buffer. This automatically sets up a mail buffer with | |
254 version information already added. You just need to add a description | |
255 of the problem, including a reproducible test case, and send the | |
256 message. | |
257 | |
258 To see what version of CC Mode you are running, enter `\\[c-version]'. | |
259 | |
260 The hook variable `c++-mode-hook' is run with no args, if that | |
261 variable is bound and has a non-nil value. Also the hook | |
262 `c-mode-common-hook' is run first. | |
263 | |
264 Key bindings: | |
265 \\{c++-mode-map}" t nil) | |
266 | |
267 (autoload 'objc-mode "cc-mode" "\ | |
268 Major mode for editing Objective C code. | |
269 To submit a problem report, enter `\\[c-submit-bug-report]' from an | |
270 objc-mode buffer. This automatically sets up a mail buffer with | |
271 version information already added. You just need to add a description | |
272 of the problem, including a reproducible test case, and send the | |
273 message. | |
274 | |
275 To see what version of CC Mode you are running, enter `\\[c-version]'. | |
276 | |
277 The hook variable `objc-mode-hook' is run with no args, if that value | |
278 is bound and has a non-nil value. Also the hook `c-mode-common-hook' | |
279 is run first. | |
280 | |
281 Key bindings: | |
282 \\{objc-mode-map}" t nil) | |
283 | |
284 (autoload 'java-mode "cc-mode" "\ | |
285 Major mode for editing Java code. | |
286 To submit a problem report, enter `\\[c-submit-bug-report]' from an | |
287 java-mode buffer. This automatically sets up a mail buffer with | |
288 version information already added. You just need to add a description | |
289 of the problem, including a reproducible test case and send the | |
290 message. | |
291 | |
292 To see what version of CC Mode you are running, enter `\\[c-version]'. | |
293 | |
294 The hook variable `java-mode-hook' is run with no args, if that value | |
295 is bound and has a non-nil value. Also the common hook | |
296 `c-mode-common-hook' is run first. Note that this mode automatically | |
297 sets the \"java\" style before calling any hooks so be careful if you | |
298 set styles in `c-mode-common-hook'. | |
299 | |
300 Key bindings: | |
301 \\{java-mode-map}" t nil) | |
302 | |
303 (autoload 'c-set-style "cc-mode" "\ | |
304 Set CC Mode variables to use one of several different indentation styles. | |
305 STYLENAME is a string representing the desired style from the list of | |
306 styles described in the variable `c-style-alist'. See that variable | |
307 for details of setting up styles. | |
308 | |
309 The variable `c-indentation-style' always contains the buffer's current | |
310 style name." t nil) | |
311 | |
312 (autoload 'c-add-style "cc-mode" "\ | |
313 Adds a style to `c-style-alist', or updates an existing one. | |
314 STYLE is a string identifying the style to add or update. DESCRIP is | |
315 an association list describing the style and must be of the form: | |
316 | |
317 ((VARIABLE . VALUE) [(VARIABLE . VALUE) ...]) | |
318 | |
319 See the variable `c-style-alist' for the semantics of VARIABLE and | |
320 VALUE. This function also sets the current style to STYLE using | |
321 `c-set-style' if the optional SET-P flag is non-nil." t nil) | |
322 | |
323 (fset 'set-c-style 'c-set-style) | |
324 | |
325 ;;;*** | |
326 | |
327 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el") | 232 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el") |
328 | 233 |
329 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil) | 234 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil) |
330 | 235 |
331 ;;;*** | 236 ;;;*** |
754 ;;;*** | 659 ;;;*** |
755 | 660 |
756 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 661 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
757 | 662 |
758 (autoload 'ksh-mode "ksh-mode" "\ | 663 (autoload 'ksh-mode "ksh-mode" "\ |
759 ksh-mode $Revision: 1.1 $ - Major mode for editing (Bourne, Korn or Bourne again) | 664 ksh-mode $Revision: 1.2 $ - Major mode for editing (Bourne, Korn or Bourne again) |
760 shell scripts. | 665 shell scripts. |
761 Special key bindings and commands: | 666 Special key bindings and commands: |
762 \\{ksh-mode-map} | 667 \\{ksh-mode-map} |
763 Variables controlling indentation style: | 668 Variables controlling indentation style: |
764 ksh-indent | 669 ksh-indent |
1369 (autoload 'reftex-mode "reftex" "\ | 1274 (autoload 'reftex-mode "reftex" "\ |
1370 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. | 1275 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. |
1371 | 1276 |
1372 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'. | 1277 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'. |
1373 When referencing, you get a menu with all labels of a given type and | 1278 When referencing, you get a menu with all labels of a given type and |
1374 context of the label definition. The selected label is inserted as a | 1279 context of the label definition. The selected label is inserted as a |
1375 \\ref macro. | 1280 \\ref macro. |
1376 | 1281 |
1377 Citations can be made with `\\[reftex-citation]' which will use a regular expression | 1282 Citations can be made with `\\[reftex-citation]' which will use a regular expression |
1378 to pull out a *formatted* list of articles from your BibTeX | 1283 to pull out a *formatted* list of articles from your BibTeX |
1379 database. The selected citation is inserted as a \\cite macro. | 1284 database. The selected citation is inserted as a \\cite macro. |
1380 | 1285 |
1381 A Table of Contents of the entire (multifile) document with browsing | 1286 A Table of Contents of the entire (multifile) document with browsing |
1382 capabilities is available with `\\[reftex-toc]'. | 1287 capabilities is available with `\\[reftex-toc]'. |
1383 | 1288 |
1384 Most command have help available on the fly. This help is accessed by | 1289 Most command have help available on the fly. This help is accessed by |
1385 pressing `?' to any prompt mentioning this feature. | 1290 pressing `?' to any prompt mentioning this feature. |
1386 | 1291 |
1292 Extensive documentation about reftex is in the file header of `reftex.el'. | |
1293 | |
1387 \\{reftex-mode-map} | 1294 \\{reftex-mode-map} |
1388 Under X, these functions will be available also in a menu on the menu bar. | 1295 Under X, these functions will also be available in a menu on the menu bar. |
1389 | 1296 |
1390 ------------------------------------------------------------------------------" t nil) | 1297 ------------------------------------------------------------------------------" t nil) |
1391 | 1298 |
1392 (autoload 'reftex-add-to-label-alist "reftex" "\ | 1299 (autoload 'reftex-add-to-label-alist "reftex" "\ |
1393 Add label environment descriptions to reftex-label-alist-external-add-ons. | 1300 Add label environment descriptions to `reftex-label-alist-external-add-ons'. |
1394 The format of ENTRY-LIST is exactly like reftex-label-alist. See there | 1301 The format of ENTRY-LIST is exactly like `reftex-label-alist'. See there |
1395 for details. | 1302 for details. |
1396 This function makes it possible to support RefTeX from AUCTeX style files. | 1303 This function makes it possible to support RefTeX from AUCTeX style files. |
1397 The entries in ENTRY-LIST will be processed after the user settings in | 1304 The entries in ENTRY-LIST will be processed after the user settings in |
1398 reftex-label-alist, and before the defaults (specified in | 1305 `reftex-label-alist', and before the defaults (specified in |
1399 reftex-default-label-alist-entries). Any changes made to | 1306 `reftex-default-label-alist-entries'). Any changes made to |
1400 reftex-label-alist-external-add-ons will raise a flag to the effect that a | 1307 `reftex-label-alist-external-add-ons' will raise a flag to the effect that a |
1401 mode reset is done on the next occasion." nil nil) | 1308 mode reset is done on the next occasion." nil nil) |
1402 | 1309 |
1403 ;;;*** | 1310 ;;;*** |
1404 | 1311 |
1405 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el") | 1312 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el") |
2096 | 2003 |
2097 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 2004 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
2098 | 2005 |
2099 (autoload 'vhdl-mode "vhdl-mode" "\ | 2006 (autoload 'vhdl-mode "vhdl-mode" "\ |
2100 Major mode for editing VHDL code. | 2007 Major mode for editing VHDL code. |
2101 vhdl-mode $Revision: 1.1 $ | 2008 vhdl-mode $Revision: 1.2 $ |
2102 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 2009 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
2103 vhdl-mode buffer. This automatically sets up a mail buffer with version | 2010 vhdl-mode buffer. This automatically sets up a mail buffer with version |
2104 information already added. You just need to add a description of the | 2011 information already added. You just need to add a description of the |
2105 problem, including a reproducible test case and send the message. | 2012 problem, including a reproducible test case and send the message. |
2106 | 2013 |
2214 Commands: | 2121 Commands: |
2215 \\{vrml-mode-map}" t nil) | 2122 \\{vrml-mode-map}" t nil) |
2216 | 2123 |
2217 ;;;*** | 2124 ;;;*** |
2218 | 2125 |
2126 ;;;### (autoloads (winmgr-mode) "winmgr-mode" "modes/winmgr-mode.el") | |
2127 | |
2128 (autoload 'winmgr-mode "winmgr-mode" "\ | |
2129 Major mode for editing winmgr config files." t nil) | |
2130 | |
2131 ;;;*** | |
2132 | |
2219 ;;;### (autoloads (xpm-mode) "xpm-mode" "modes/xpm-mode.el") | 2133 ;;;### (autoloads (xpm-mode) "xpm-mode" "modes/xpm-mode.el") |
2220 | 2134 |
2221 (autoload 'xpm-mode "xpm-mode" "\ | 2135 (autoload 'xpm-mode "xpm-mode" "\ |
2222 Treat the current buffer as an xpm file and colorize it. | 2136 Treat the current buffer as an xpm file and colorize it. |
2223 | 2137 |