comparison lisp/prim/auto-autoloads.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
954 954
955 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") 955 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el")
956 956
957 (autoload 'widget-browse-at "wid-browse" "\ 957 (autoload 'widget-browse-at "wid-browse" "\
958 Browse the widget under point." t nil) 958 Browse the widget under point." t nil)
959
960 ;;;***
961
962 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el")
963
964 (autoload 'widget-create "wid-edit" "\
965 Create widget of TYPE.
966 The optional ARGS are additional keyword arguments." nil nil)
967
968 (autoload 'widget-delete "wid-edit" "\
969 Delete WIDGET." nil nil)
970 959
971 ;;;*** 960 ;;;***
972 961
973 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") 962 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
974 963
2148 2137
2149 (autoload 'message-recover "message" "\ 2138 (autoload 'message-recover "message" "\
2150 Reread contents of current buffer from its last auto-save file." t nil) 2139 Reread contents of current buffer from its last auto-save file." t nil)
2151 2140
2152 (autoload 'message-forward "message" "\ 2141 (autoload 'message-forward "message" "\
2153 Forward the current message via mail. 2142 Forward the current message via mail.
2154 Optional NEWS will use news to forward instead of mail." t nil) 2143 Optional NEWS will use news to forward instead of mail." t nil)
2155 2144
2156 (autoload 'message-resend "message" "\ 2145 (autoload 'message-resend "message" "\
2157 Resend the current article to ADDRESS." t nil) 2146 Resend the current article to ADDRESS." t nil)
2158 2147
2469 cannot be expanded via a tags file." nil nil) 2458 cannot be expanded via a tags file." nil nil)
2470 2459
2471 (autoload 'smart-tags-file "hmouse-tag" "\ 2460 (autoload 'smart-tags-file "hmouse-tag" "\
2472 Return appropriate tags file name for CURR-FILENAME or `tags-file-name'. 2461 Return appropriate tags file name for CURR-FILENAME or `tags-file-name'.
2473 Optional NAME-OF-TAGS-FILE is the literal filename for which to look." nil nil) 2462 Optional NAME-OF-TAGS-FILE is the literal filename for which to look." nil nil)
2463
2464 ;;;***
2465
2466 ;;;### (autoloads (hyperbole) "hui-mini" "hyperbole/hui-mini.el")
2467
2468 (autoload 'hyperbole "hui-mini" "\
2469 Invokes default Hyperbole menu user interface when not already active.
2470 Suitable for binding to a key, e.g. {C-h h}.
2471 Non-interactively, returns t if menu is actually invoked by call, else nil.
2472
2473 Two optional arguments may be given to invoke alternative menus.
2474 MENU (a symbol) specifies the menu to invoke from MENU-LIST, (a
2475 Hyperbole menu list structure). MENU defaults to 'hyperbole and MENU-LIST
2476 to `hui:menus'. See `hui:menus' definition for the format of the menu list
2477 structure." t nil)
2474 2478
2475 ;;;*** 2479 ;;;***
2476 2480
2477 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el") 2481 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el")
2478 2482
3373 3377
3374 Follow mode comes to its prime when used on a large screen and two 3378 Follow mode comes to its prime when used on a large screen and two
3375 side-by-side window are used. The user can, with the help of Follow 3379 side-by-side window are used. The user can, with the help of Follow
3376 mode, use two full-height windows as though they would have been 3380 mode, use two full-height windows as though they would have been
3377 one. Imagine yourself editing a large function, or section of text, 3381 one. Imagine yourself editing a large function, or section of text,
3378 and beeing able to use 144 lines instead of the normal 72... (your 3382 and being able to use 144 lines instead of the normal 72... (your
3379 mileage may vary). 3383 mileage may vary).
3380 3384
3381 To split one large window into two side-by-side windows, the commands 3385 To split one large window into two side-by-side windows, the commands
3382 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used. 3386 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
3383 3387
3654 ;;;*** 3658 ;;;***
3655 3659
3656 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3660 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3657 3661
3658 (autoload 'ksh-mode "ksh-mode" "\ 3662 (autoload 'ksh-mode "ksh-mode" "\
3659 ksh-mode $Revision: 1.10 $ - Major mode for editing (Bourne, Korn or Bourne again) 3663 ksh-mode $Revision: 1.11 $ - Major mode for editing (Bourne, Korn or Bourne again)
3660 shell scripts. 3664 shell scripts.
3661 Special key bindings and commands: 3665 Special key bindings and commands:
3662 \\{ksh-mode-map} 3666 \\{ksh-mode-map}
3663 Variables controlling indentation style: 3667 Variables controlling indentation style:
3664 ksh-indent 3668 ksh-indent
4021 pascal-indent-level (default 3) 4025 pascal-indent-level (default 3)
4022 Indentation of Pascal statements with respect to containing block. 4026 Indentation of Pascal statements with respect to containing block.
4023 pascal-case-indent (default 2) 4027 pascal-case-indent (default 2)
4024 Indentation for case statements. 4028 Indentation for case statements.
4025 pascal-auto-newline (default nil) 4029 pascal-auto-newline (default nil)
4026 Non-nil means automatically newline after simcolons and the punctation mark 4030 Non-nil means automatically newline after semicolons and the punctation mark
4027 after an end. 4031 after an end.
4028 pascal-tab-always-indent (default t) 4032 pascal-tab-always-indent (default t)
4029 Non-nil means TAB in Pascal mode should always reindent the current line, 4033 Non-nil means TAB in Pascal mode should always reindent the current line,
4030 regardless of where in the line point is when the TAB command is used. 4034 regardless of where in the line point is when the TAB command is used.
4031 pascal-auto-endcomments (default t) 4035 pascal-auto-endcomments (default t)
4032 Non-nil means a comment { ... } is set after the ends which ends cases and 4036 Non-nil means a comment { ... } is set after the ends which ends cases and
4033 functions. The name of the function or case will be set between the braces. 4037 functions. The name of the function or case will be set between the braces.
4034 pascal-auto-lineup (default t) 4038 pascal-auto-lineup (default t)
4035 List of contexts where auto lineup of :'s or ='s hould be done. 4039 List of contexts where auto lineup of :'s or ='s should be done.
4036 4040
4037 See also the user variables pascal-type-keywords, pascal-start-keywords and 4041 See also the user variables pascal-type-keywords, pascal-start-keywords and
4038 pascal-separator-keywords. 4042 pascal-separator-keywords.
4039 4043
4040 Turning on Pascal mode calls the value of the variable pascal-mode-hook with 4044 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
4294 4298
4295 If you have set rexx-end-indent to a nonzero value, you probably want to 4299 If you have set rexx-end-indent to a nonzero value, you probably want to
4296 remap RETURN to rexx-indent-newline-indent. It makes sure that lines 4300 remap RETURN to rexx-indent-newline-indent. It makes sure that lines
4297 indents correctly when you press RETURN. 4301 indents correctly when you press RETURN.
4298 4302
4299 An extensive abbrevation table consisting of all the keywords of REXX are 4303 An extensive abbreviation table consisting of all the keywords of REXX are
4300 supplied. Expanded keywords are converted into upper case making it 4304 supplied. Expanded keywords are converted into upper case making it
4301 easier to distinguish them. To use this feature the buffer must be in 4305 easier to distinguish them. To use this feature the buffer must be in
4302 abbrev-mode. (See example below.) 4306 abbrev-mode. (See example below.)
4303 4307
4304 Turning on REXX mode calls the value of the variable rexx-mode-hook with 4308 Turning on REXX mode calls the value of the variable rexx-mode-hook with
4312 (local-set-key \"\\C-m\" 'rexx-indent-newline-indent) 4316 (local-set-key \"\\C-m\" 'rexx-indent-newline-indent)
4313 (abbrev-mode 1) 4317 (abbrev-mode 1)
4314 )) 4318 ))
4315 4319
4316 will make the END aligned with the DO/SELECT. It will indent blocks and 4320 will make the END aligned with the DO/SELECT. It will indent blocks and
4317 IF-statenents four steps and make sure that the END jumps into the 4321 IF-statements four steps and make sure that the END jumps into the
4318 correct position when RETURN is pressed. Finaly it will use the abbrev 4322 correct position when RETURN is pressed. Finally it will use the abbrev
4319 table to convert all REXX keywords into upper case." t nil) 4323 table to convert all REXX keywords into upper case." t nil)
4320 4324
4321 ;;;*** 4325 ;;;***
4322 4326
4323 ;;;### (autoloads (resize-minibuffer-mode) "rsz-minibuf" "modes/rsz-minibuf.el") 4327 ;;;### (autoloads (resize-minibuffer-mode) "rsz-minibuf" "modes/rsz-minibuf.el")
4363 4367
4364 The variable `resize-minibuffer-window-exactly' determines whether the 4368 The variable `resize-minibuffer-window-exactly' determines whether the
4365 minibuffer window should ever be shrunk to make it no larger than needed to 4369 minibuffer window should ever be shrunk to make it no larger than needed to
4366 display its contents. 4370 display its contents.
4367 4371
4368 When using a window system, it is possible for a minibuffer to tbe the sole 4372 When using a window system, it is possible for a minibuffer to be the sole
4369 window in a frame. Since that window is already its maximum size, the only 4373 window in a frame. Since that window is already its maximum size, the only
4370 way to make more text visible at once is to increase the size of the frame. 4374 way to make more text visible at once is to increase the size of the frame.
4371 The variable `resize-minibuffer-frame' controls whether this should be 4375 The variable `resize-minibuffer-frame' controls whether this should be
4372 done. The variables `resize-minibuffer-frame-max-height' and 4376 done. The variables `resize-minibuffer-frame-max-height' and
4373 `resize-minibuffer-frame-exactly' are analogous to their window 4377 `resize-minibuffer-frame-exactly' are analogous to their window
4884 verilog-cexp-indent (default 1) 4888 verilog-cexp-indent (default 1)
4885 Indentation of Verilog statements broken across lines. 4889 Indentation of Verilog statements broken across lines.
4886 verilog-case-indent (default 2) 4890 verilog-case-indent (default 2)
4887 Indentation for case statements. 4891 Indentation for case statements.
4888 verilog-auto-newline (default nil) 4892 verilog-auto-newline (default nil)
4889 Non-nil means automatically newline after simcolons and the punctation mark 4893 Non-nil means automatically newline after semicolons and the punctuation mark
4890 after an end. 4894 after an end.
4891 verilog-auto-indent-on-newline (default t) 4895 verilog-auto-indent-on-newline (default t)
4892 Non-nil means automatically indent line after newline 4896 Non-nil means automatically indent line after newline
4893 verilog-tab-always-indent (default t) 4897 verilog-tab-always-indent (default t)
4894 Non-nil means TAB in Verilog mode should always reindent the current line, 4898 Non-nil means TAB in Verilog mode should always reindent the current line,
4895 regardless of where in the line point is when the TAB command is used. 4899 regardless of where in the line point is when the TAB command is used.
4896 verilog-indent-begin-after-if (default t) 4900 verilog-indent-begin-after-if (default t)
4897 Non-nil means to indent begin statements following a preceeding 4901 Non-nil means to indent begin statements following a preceding
4898 if, else, while, for and repeat statements, if any. otherwise, 4902 if, else, while, for and repeat statements, if any. otherwise,
4899 the begin is lined up with the preceeding token. If t, you get: 4903 the begin is lined up with the preceding token. If t, you get:
4900 if (a) 4904 if (a)
4901 begin 4905 begin
4902 otherwise you get: 4906 otherwise you get:
4903 if (a) 4907 if (a)
4904 begin 4908 begin
4926 4930
4927 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 4931 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
4928 4932
4929 (autoload 'vhdl-mode "vhdl-mode" "\ 4933 (autoload 'vhdl-mode "vhdl-mode" "\
4930 Major mode for editing VHDL code. 4934 Major mode for editing VHDL code.
4931 vhdl-mode $Revision: 1.10 $ 4935 vhdl-mode $Revision: 1.11 $
4932 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 4936 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
4933 vhdl-mode buffer. This automatically sets up a mail buffer with version 4937 vhdl-mode buffer. This automatically sets up a mail buffer with version
4934 information already added. You just need to add a description of the 4938 information already added. You just need to add a description of the
4935 problem, including a reproducable test case and send the message. 4939 problem, including a reproducible test case and send the message.
4936 4940
4937 Note that the details of configuring vhdl-mode will soon be moved to the 4941 Note that the details of configuring vhdl-mode will soon be moved to the
4938 accompanying texinfo manual. Until then, please read the README file 4942 accompanying texinfo manual. Until then, please read the README file
4939 that came with the vhdl-mode distribution. 4943 that came with the vhdl-mode distribution.
4940 4944
5446 If called from Lisp, prompts for NEW if only OLD was passed as an 5450 If called from Lisp, prompts for NEW if only OLD was passed as an
5447 argument. If called with two strings, then no prompting is done. You 5451 argument. If called with two strings, then no prompting is done. You
5448 must pass at least OLD when calling from Lisp. 5452 must pass at least OLD when calling from Lisp.
5449 5453
5450 While you are entering the new name, consecutive C-w's insert 5454 While you are entering the new name, consecutive C-w's insert
5451 consectutive words from the text of the buffer into the new bookmark 5455 consecutive words from the text of the buffer into the new bookmark
5452 name." t nil) 5456 name." t nil)
5453 5457
5454 (autoload 'bookmark-insert "bookmark" "\ 5458 (autoload 'bookmark-insert "bookmark" "\
5455 Insert the text of the file pointed to by bookmark BOOKMARK. 5459 Insert the text of the file pointed to by bookmark BOOKMARK.
5456 You may have a problem using this function if the value of variable 5460 You may have a problem using this function if the value of variable
5551 If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was 5555 If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was
5552 passed as an argument. If called with two strings, then no prompting 5556 passed as an argument. If called with two strings, then no prompting
5553 is done. You must pass at least OLD-BOOKMARK when calling from Lisp. 5557 is done. You must pass at least OLD-BOOKMARK when calling from Lisp.
5554 5558
5555 While you are entering the new name, consecutive C-w's insert 5559 While you are entering the new name, consecutive C-w's insert
5556 consectutive words from the text of the buffer into the new bookmark 5560 consecutive words from the text of the buffer into the new bookmark
5557 name. 5561 name.
5558 5562
5559 Warning: this function only takes an EVENT as argument. Use the 5563 Warning: this function only takes an EVENT as argument. Use the
5560 corresponding bookmark function from Lisp (the one without the 5564 corresponding bookmark function from Lisp (the one without the
5561 \"-menu-\" in its name)." t nil) 5565 \"-menu-\" in its name)." t nil)
6158 MATCHER 6162 MATCHER
6159 (MATCHER . MATCH) 6163 (MATCHER . MATCH)
6160 (MATCHER . FACENAME) 6164 (MATCHER . FACENAME)
6161 (MATCHER . HIGHLIGHT) 6165 (MATCHER . HIGHLIGHT)
6162 (MATCHER HIGHLIGHT ...) 6166 (MATCHER HIGHLIGHT ...)
6167 (eval . FORM)
6163 6168
6164 where HIGHLIGHT should be either MATCH-HIGHLIGHT or MATCH-ANCHORED. 6169 where HIGHLIGHT should be either MATCH-HIGHLIGHT or MATCH-ANCHORED.
6165 6170
6171 FORM is an expression, whose value should be a keyword element,
6172 evaluated when the keyword is (first) used in a buffer. This feature
6173 can be used to provide a keyword that can only be generated when Font
6174 Lock mode is actually turned on.
6175
6166 For highlighting single items, typically only MATCH-HIGHLIGHT is required. 6176 For highlighting single items, typically only MATCH-HIGHLIGHT is required.
6167 However, if an item or (typically) items is to be hightlighted following the 6177 However, if an item or (typically) items is to be highlighted following the
6168 instance of another item (the anchor) then MATCH-ANCHORED may be required. 6178 instance of another item (the anchor) then MATCH-ANCHORED may be required.
6169 6179
6170 MATCH-HIGHLIGHT should be of the form: 6180 MATCH-HIGHLIGHT should be of the form:
6171 6181
6172 (MATCH FACENAME OVERRIDE LAXMATCH) 6182 (MATCH FACENAME OVERRIDE LAXMATCH)
6455 Convert a binary buffer to hexl format. 6465 Convert a binary buffer to hexl format.
6456 This discards the buffer's undo information." t nil) 6466 This discards the buffer's undo information." t nil)
6457 6467
6458 ;;;*** 6468 ;;;***
6459 6469
6460 ;;;### (autoloads (hypropos-popup-menu hypropos-set-variable hyper-describe-function hyper-describe-variable hyper-apropos) "hyper-apropos" "packages/hyper-apropos.el") 6470 ;;;### (autoloads (hypropos-popup-menu hypropos-set-variable hyper-set-variable hypropos-get-doc hypropos-read-variable-symbol hyper-describe-function hyper-describe-variable hyper-describe-face hyper-describe-key-briefly hyper-describe-key hyper-apropos) "hyper-apropos" "packages/hyper-apropos.el")
6461 6471
6462 (defvar hypropos-show-brief-docs t "\ 6472 (defvar hypropos-show-brief-docs t "\
6463 *If non-nil, `hyper-apropos' will display some documentation in the 6473 *If non-nil, `hyper-apropos' will display some documentation in the
6464 \"*Hyper Apropos*\" buffer. Setting this to nil will speed up searches.") 6474 \"*Hyper Apropos*\" buffer. Setting this to nil will speed up searches.")
6465 6475
6467 Display lists of functions and variables matching REGEXP 6477 Display lists of functions and variables matching REGEXP
6468 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the value 6478 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the value
6469 of `hypropos-programming-apropos' is toggled for this search. 6479 of `hypropos-programming-apropos' is toggled for this search.
6470 See also `hyper-apropos-mode'." t nil) 6480 See also `hyper-apropos-mode'." t nil)
6471 6481
6482 (autoload 'hyper-describe-key "hyper-apropos" nil t nil)
6483
6484 (autoload 'hyper-describe-key-briefly "hyper-apropos" nil t nil)
6485
6486 (autoload 'hyper-describe-face "hyper-apropos" "\
6487 Describe face..
6488 See also `hyper-apropos' and `hyper-describe-function'." t nil)
6489
6472 (autoload 'hyper-describe-variable "hyper-apropos" "\ 6490 (autoload 'hyper-describe-variable "hyper-apropos" "\
6473 Hypertext drop-in replacement for `describe-variable'. 6491 Hypertext drop-in replacement for `describe-variable'.
6474 See also `hyper-apropos' and `hyper-describe-function'." t nil) 6492 See also `hyper-apropos' and `hyper-describe-function'." t nil)
6475 6493
6476 (autoload 'hyper-describe-function "hyper-apropos" "\ 6494 (autoload 'hyper-describe-function "hyper-apropos" "\
6477 Hypertext replacement for `describe-function'. Unlike `describe-function' 6495 Hypertext replacement for `describe-function'. Unlike `describe-function'
6478 in that the symbol under the cursor is the default if it is a function. 6496 in that the symbol under the cursor is the default if it is a function.
6479 See also `hyper-apropos' and `hyper-describe-variable'." t nil) 6497 See also `hyper-apropos' and `hyper-describe-variable'." t nil)
6498
6499 (autoload 'hypropos-read-variable-symbol "hyper-apropos" "\
6500 Hypertext drop-in replacement for `describe-variable'.
6501 See also `hyper-apropos' and `hyper-describe-function'." nil nil)
6502
6503 (autoload 'hypropos-get-doc "hyper-apropos" "\
6504 Toggle display of documentation for the symbol on the current line." t nil)
6505
6506 (autoload 'hyper-set-variable "hyper-apropos" nil t nil)
6480 6507
6481 (autoload 'hypropos-set-variable "hyper-apropos" "\ 6508 (autoload 'hypropos-set-variable "hyper-apropos" "\
6482 Interactively set the variable on the current line." t nil) 6509 Interactively set the variable on the current line." t nil)
6483 6510
6484 (autoload 'hypropos-popup-menu "hyper-apropos" nil t nil) 6511 (autoload 'hypropos-popup-menu "hyper-apropos" nil t nil)
6987 nested (not yet implemented) use variable shading to see the 7014 nested (not yet implemented) use variable shading to see the
6988 nesting of an expression. Also groks regular expressions 7015 nesting of an expression. Also groks regular expressions
6989 and shell quoting. 7016 and shell quoting.
6990 7017
6991 This variable is global by default, but you can make it buffer-local and 7018 This variable is global by default, but you can make it buffer-local and
6992 highlight parentheses differrently in different major modes.") 7019 highlight parentheses differently in different major modes.")
6993 7020
6994 (autoload 'paren-set-mode "paren" "\ 7021 (autoload 'paren-set-mode "paren" "\
6995 Cycles through possible values for `paren-mode', force off with negative arg. 7022 Cycles through possible values for `paren-mode', force off with negative arg.
6996 When called from lisp, a symbolic value for `paren-mode' can be pased directly. 7023 When called from lisp, a symbolic value for `paren-mode' can be passed directly.
6997 See also `paren-mode' and `paren-highlight'." t nil) 7024 See also `paren-mode' and `paren-highlight'." t nil)
6998 7025
6999 (make-obsolete 'blink-paren 'paren-set-mode) 7026 (make-obsolete 'blink-paren 'paren-set-mode)
7000 7027
7001 (autoload 'blink-paren "paren" "\ 7028 (autoload 'blink-paren "paren" "\
7410 7437
7411 ;;;### (autoloads (vc-update-change-log vc-rename-this-file vc-rename-file vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory vc-insert-headers vc-version-other-window vc-version-diff vc-diff vc-register vc-next-action vc-file-status) "vc" "packages/vc.el") 7438 ;;;### (autoloads (vc-update-change-log vc-rename-this-file vc-rename-file vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory vc-insert-headers vc-version-other-window vc-version-diff vc-diff vc-register vc-next-action vc-file-status) "vc" "packages/vc.el")
7412 7439
7413 (defvar vc-checkin-hook nil "\ 7440 (defvar vc-checkin-hook nil "\
7414 *List of functions called after a checkin is done. See `run-hooks'.") 7441 *List of functions called after a checkin is done. See `run-hooks'.")
7442
7443 (defvar vc-before-checkin-hook nil "\
7444 *List of functions called before a checkin is done. See `run-hooks'.")
7415 7445
7416 (autoload 'vc-file-status "vc" "\ 7446 (autoload 'vc-file-status "vc" "\
7417 Display the current status of the file being visited. 7447 Display the current status of the file being visited.
7418 Currently, this is only defined for CVS. The information provided in the 7448 Currently, this is only defined for CVS. The information provided in the
7419 modeline is generally sufficient for RCS and SCCS." t nil) 7449 modeline is generally sufficient for RCS and SCCS." t nil)
7640 7670
7641 ;;;### (autoloads (describe-buffer-case-table) "case-table" "prim/case-table.el") 7671 ;;;### (autoloads (describe-buffer-case-table) "case-table" "prim/case-table.el")
7642 7672
7643 (autoload 'describe-buffer-case-table "case-table" "\ 7673 (autoload 'describe-buffer-case-table "case-table" "\
7644 Describe the case table of the current buffer." t nil) 7674 Describe the case table of the current buffer." t nil)
7675
7676 ;;;***
7677
7678 ;;;### (autoloads (batch-remove-old-elc) "cleantree" "prim/cleantree.el")
7679
7680 (autoload 'batch-remove-old-elc "cleantree" nil nil nil)
7645 7681
7646 ;;;*** 7682 ;;;***
7647 7683
7648 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el") 7684 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el")
7649 7685
8124 8160
8125 To tag a region with the mouse, use transient mark mode or secondary selection. 8161 To tag a region with the mouse, use transient mark mode or secondary selection.
8126 8162
8127 Structure editing: 8163 Structure editing:
8128 \\[sgml-backward-element] Moves backwards over the previous element. 8164 \\[sgml-backward-element] Moves backwards over the previous element.
8129 \\[sgml-forward-element] Moves forward over the nex element. 8165 \\[sgml-forward-element] Moves forward over the next element.
8130 \\[sgml-down-element] Move forward and down one level in the element structure. 8166 \\[sgml-down-element] Move forward and down one level in the element structure.
8131 \\[sgml-backward-up-element] Move backward out of this element level. 8167 \\[sgml-backward-up-element] Move backward out of this element level.
8132 \\[sgml-beginning-of-element] Move to after the start tag of the current element. 8168 \\[sgml-beginning-of-element] Move to after the start tag of the current element.
8133 \\[sgml-end-of-element] Move to before the end tag of the current element. 8169 \\[sgml-end-of-element] Move to before the end tag of the current element.
8134 \\[sgml-kill-element] Kill the element following the cursor. 8170 \\[sgml-kill-element] Kill the element following the cursor.
8168 from end of element when adding end tag. 8204 from end of element when adding end tag.
8169 sgml-indent-step How much to increament indent for every element level. 8205 sgml-indent-step How much to increament indent for every element level.
8170 sgml-indent-data If non-nil, indent in data/mixed context also. 8206 sgml-indent-data If non-nil, indent in data/mixed context also.
8171 sgml-set-face If non-nil, psgml will set the face of parsed markup. 8207 sgml-set-face If non-nil, psgml will set the face of parsed markup.
8172 sgml-markup-faces The faces used when the above variable is non-nil. 8208 sgml-markup-faces The faces used when the above variable is non-nil.
8173 sgml-system-path List of directorys used to look for system identifiers. 8209 sgml-system-path List of directories used to look for system identifiers.
8174 sgml-public-map Mapping from public identifiers to file names. 8210 sgml-public-map Mapping from public identifiers to file names.
8175 sgml-offer-save If non-nil, ask about saving modified buffers before 8211 sgml-offer-save If non-nil, ask about saving modified buffers before
8176 \\[sgml-validate] is run. 8212 \\[sgml-validate] is run.
8177 8213
8178 All bindings: 8214 All bindings:
9161 again to confirm that they typed it correctly. 9197 again to confirm that they typed it correctly.
9162 If optional arg DEFAULT is provided, then it is a string to insert as 9198 If optional arg DEFAULT is provided, then it is a string to insert as
9163 the default choice (it is not, of course, displayed.) 9199 the default choice (it is not, of course, displayed.)
9164 9200
9165 If running under X, the keyboard will be grabbed (with XGrabKeyboard()) 9201 If running under X, the keyboard will be grabbed (with XGrabKeyboard())
9166 to reduce the possibility that evesdropping is occuring. 9202 to reduce the possibility that eavesdropping is occuring.
9167 9203
9168 When reading a password, all keys self-insert, except for: 9204 When reading a password, all keys self-insert, except for:
9169 \\<read-passwd-map> 9205 \\<read-passwd-map>
9170 \\[read-passwd-erase-line] Erase the entire line. 9206 \\[read-passwd-erase-line] Erase the entire line.
9171 \\[quoted-insert] Insert the next character literally. 9207 \\[quoted-insert] Insert the next character literally.
9233 ;;;*** 9269 ;;;***
9234 9270
9235 ;;;### (autoloads (prettyexpand-all-sexp prettyexpand-sexp macroexpand-all-sexp macroexpand-sexp pp-plist pp-variable pp-function) "pretty-print" "utils/pretty-print.el") 9271 ;;;### (autoloads (prettyexpand-all-sexp prettyexpand-sexp macroexpand-all-sexp macroexpand-sexp pp-plist pp-variable pp-function) "pretty-print" "utils/pretty-print.el")
9236 9272
9237 (autoload 'pp-function "pretty-print" "\ 9273 (autoload 'pp-function "pretty-print" "\
9238 Pretty print the function definition of SYMBOL in a seperate buffer" t nil) 9274 Pretty print the function definition of SYMBOL in a separate buffer" t nil)
9239 9275
9240 (autoload 'pp-variable "pretty-print" "\ 9276 (autoload 'pp-variable "pretty-print" "\
9241 Pretty print the variable value of SYMBOL in a seperate buffer" t nil) 9277 Pretty print the variable value of SYMBOL in a separate buffer" t nil)
9242 9278
9243 (autoload 'pp-plist "pretty-print" "\ 9279 (autoload 'pp-plist "pretty-print" "\
9244 Pretty print the property list of SYMBOL in a seperate buffer" t nil) 9280 Pretty print the property list of SYMBOL in a separate buffer" t nil)
9245 9281
9246 (autoload 'macroexpand-sexp "pretty-print" "\ 9282 (autoload 'macroexpand-sexp "pretty-print" "\
9247 Macro expand the sexpression following point. Pretty print expansion in a 9283 Macro expand the sexpression following point. Pretty print expansion in a
9248 temporary buffer. With prefix argument, replace the original 9284 temporary buffer. With prefix argument, replace the original
9249 sexpression by its expansion in the current buffer." t nil) 9285 sexpression by its expansion in the current buffer." t nil)
9575 9611
9576 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil) 9612 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil)
9577 9613
9578 ;;;*** 9614 ;;;***
9579 9615
9580 ;;;### (autoloads (url-cache-expired url-extract-from-cache url-create-cached-filename url-is-cached url-store-in-cache) "url-cache" "w3/url-cache.el") 9616 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "w3/font.el")
9617
9618 (autoload 'font-create-object "font" nil nil nil)
9619
9620 (autoload 'font-default-font-for-device "font" nil nil nil)
9621
9622 (autoload 'font-default-object-for-device "font" nil nil nil)
9623
9624 (autoload 'font-default-family-for-device "font" nil nil nil)
9625
9626 (autoload 'font-default-size-for-device "font" nil nil nil)
9627
9628 (autoload 'x-font-build-cache "font" nil nil nil)
9629
9630 ;;;***
9631
9632 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached url-store-in-cache) "url-cache" "w3/url-cache.el")
9581 9633
9582 (autoload 'url-store-in-cache "url-cache" "\ 9634 (autoload 'url-store-in-cache "url-cache" "\
9583 Store buffer BUFF in the cache" nil nil) 9635 Store buffer BUFF in the cache" nil nil)
9584 9636
9585 (autoload 'url-is-cached "url-cache" "\ 9637 (autoload 'url-is-cached "url-cache" "\
9586 Return non-nil if the URL is cached." nil nil) 9638 Return non-nil if the URL is cached." nil nil)
9587 9639
9588 (autoload 'url-create-cached-filename "url-cache" "\ 9640 (autoload 'url-cache-extract "url-cache" "\
9589 Return a filename in the local cache for URL" nil nil)
9590
9591 (autoload 'url-extract-from-cache "url-cache" "\
9592 Extract FNAM from the local disk cache" nil nil) 9641 Extract FNAM from the local disk cache" nil nil)
9593 9642
9594 (autoload 'url-cache-expired "url-cache" "\ 9643 (autoload 'url-cache-expired "url-cache" "\
9595 Return t iff a cached file has expired." nil nil) 9644 Return t iff a cached file has expired." nil nil)
9596 9645
9724 With prefix-arg P, ignore viewers and dump the link straight 9773 With prefix-arg P, ignore viewers and dump the link straight
9725 to disk." t nil) 9774 to disk." t nil)
9726 9775
9727 ;;;*** 9776 ;;;***
9728 9777
9778 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "w3/wid-edit.el")
9779
9780 (autoload 'widget-create "wid-edit" "\
9781 Create widget of TYPE.
9782 The optional ARGS are additional keyword arguments." nil nil)
9783
9784 (autoload 'widget-delete "wid-edit" "\
9785 Delete WIDGET." nil nil)
9786
9787 ;;;***
9788
9729 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el") 9789 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el")
9730 9790
9731 (defvar font-menu-ignore-scaled-fonts t "\ 9791 (defvar font-menu-ignore-scaled-fonts t "\
9732 *If non-nil, then the font menu will try to show only bitmap fonts.") 9792 *If non-nil, then the font menu will try to show only bitmap fonts.")
9733 9793