Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 8b8b7f3559a2 |
children | 05472e90ae02 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
897 Normally input is edited in Emacs and sent a line at a time. | 897 Normally input is edited in Emacs and sent a line at a time. |
898 See also `\\[telnet]'." t nil) | 898 See also `\\[telnet]'." t nil) |
899 | 899 |
900 ;;;*** | 900 ;;;*** |
901 | 901 |
902 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") | 902 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-save-all custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") |
903 | 903 |
904 (autoload 'customize "cus-edit" "\ | 904 (autoload 'customize "cus-edit" "\ |
905 Customize SYMBOL, which must be a customization group." t nil) | 905 Customize SYMBOL, which must be a customization group." t nil) |
906 | 906 |
907 (autoload 'customize-variable "cus-edit" "\ | 907 (autoload 'customize-variable "cus-edit" "\ |
922 (autoload 'custom-buffer-create "cus-edit" "\ | 922 (autoload 'custom-buffer-create "cus-edit" "\ |
923 Create a buffer containing OPTIONS. | 923 Create a buffer containing OPTIONS. |
924 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where | 924 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
925 SYMBOL is a customization option, and WIDGET is a widget for editing | 925 SYMBOL is a customization option, and WIDGET is a widget for editing |
926 that option." nil nil) | 926 that option." nil nil) |
927 | |
928 (autoload 'custom-save-all "cus-edit" "\ | |
929 Save all customizations in `custom-file'." nil nil) | |
927 | 930 |
928 (autoload 'custom-menu-update "cus-edit" "\ | 931 (autoload 'custom-menu-update "cus-edit" "\ |
929 Update customize menu." t nil) | 932 Update customize menu." t nil) |
930 | 933 |
931 (autoload 'custom-make-dependencies "cus-edit" "\ | 934 (autoload 'custom-make-dependencies "cus-edit" "\ |
1360 (autoload 'dired-jump-back-other-frame "dired" "\ | 1363 (autoload 'dired-jump-back-other-frame "dired" "\ |
1361 Like \\[dired-jump-back], but in another frame." t nil) | 1364 Like \\[dired-jump-back], but in another frame." t nil) |
1362 | 1365 |
1363 ;;;*** | 1366 ;;;*** |
1364 | 1367 |
1365 ;;;### (autoloads nil "efs-cu" "efs/efs-cu.el") | 1368 ;;;### (autoloads (efs-ftp-path) "efs-cu" "efs/efs-cu.el") |
1366 | 1369 |
1367 (defvar efs-path-root-regexp "^/[^/:]+:" "\ | 1370 (defvar efs-path-root-regexp "^/[^/:]+:" "\ |
1368 Regexp to match the `/user@host:' root of an efs full path.") | 1371 Regexp to match the `/user@host:' root of an efs full path.") |
1372 | |
1373 (autoload 'efs-ftp-path "efs-cu" "\ | |
1374 Parse PATH according to efs-path-regexp. | |
1375 Returns a list (HOST USER PATH), or nil if PATH does not match the format." nil nil) | |
1369 | 1376 |
1370 ;;;*** | 1377 ;;;*** |
1371 | 1378 |
1372 ;;;### (autoloads (remote-path-file-handler-function) "efs-dump" "efs/efs-dump.el") | 1379 ;;;### (autoloads (remote-path-file-handler-function) "efs-dump" "efs/efs-dump.el") |
1373 | 1380 |
3727 ;;;*** | 3734 ;;;*** |
3728 | 3735 |
3729 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3736 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3730 | 3737 |
3731 (autoload 'ksh-mode "ksh-mode" "\ | 3738 (autoload 'ksh-mode "ksh-mode" "\ |
3732 ksh-mode $Revision: 1.18 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3739 ksh-mode $Revision: 1.19 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3733 shell scripts. | 3740 shell scripts. |
3734 Special key bindings and commands: | 3741 Special key bindings and commands: |
3735 \\{ksh-mode-map} | 3742 \\{ksh-mode-map} |
3736 Variables controlling indentation style: | 3743 Variables controlling indentation style: |
3737 ksh-indent | 3744 ksh-indent |
5002 | 5009 |
5003 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 5010 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
5004 | 5011 |
5005 (autoload 'vhdl-mode "vhdl-mode" "\ | 5012 (autoload 'vhdl-mode "vhdl-mode" "\ |
5006 Major mode for editing VHDL code. | 5013 Major mode for editing VHDL code. |
5007 vhdl-mode $Revision: 1.18 $ | 5014 vhdl-mode $Revision: 1.19 $ |
5008 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 5015 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
5009 vhdl-mode buffer. This automatically sets up a mail buffer with version | 5016 vhdl-mode buffer. This automatically sets up a mail buffer with version |
5010 information already added. You just need to add a description of the | 5017 information already added. You just need to add a description of the |
5011 problem, including a reproducible test case and send the message. | 5018 problem, including a reproducible test case and send the message. |
5012 | 5019 |
5021 \\{vhdl-mode-map}" t nil) | 5028 \\{vhdl-mode-map}" t nil) |
5022 | 5029 |
5023 ;;;*** | 5030 ;;;*** |
5024 | 5031 |
5025 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el") | 5032 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el") |
5033 | |
5034 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "" 'scroll-down) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map " | |
5035 " 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map)) | |
5036 | |
5037 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map)) | |
5026 | 5038 |
5027 (autoload 'view-file "view-less" "\ | 5039 (autoload 'view-file "view-less" "\ |
5028 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil) | 5040 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil) |
5029 | 5041 |
5030 (autoload 'view-buffer "view-less" "\ | 5042 (autoload 'view-buffer "view-less" "\ |