comparison lisp/prim/auto-autoloads.el @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 859a2309aef8
children 4103f0995bd7
comparison
equal deleted inserted replaced
21:b88636d63495 22:8fc7fe29b841
887 Batch function to extract custom dependencies from .el files. 887 Batch function to extract custom dependencies from .el files.
888 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) 888 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil)
889 889
890 ;;;*** 890 ;;;***
891 891
892 ;;;### (autoloads nil "custom" "custom/custom.el") 892 ;;;### (autoloads (widget-browse-at) "widget-browse" "custom/widget-browse.el")
893
894 (autoload 'widget-browse-at "widget-browse" "\
895 Browse the widget under point." t nil)
893 896
894 ;;;*** 897 ;;;***
895 898
896 ;;;### (autoloads (widget-delete widget-create) "widget-edit" "custom/widget-edit.el") 899 ;;;### (autoloads (widget-delete widget-create) "widget-edit" "custom/widget-edit.el")
897 900
918 * (widget-create NAME) 921 * (widget-create NAME)
919 922
920 * (apply 'widget-create CLASS ARGS) 923 * (apply 'widget-create CLASS ARGS)
921 924
922 The third argument DOC is a documentation string for the widget." nil nil) 925 The third argument DOC is a documentation string for the widget." nil nil)
923
924 ;;;***
925
926 ;;;### (autoloads (ange-ftp-hook-function) "ange-ftp" "dired/ange-ftp.el")
927
928 (defvar ange-ftp-path-format '("^/\\(\\([^@/:]*\\)@\\)?\\([^@/:]*\\):\\(.*\\)" 3 2 4) "\
929 *Format of a fully expanded remote pathname. This is a cons
930 \(REGEXP . (HOST USER PATH)), where REGEXP is a regular expression matching
931 the full remote pathname, and HOST, USER, and PATH are the numbers of
932 parenthesized expressions in REGEXP for the components (in that order).")
933
934 (autoload 'ange-ftp-hook-function "ange-ftp" nil nil nil)
935
936 (or (assoc (car ange-ftp-path-format) file-name-handler-alist) (setq file-name-handler-alist (cons (cons (car ange-ftp-path-format) 'ange-ftp-hook-function) file-name-handler-alist)))
937
938 ;;;***
939
940 ;;;### (autoloads (dired-make-permissions-interactive) "dired-chmod" "dired/dired-chmod.el")
941
942 (autoload 'dired-make-permissions-interactive "dired-chmod" nil nil nil)
943
944 ;;;***
945
946 ;;;### (autoloads (dired-cwd-make-magic) "dired-cwd" "dired/dired-cwd.el")
947
948 (autoload 'dired-cwd-make-magic "dired-cwd" "\
949 Modify COMMAND so that it's working directory is the current dired directory.
950 This works by binding `default-directory' to `(default-directory)'s value.
951 See also function `default-directory'." t nil)
952
953 ;;;***
954
955 ;;;### (autoloads (dired-do-rename-list dired-do-rename-numeric) "dired-num" "dired/dired-num.el")
956
957 (autoload 'dired-do-rename-numeric "dired-num" "\
958 Rename all marked (or next ARG) files using numbers.
959 You are prompted for a format string, e.g \"part_%d_of_8\", and a starting
960 number, e.g. 1. If there are 8 marked files, this example will rename them to
961
962 part_1_of_8
963 part_2_of_8
964 ...
965 part_8_of_8" t nil)
966
967 (autoload 'dired-do-rename-list "dired-num" "\
968 Rename all marked (or next ARG) files using elements from LIST.
969 You are prompted for a format string, e.g \"x_%s\", and the list,
970 e.g. '(foo bar zod). This example will rename the marked files to
971
972 x_foo
973 x_bar
974 x_zod
975
976 It is an error if LIST has not as many elements as there are files." t nil)
977
978 ;;;***
979
980 ;;;### (autoloads (dired-rcs-mark-rcs-files dired-rcs-mark-rcs-locked-files) "dired-rcs" "dired/dired-rcs.el")
981
982 (autoload 'dired-rcs-mark-rcs-locked-files "dired-rcs" "\
983 Mark all files that are under RCS control and RCS-locked.
984 With prefix argument, unflag all those files.
985 Mentions RCS files for which a working file was not found in this buffer.
986 Type \\[dired-why] to see them again." t nil)
987
988 (autoload 'dired-rcs-mark-rcs-files "dired-rcs" "\
989 Mark all files that are under RCS control.
990 With prefix argument, unflag all those files.
991 Mentions RCS files for which a working file was not found in this buffer.
992 Type \\[dired-why] to see them again." t nil)
993
994 ;;;***
995
996 ;;;### (autoloads (dired-extra-startup) "dired-x" "dired/dired-x.el")
997
998 (autoload 'dired-extra-startup "dired-x" "\
999 Automatically put on dired-mode-hook to get extra dired features:
1000 \\<dired-mode-map>
1001 \\[dired-vm] -- VM on folder
1002 \\[dired-rmail] -- Rmail on folder
1003 \\[dired-do-insert-subdir] -- insert all marked subdirs
1004 \\[dired-do-find-file] -- visit all marked files simultaneously
1005 \\[dired-set-marker-char], \\[dired-restore-marker-char] -- change and display dired-marker-char dynamically.
1006 \\[dired-omit-toggle] -- toggle omitting of files
1007 \\[dired-mark-sexp] -- mark by lisp expression
1008 \\[dired-do-unmark] -- replace existing marker with another.
1009 \\[dired-mark-rcs-files] -- mark all RCS controlled files
1010 \\[dired-mark-files-compilation-buffer] -- mark compilation files
1011 \\[dired-copy-filename-as-kill] -- copy the file or subdir names into the kill ring.
1012 You can feed it to other commands using \\[yank].
1013
1014 For more features, see variables
1015
1016 dired-omit-files
1017 dired-omit-extenstions
1018 dired-dangerous-shell-command
1019 dired-mark-keys
1020 dired-local-variables-file
1021 dired-find-subdir
1022 dired-guess-have-gnutar
1023 dired-auto-shell-command-alist
1024
1025 See also functions
1026
1027 dired-sort-on-size
1028 dired-do-relsymlink
1029 dired-flag-extension
1030 dired-virtual
1031 dired-jump-back
1032 dired-jump-back-other-window
1033 " t nil)
1034
1035 ;;;***
1036
1037 ;;;### (autoloads (dired-noselect dired-other-window dired) "dired" "dired/dired.el")
1038
1039 (defvar dired-listing-switches (purecopy "-al") "\
1040 *Switches passed to ls for dired. MUST contain the `l' option.
1041 Can contain even `F', `b', `i' and `s'.")
1042
1043 (defvar dired-chown-program (purecopy (if (memq system-type '(dgux-unix hpux usg-unix-v silicon-graphics-unix irix)) "chown" "/etc/chown")) "\
1044 *Name of chown command (usully `chown' or `/etc/chown').")
1045
1046 (defvar dired-ls-program (purecopy "ls") "\
1047 *Absolute or relative name of the ls program used by dired.")
1048
1049 (defvar dired-ls-F-marks-symlinks t "\
1050 *Informs dired about how ls -lF marks symbolic links.
1051 Set this to t if `dired-ls-program' with -lF marks the symbolic link
1052 itself with a trailing @ (usually the case under Ultrix).
1053
1054 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
1055 nil, if it gives `bar@ -> foo', set it to t.
1056
1057 Dired checks if there is really a @ appended. Thus, if you have a
1058 marking ls program on one host and a non-marking on another host, and
1059 don't care about symbolic links which really end in a @, you can
1060 always set this variable to t.")
1061
1062 (defvar dired-trivial-filenames (purecopy "^\\.\\.?$\\|^#") "\
1063 *Regexp of files to skip when moving point to the first file of a new directory listing.
1064 Nil means move to the subdir line, t means move to first file.")
1065
1066 (defvar dired-keep-marker-move t "\
1067 If t, moved marked files are marked if their originals were.
1068 If a character, those files (marked or not) are marked with that character.")
1069
1070 (defvar dired-keep-marker-copy 67 "\
1071 If t, copied files are marked if their source files were.
1072 If a character, those files are always marked with that character.")
1073
1074 (defvar dired-keep-marker-hardlink 72 "\
1075 If t, hard-linked files are marked if the linked-to files were.
1076 If a character, those files are always marked with that character.")
1077
1078 (defvar dired-keep-marker-symlink 89 "\
1079 If t, symlinked marked files are marked if the linked-to files were.
1080 If a character, those files are always marked with that character.")
1081
1082 (defvar dired-dwim-target nil "\
1083 *If non-nil, dired tries to guess a default target directory:
1084 If there is a dired buffer displayed in the next window, use
1085 its current subdir, instead of the current subdir of this dired
1086 buffer.
1087
1088 The target is used in the prompt for file copy, move etc.")
1089
1090 (defvar dired-copy-preserve-time nil "\
1091 *If non-nil, Dired preserves the last-modified time in a file copy.
1092 \(This works on only some systems.)\\<dired-mode-map>
1093 Use `\\[dired-do-copy]' with a zero prefix argument to toggle its value.")
1094
1095 (define-key ctl-x-map "d" 'dired)
1096
1097 (autoload 'dired "dired" "\
1098 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
1099 With an optional prefix argument you can specify the ls SWITCHES that are used.
1100 Dired displays a list of files in DIRNAME (which may also have
1101 shell wildcards appended to select certain files).
1102 You can move around in it with the usual commands.
1103 You can flag files for deletion with \\<dired-mode-map>\\[dired-flag-file-deleted] and then delete them by
1104 typing \\[dired-do-deletions].
1105 Type \\[describe-mode] after entering dired for more info.
1106
1107 If DIRNAME is already in a dired buffer, that buffer is used without refresh." t nil)
1108
1109 (define-key ctl-x-4-map "d" 'dired-other-window)
1110
1111 (autoload 'dired-other-window "dired" "\
1112 \"Edit\" directory DIRNAME. Like `dired' but selects in another window." t nil)
1113
1114 (autoload 'dired-noselect "dired" "\
1115 Like `dired' but returns the dired buffer as value, does not select it." nil nil)
1116
1117 ;;;***
1118
1119 ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" "dired/find-dired.el")
1120
1121 (defvar find-ls-option (purecopy (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld"))) "\
1122 *Description of the option to `find' to produce an `ls -l'-type listing.
1123 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
1124 gives the option (or options) to `find' that produce the desired output.
1125 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
1126
1127 (defvar find-grep-options (purecopy (if (eq system-type 'berkeley-unix) "-s" "-q")) "\
1128 *Option to grep to be as silent as possible.
1129 On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.
1130 On other systems, the closest you can come is to use `-l'.")
1131
1132 (defvar find-dired-multiple-buffers nil "\
1133 *If non-nil, generates a new buffer for each find")
1134
1135 (autoload 'find-dired "find-dired" "\
1136 Run `find' and go into dired-mode on a buffer of the output.
1137 The command run (after changing into DIR) is
1138
1139 find . \\( ARGS \\) -ls" t nil)
1140
1141 (autoload 'find-name-dired "find-dired" "\
1142 Search DIR recursively for files matching the globbing pattern PATTERN,
1143 and run dired on those files.
1144 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
1145 The command run (after changing into DIR) is
1146
1147 find . -name 'PATTERN' -ls" t nil)
1148
1149 (autoload 'find-grep-dired "find-dired" "\
1150 Find files in DIR containing a regexp ARG and start Dired on output.
1151 The command run (after changing into DIR) is
1152
1153 find . -type f -exec test -r {} \\; -exec egrep -s ARG {} \\; -ls
1154
1155 Thus ARG can also contain additional grep options." t nil)
1156 926
1157 ;;;*** 927 ;;;***
1158 928
1159 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") 929 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
1160 930
1347 When called interactively, displays the version." t nil) 1117 When called interactively, displays the version." t nil)
1348 1118
1349 (autoload 'ediff-documentation "ediff" "\ 1119 (autoload 'ediff-documentation "ediff" "\
1350 Display Ediff's manual. 1120 Display Ediff's manual.
1351 With optional NODE, goes to that node." t nil) 1121 With optional NODE, goes to that node." t nil)
1122
1123 ;;;***
1124
1125 ;;;### (autoloads nil "default-dir" "efs/default-dir.el")
1126
1127 (defvar default-directory-function nil "\
1128 A function to call to compute the default-directory for the current buffer.
1129 If this is nil, the function default-directory will return the value of the
1130 variable default-directory.
1131 Buffer local.")
1132
1133 ;;;***
1134
1135 ;;;### (autoloads (dired-jump-back-other-frame dired-jump-back-other-window dired-jump-back dired-noselect dired-other-frame dired-other-window dired) "dired" "efs/dired.el")
1136
1137 (defvar dired-compression-method 'compress "\
1138 *Type of compression program to use.
1139 Give as a symbol.
1140 Currently-recognized methods are: gzip pack compact compress.
1141 To change this variable use \\[dired-do-compress] with a zero prefix.")
1142
1143 (defvar dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d") "-f") (compress ".Z" ("compress" "-f") ("compress" "-d") "-f") (pack ".z" ("pack" "-f") ("unpack")) (compact ".C" ("compact") ("uncompact"))) "\
1144 *Association list of compression method descriptions.
1145 Each element of the table should be a list of the form
1146
1147 (compress-type extension (compress-args) (decompress-args) force-flag)
1148
1149 where
1150 `compress-type' is a unique symbol in the alist to which
1151 `dired-compression-method' can be set;
1152 `extension' is the file extension (as a string) used by files compressed
1153 by this method;
1154 `compress-args' is a list of the path of the compression program and
1155 flags to pass as separate arguments;
1156 `decompress-args' is a list of the path of the decompression
1157 program and flags to pass as separate arguments.
1158 `force-flag' is the switch to pass to the command to force overwriting
1159 of existing files.
1160
1161 For example:
1162
1163 (setq dired-compresssion-method-alist
1164 (cons '(frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\") \"-f\")
1165 dired-compression-method-alist))
1166 => ((frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\"))
1167 (gzip \".gz\" (\"gzip\") (\"gunzip\"))
1168 ...)
1169
1170 See also: dired-compression-method <V>")
1171
1172 (defvar dired-ls-program "ls" "\
1173 *Absolute or relative name of the ls program used by dired.")
1174
1175 (defvar dired-listing-switches "-al" "\
1176 *Switches passed to ls for dired. MUST contain the `l' option.
1177 Can contain even `F', `b', `i' and `s'.")
1178
1179 (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") "\
1180 *Name of chown command (usully `chown' or `/etc/chown').")
1181
1182 (defvar dired-gnutar-program nil "\
1183 *If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\").
1184 GNU tar's `z' switch is used for compressed tar files.
1185 If you don't have GNU tar, set this to nil: a pipe using `zcat' is then used.")
1186
1187 (defvar dired-unshar-program nil "\
1188 *Set to the name of the unshar program, if you have it.")
1189
1190 (defvar dired-local-variables-file ".dired" "\
1191 *If non-nil, filename for local variables for Dired.
1192 If Dired finds a file with that name in the current directory, it will
1193 temporarily insert it into the dired buffer and run `hack-local-variables'.
1194
1195 Type \\[info] and `g' `(emacs)File Variables' `RET' for more info on
1196 local variables.")
1197
1198 (defvar dired-kept-versions 2 "\
1199 *When cleaning directory, number of versions to keep.")
1200
1201 (defvar dired-find-subdir nil "\
1202 *Determines whether dired tries to lookup a subdir in existing buffers.
1203 If non-nil, dired does not make a new buffer for a directory if it can be
1204 found (perhaps as subdir) in some existing dired buffer. If there are several
1205 dired buffers for a directory, then the most recently used one is chosen.
1206
1207 Dired avoids switching to the current buffer, so that if you have
1208 a normal and a wildcard buffer for the same directory, C-x d RET will
1209 toggle between those two.")
1210
1211 (defvar dired-use-file-transformers t "\
1212 *Determines whether dired uses file transformers.
1213 If non-nil `dired-do-shell-command' will apply file transformers to file names.
1214 See \\[describe-function] for dired-do-shell-command for more information.")
1215
1216 (defvar dired-dwim-target nil "\
1217 *If non-nil, dired tries to guess a default target directory.
1218 This means that if there is a dired buffer displayed in the next window,
1219 use its current subdir, instead of the current subdir of this dired buffer.
1220 The target is put in the prompt for file copy, rename, etc.")
1221
1222 (defvar dired-copy-preserve-time nil "\
1223 *If non-nil, Dired preserves the last-modified time in a file copy.
1224 \(This works on only some systems.)\\<dired-mode-map>
1225 Use `\\[dired-do-copy]' with a zero prefix argument to toggle its value.")
1226
1227 (defvar dired-no-confirm nil "\
1228 *If non-nil, a list of symbols for commands dired should not confirm.
1229 It can be a sublist of
1230
1231 '(byte-compile chgrp chmod chown compress copy delete hardlink load
1232 move print shell symlink uncompress recursive-delete kill-file-buffer
1233 kill-dired-buffer patch create-top-dir revert-subdirs)
1234
1235 The meanings of most of the symbols are obvious. A few exceptions:
1236
1237 'compress applies to compression or decompression by any of the
1238 compression program in `dired-compression-method-alist'.
1239
1240 'kill-dired-buffer applies to offering to kill dired buffers for
1241 directories which have been deleted.
1242
1243 'kill-file-buffer applies to offering to kill buffers visiting files
1244 which have been deleted.
1245
1246 'recursive-delete applies to recursively deleting non-empty
1247 directories, and all of their contents.
1248
1249 'create-top-dir applies to `dired-up-directory' creating a new top level
1250 directory for the dired buffer.
1251
1252 'revert-subdirs applies to re-reading subdirectories which have
1253 been modified on disk.
1254
1255 Note that this list also applies to remote files accessed with efs
1256 or ange-ftp.")
1257
1258 (defvar dired-backup-if-overwrite nil "\
1259 *Non-nil if Dired should ask about making backups before overwriting files.
1260 Special value 'always suppresses confirmation.")
1261
1262 (defvar dired-omit-files nil "\
1263 *If non-nil un-interesting files will be omitted from this dired buffer.
1264 Use \\[dired-omit-toggle] to see these files. (buffer local)")
1265
1266 (defvar dired-mail-reader 'rmail "\
1267 *Mail reader used by dired for dired-read-mail (\\[dired-read-mail]).
1268 The symbols 'rmail and 'vm are the only two allowed values.")
1269
1270 (define-key ctl-x-map "d" 'dired)
1271
1272 (autoload 'dired "dired" "\
1273 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
1274 Optional second argument SWITCHES specifies the `ls' options used.
1275 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
1276 Dired displays a list of files in DIRNAME (which may also have
1277 shell wildcards appended to select certain files). If DIRNAME is a cons,
1278 its first element is taken as the directory name and the resr as an explicit
1279 list of files to make directory entries for.
1280 \\<dired-mode-map>You can move around in it with the usual commands.
1281 You can flag files for deletion with \\[dired-flag-file-deletion] and then
1282 delete them by typing \\[dired-expunge-deletions].
1283 Type \\[dired-describe-mode] after entering dired for more info.
1284
1285 If DIRNAME is already in a dired buffer, that buffer is used without refresh." t nil)
1286
1287 (define-key ctl-x-4-map "d" 'dired-other-window)
1288
1289 (autoload 'dired-other-window "dired" "\
1290 \"Edit\" directory DIRNAME. Like `dired' but selects in another window." t nil)
1291
1292 (define-key ctl-x-5-map "d" 'dired-other-frame)
1293
1294 (autoload 'dired-other-frame "dired" "\
1295 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame." t nil)
1296
1297 (autoload 'dired-noselect "dired" "\
1298 Like `dired' but returns the dired buffer as value, does not select it." nil nil)
1299
1300 (define-key ctl-x-map "\C-j" 'dired-jump-back)
1301
1302 (autoload 'dired-jump-back "dired" "\
1303 Jump back to dired.
1304 If in a file, dired the current directory and move to file's line.
1305 If in dired already, pop up a level and goto old directory's line.
1306 In case the proper dired file line cannot be found, refresh the dired
1307 buffer and try again." t nil)
1308
1309 (define-key ctl-x-4-map "\C-j" 'dired-jump-back-other-window)
1310
1311 (autoload 'dired-jump-back-other-window "dired" "\
1312 Like \\[dired-jump-back], but to other window." t nil)
1313
1314 (define-key ctl-x-5-map "\C-j" 'dired-jump-back-other-frame)
1315
1316 (autoload 'dired-jump-back-other-frame "dired" "\
1317 Like \\[dired-jump-back], but in another frame." t nil)
1352 1318
1353 ;;;*** 1319 ;;;***
1354 1320
1355 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el") 1321 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el")
1356 1322
1846 arg non-nil from a program) is the number of seconds to sleep between 1812 arg non-nil from a program) is the number of seconds to sleep between
1847 generations (this defaults to 1)." t nil) 1813 generations (this defaults to 1)." t nil)
1848 1814
1849 ;;;*** 1815 ;;;***
1850 1816
1817 ;;;### (autoloads (mine-help mine-version mine) "mine" "games/mine.el")
1818
1819 (autoload 'mine "mine" "\
1820 Play Mine. Optional prefix argument is the number of mines.
1821
1822 To play Mine, type `\\[mine]' or `\\[universal-argument] NUM \\[mine]'.
1823
1824 An optional prefix argument specifies the number of mines to be hidden
1825 in the field. If no prefix argument is given, a percentage
1826 `mine-mines-%' of the field will contain mines.
1827
1828 What is Mine?\\<mine-mode-map>
1829
1830 Mine is a classical game of hide and seek played on a rectangular grid
1831 containing `mine-xmax' by `mine-ymax' squares (the mine field).
1832
1833 Your opponent (Emacs, in this case) has hidden several mines within
1834 this field. The object of the game is to find every hidden mine.
1835
1836 When you're sure a square does NOT contain a mine, you can hit it:
1837 move the mouse over the square and press `\\[mine-mouse-hit]' or
1838 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'.
1839
1840 If the square is a mine, you loose.
1841 If the square isn't a mine, a number appears which represents
1842 the number of mines in the surrounding eight squares.
1843
1844 When you think a square DOES contain a mine, you can mark it:
1845 move the mouse over the square and press `\\[mine-mouse-mark]' or
1846 move the cursor with the usual keys and press `\\[mine-mark-curpoint]'.
1847
1848 The number of hidden mines remaining in the mine field is indicated
1849 inside the buffer. Every time you mark a square as a mine, this
1850 number decreases by one, even if you incorrectly mark a square.
1851
1852 If `mine-torus' is non-nil (the default), the Mine game is played over
1853 a periodic field (like a torus). Each mine is hidden periodically
1854 over the mine board `mine-nb-tiles-x' times in the x direction and
1855 `mine-nb-tiles-y' times in the y direction.
1856
1857 If `mine-colorp' is non-nil (the default, if the system allows it),
1858 the game is displayed with colors. The colors can be chosen with the
1859 variable `mine-colors'.
1860
1861 If the redisplay is not fast enough, increase `mine-level'. If you
1862 want to see a smoother (slower) redisplay, decrease `mine-level',
1863 `mine-count1-max' and `mine-count2-max'.
1864
1865 You can get help on `mine-mode' and its key bindings by pressing `\\[mine-help]'
1866 while in the *Mine* buffer.
1867 " t nil)
1868
1869 (autoload 'mine-version "mine" "\
1870 Return string describing the current version of Mine.
1871 When called interactively, displays the version." t nil)
1872
1873 (autoload 'mine-help "mine" "\
1874 *Get help on `mine-mode'." t nil)
1875
1876 ;;;***
1877
1851 ;;;### (autoloads (mpuz) "mpuz" "games/mpuz.el") 1878 ;;;### (autoloads (mpuz) "mpuz" "games/mpuz.el")
1852 1879
1853 (autoload 'mpuz "mpuz" "\ 1880 (autoload 'mpuz "mpuz" "\
1854 Multiplication puzzle with GNU Emacs." t nil) 1881 Multiplication puzzle with GNU Emacs." t nil)
1855 1882
2219 (autoload 'html-view-goto-url "html-view" "\ 2246 (autoload 'html-view-goto-url "html-view" "\
2220 Goto an URL in Mosaic." t nil) 2247 Goto an URL in Mosaic." t nil)
2221 2248
2222 (autoload 'html-view-get-display "html-view" "\ 2249 (autoload 'html-view-get-display "html-view" "\
2223 Get the display for Mosaic." t nil) 2250 Get the display for Mosaic." t nil)
2251
2252 ;;;***
2253
2254 ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el")
2255
2256 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\
2257 Expand the templates in the region from BEGIN to END.
2258 If BEGIN and and are nil, then the current region is used." t nil)
2259
2260 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\
2261 Expand all templates in the current buffer." t nil)
2262
2263 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\
2264 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t.
2265 This command tries to read the template file from a list of
2266 predefined directries (look at `tmpl-template-dir-list') and it filters
2267 the contents of this directories with the regular expression
2268 `tmpl-filter-regexp' (look also at this variable).
2269 The command uses a history variable, which could be changed with the
2270 variable `tmpl-history-variable-name'.
2271
2272 The user of the command is able to change interactive to another
2273 directory by entering at first the string \"Change the directory\".
2274 This maybe to difficult for the user. Therefore another command
2275 called `tmpl-insert-template-file' exist, which doesn't use fixed
2276 directories and filters." t nil)
2277
2278 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\
2279 Insert a template FILE and expand it, if `tmpl-automatic-expand' is t.
2280 Look also at `tmpl-template-dir-list', to specify a default template directory.
2281 You should also take a look at `tmpl-insert-template-file-from-fixed-dirs'
2282 which has additional advantages (and disadvantages :-).
2283
2284 ATTENTION: The interface of this function has changed. The old
2285 function had the argument list (&optional TEMPLATE-DIR AUTOMATIC-EXPAND).
2286 The variables `tmpl-template-dir-list' and `tmpl-automatic-expand' must
2287 now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil)
2224 2288
2225 ;;;*** 2289 ;;;***
2226 2290
2227 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el") 2291 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el")
2228 2292
3544 ;;;*** 3608 ;;;***
3545 3609
3546 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3610 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3547 3611
3548 (autoload 'ksh-mode "ksh-mode" "\ 3612 (autoload 'ksh-mode "ksh-mode" "\
3549 ksh-mode $Revision: 1.6 $ - Major mode for editing (Bourne, Korn or Bourne again) 3613 ksh-mode $Revision: 1.7 $ - Major mode for editing (Bourne, Korn or Bourne again)
3550 shell scripts. 3614 shell scripts.
3551 Special key bindings and commands: 3615 Special key bindings and commands:
3552 \\{ksh-mode-map} 3616 \\{ksh-mode-map}
3553 Variables controlling indentation style: 3617 Variables controlling indentation style:
3554 ksh-indent 3618 ksh-indent
4757 4821
4758 \(See \\[describe-mode] .)" t nil) 4822 \(See \\[describe-mode] .)" t nil)
4759 4823
4760 ;;;*** 4824 ;;;***
4761 4825
4826 ;;;### (autoloads (verilog-mode) "verilog-mode" "modes/verilog-mode.el")
4827
4828 (autoload 'verilog-mode "verilog-mode" "\
4829 Major mode for editing Verilog code. \\<verilog-mode-map>
4830 NEWLINE, TAB indents for Verilog code.
4831 Delete converts tabs to spaces as it moves back.
4832 Supports highlighting.
4833
4834 Variables controlling indentation/edit style:
4835
4836 verilog-indent-level (default 3)
4837 Indentation of Verilog statements with respect to containing block.
4838 verilog-cexp-indent (default 1)
4839 Indentation of Verilog statements broken across lines.
4840 verilog-case-indent (default 2)
4841 Indentation for case statements.
4842 verilog-auto-newline (default nil)
4843 Non-nil means automatically newline after simcolons and the punctation mark
4844 after an end.
4845 verilog-auto-indent-on-newline (default t)
4846 Non-nil means automatically indent line after newline
4847 verilog-tab-always-indent (default t)
4848 Non-nil means TAB in Verilog mode should always reindent the current line,
4849 regardless of where in the line point is when the TAB command is used.
4850 verilog-indent-begin-after-if (default t)
4851 Non-nil means to indent begin statements following a preceeding
4852 if, else, while, for and repeat statements, if any. otherwise,
4853 the begin is lined up with the preceeding token. If t, you get:
4854 if (a)
4855 begin
4856 otherwise you get:
4857 if (a)
4858 begin
4859 verilog-auto-endcomments (default t)
4860 Non-nil means a comment /* ... */ is set after the ends which ends cases, tasks, functions and modules.
4861 The type and name of the object will be set between the braces.
4862 verilog-auto-lineup (default `(all))
4863 List of contexts where auto lineup of :'s or ='s should be done.
4864
4865 Turning on Verilog mode calls the value of the variable verilog-mode-hook with
4866 no args, if that value is non-nil.
4867 Other useful functions are:
4868 \\[verilog-complete-word] -complete word with appropriate possibilities (functions, verilog keywords...)
4869 \\[verilog-comment-area] - Put marked area in a comment, fixing nested comments.
4870 \\[verilog-uncomment-area] - Uncomment an area commented with \\[verilog-comment-area].
4871 \\[verilog-insert-block] - insert begin ... end;
4872 \\[verilog-star-comment] - insert /* ... */
4873 \\[verilog-mark-defun] - Mark function.
4874 \\[verilog-beg-of-defun] - Move to beginning of current function.
4875 \\[verilog-end-of-defun] - Move to end of current function.
4876 \\[verilog-label-be] - Label matching begin ... end, fork ... join and case ... endcase statements;
4877 " t nil)
4878
4879 ;;;***
4880
4762 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 4881 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
4763 4882
4764 (autoload 'vhdl-mode "vhdl-mode" "\ 4883 (autoload 'vhdl-mode "vhdl-mode" "\
4765 Major mode for editing VHDL code. 4884 Major mode for editing VHDL code.
4766 vhdl-mode $Revision: 1.6 $ 4885 vhdl-mode $Revision: 1.7 $
4767 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 4886 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
4768 vhdl-mode buffer. This automatically sets up a mail buffer with version 4887 vhdl-mode buffer. This automatically sets up a mail buffer with version
4769 information already added. You just need to add a description of the 4888 information already added. You just need to add a description of the
4770 problem, including a reproducable test case and send the message. 4889 problem, including a reproducable test case and send the message.
4771 4890
5877 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad. 5996 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
5878 5997
5879 Various methods of control are provided for the Font Lock cache. In general, 5998 Various methods of control are provided for the Font Lock cache. In general,
5880 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'. 5999 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
5881 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events', 6000 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
5882 `fast-lock-save-others' and `fast-lock-save-faces'. 6001 `fast-lock-save-others' and `fast-lock-save-faces'." t nil)
5883
5884 Use \\[fast-lock-submit-bug-report] to send bug reports or feedback." t nil)
5885 6002
5886 (autoload 'turn-on-fast-lock "fast-lock" "\ 6003 (autoload 'turn-on-fast-lock "fast-lock" "\
5887 Unconditionally turn on Fast Lock mode." nil nil) 6004 Unconditionally turn on Fast Lock mode." nil nil)
5888 6005
5889 (if (fboundp 'add-minor-mode) (add-minor-mode 'fast-lock-mode nil)) 6006 (if (fboundp 'add-minor-mode) (add-minor-mode 'fast-lock-mode nil))
7335 Otherwise, find log entries for all registered files in the default directory. 7452 Otherwise, find log entries for all registered files in the default directory.
7336 From a program, any arguments are passed to the `rcs2log' script." t nil) 7453 From a program, any arguments are passed to the `rcs2log' script." t nil)
7337 7454
7338 ;;;*** 7455 ;;;***
7339 7456
7457 ;;;### (autoloads (webjump) "webjump" "packages/webjump.el")
7458
7459 (autoload 'webjump "webjump" "\
7460 Jumps to a Web site from a programmable hotlist.
7461
7462 See the documentation for the `webjump-sites' variable for how to customize the
7463 hotlist.
7464
7465 Feedback on WebJump can be sent to the author, Neil W. Van Dyke <nwv@acm.org>,
7466 or submitted via `\\[webjump-submit-bug-report]'. The latest version can be
7467 gotten from `http://www.cs.brown.edu/people/nwv/'." t nil)
7468
7469 ;;;***
7470
7340 ;;;### (autoloads (webster-spell webster-endings webster) "webster" "packages/webster.el") 7471 ;;;### (autoloads (webster-spell webster-endings webster) "webster" "packages/webster.el")
7341 7472
7342 (autoload 'webster "webster" "\ 7473 (autoload 'webster "webster" "\
7343 Look up a word in the Webster's dictionary. 7474 Look up a word in the Webster's dictionary.
7344 Open a network login connection to a webster host if necessary. 7475 Open a network login connection to a webster host if necessary.
7514 7645
7515 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el") 7646 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el")
7516 7647
7517 ;;;*** 7648 ;;;***
7518 7649
7519 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro name-last-kbd-macro) "macros" "prim/macros.el") 7650 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query name-last-kbd-macro) "macros" "prim/macros.el")
7520 7651
7521 (autoload 'name-last-kbd-macro "macros" "\ 7652 (autoload 'name-last-kbd-macro "macros" "\
7522 Assign a name to the last keyboard macro defined. 7653 Assign a name to the last keyboard macro defined.
7523 Argument SYMBOL is the name to define. 7654 Argument SYMBOL is the name to define.
7524 The symbol's function definition becomes the keyboard macro string. 7655 The symbol's function definition becomes the keyboard macro string.
7525 Such a \"function\" cannot be called from Lisp, but it is a valid 7656 Such a \"function\" cannot be called from Lisp, but it is a valid
7526 editor command." t nil) 7657 editor command." t nil)
7527
7528 (autoload 'insert-kbd-macro "macros" "\
7529 Insert in buffer the definition of kbd macro NAME, as Lisp code.
7530 Optional second argument KEYS means also record the keys it is on
7531 \(this is the prefix argument, when calling interactively).
7532
7533 This Lisp code will, when executed, define the kbd macro with the
7534 same definition it has now. If you say to record the keys,
7535 the Lisp code will also rebind those keys to the macro.
7536 Only global key bindings are recorded since executing this Lisp code
7537 always makes global bindings.
7538
7539 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
7540 use this command, and then save the file." t nil)
7541 7658
7542 (autoload 'kbd-macro-query "macros" "\ 7659 (autoload 'kbd-macro-query "macros" "\
7543 Query user during kbd macro execution. 7660 Query user during kbd macro execution.
7544 With prefix argument, enters recursive edit, 7661 With prefix argument, enters recursive edit,
7545 reading keyboard commands even within a kbd macro. 7662 reading keyboard commands even within a kbd macro.
7834 (or sound-alist (setq sound-alist '((ready nil) (warp nil)))) 7951 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
7835 7952
7836 (autoload 'load-sound-file "sound" "\ 7953 (autoload 'load-sound-file "sound" "\
7837 Read in an audio-file and add it to the sound-alist. 7954 Read in an audio-file and add it to the sound-alist.
7838 7955
7839 You can only play sound files if you are running on display 0 of the console 7956 You can only play sound files if you are running on display 0 of the
7840 of a Sun SparcStation, SGI machine, or HP9000s700, or running a NetAudio 7957 console of a machine with native sound support or running a NetAudio
7841 server. The sound file must be in the Sun/NeXT U-LAW format." t nil) 7958 server and XEmacs has the necessary sound support compiled in.
7959
7960 The sound file must be in the Sun/NeXT U-LAW format." t nil)
7842 7961
7843 (autoload 'load-default-sounds "sound" "\ 7962 (autoload 'load-default-sounds "sound" "\
7844 Load and install some sound files as beep-types. 7963 Load and install some sound files as beep-types.
7845 This only works if you're on display 0 of a Sun SparcStation, SGI machine, 7964 This only works if you're on display 0 of a Sun SparcStation, SGI machine,
7846 or HP9000s700, or running a NetAudio server." t nil) 7965 or HP9000s700, or running a NetAudio server." t nil)
8540 menu item in the top-level menu. The cdr of the submenu list 8659 menu item in the top-level menu. The cdr of the submenu list
8541 is a list of menu items, as above." nil 'macro) 8660 is a list of menu items, as above." nil 'macro)
8542 8661
8543 ;;;*** 8662 ;;;***
8544 8663
8664 ;;;### (autoloads (insert-kbd-macro format-kbd-macro read-kbd-macro edit-named-kbd-macro edit-last-kbd-macro edit-kbd-macro) "edmacro" "utils/edmacro.el")
8665
8666 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
8667
8668 (defvar edmacro-eight-bits nil "\
8669 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
8670 Default nil means to write characters above \\177 in octal notation.")
8671
8672 (autoload 'edit-kbd-macro "edmacro" "\
8673 Edit a keyboard macro.
8674 At the prompt, type any key sequence which is bound to a keyboard macro.
8675 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
8676 the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by
8677 its command name.
8678 With a prefix argument, format the macro in a more concise way." t nil)
8679
8680 (autoload 'edit-last-kbd-macro "edmacro" "\
8681 Edit the most recently defined keyboard macro." t nil)
8682
8683 (autoload 'edit-named-kbd-macro "edmacro" "\
8684 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'." t nil)
8685
8686 (autoload 'read-kbd-macro "edmacro" "\
8687 Read the region as a keyboard macro definition.
8688 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
8689 See documentation for `edmacro-mode' for details.
8690 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
8691 The resulting macro is installed as the \"current\" keyboard macro.
8692
8693 In Lisp, may also be called with a single STRING argument in which case
8694 the result is returned rather than being installed as the current macro.
8695 The result will be a string if possible, otherwise an event vector.
8696 Second argument NEED-VECTOR means to return an event vector always." t nil)
8697
8698 (autoload 'format-kbd-macro "edmacro" "\
8699 Return the keyboard macro MACRO as a human-readable string.
8700 This string is suitable for passing to `read-kbd-macro'.
8701 Second argument VERBOSE means to put one command per line with comments.
8702 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
8703 or nil, use a compact 80-column format." nil nil)
8704
8705 (autoload 'insert-kbd-macro "edmacro" "\
8706 Insert in buffer the definition of kbd macro NAME, as Lisp code.
8707 Optional second arg KEYS means also record the keys it is on
8708 \(this is the prefix argument, when calling interactively).
8709
8710 This Lisp code will, when executed, define the kbd macro with the same
8711 definition it has now. If you say to record the keys, the Lisp code
8712 will also rebind those keys to the macro. Only global key bindings
8713 are recorded since executing this Lisp code always makes global
8714 bindings.
8715
8716 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
8717 use this command, and then save the file." t nil)
8718
8719 ;;;***
8720
8721 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode) "eldoc" "utils/eldoc.el")
8722
8723 (defvar eldoc-mode nil "\
8724 *If non-nil, show the defined parameters for the elisp function near point.
8725
8726 For the emacs lisp function at the beginning of the sexp which point is
8727 within, show the defined parameters for the function in the echo area.
8728 This information is extracted directly from the function or macro if it is
8729 in pure lisp. If the emacs function is a subr, the parameters are obtained
8730 from the documentation string if possible.
8731
8732 If point is over a documented variable, print that variable's docstring
8733 instead.
8734
8735 This variable is buffer-local.")
8736
8737 (autoload 'eldoc-mode "eldoc" "\
8738 *Enable or disable eldoc mode.
8739 See documentation for the variable of the same name for more details.
8740
8741 If called interactively with no prefix argument, toggle current condition
8742 of the mode.
8743 If called with a positive or negative prefix argument, enable or disable
8744 the mode, respectively." t nil)
8745
8746 (autoload 'turn-on-eldoc-mode "eldoc" "\
8747 Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
8748
8749 ;;;***
8750
8545 ;;;### (autoloads (elp-submit-bug-report elp-results elp-instrument-package elp-instrument-list elp-restore-function elp-instrument-function) "elp" "utils/elp.el") 8751 ;;;### (autoloads (elp-submit-bug-report elp-results elp-instrument-package elp-instrument-list elp-restore-function elp-instrument-function) "elp" "utils/elp.el")
8546 8752
8547 (autoload 'elp-instrument-function "elp" "\ 8753 (autoload 'elp-instrument-function "elp" "\
8548 Instrument FUNSYM for profiling. 8754 Instrument FUNSYM for profiling.
8549 FUNSYM must be a symbol of a defined function." t nil) 8755 FUNSYM must be a symbol of a defined function." t nil)
8668 (autoload 'list-colors-display "facemenu" "\ 8874 (autoload 'list-colors-display "facemenu" "\
8669 Display names of defined colors, and show what they look like. 8875 Display names of defined colors, and show what they look like.
8670 If the optional argument LIST is non-nil, it should be a list of 8876 If the optional argument LIST is non-nil, it should be a list of
8671 colors to display. Otherwise, this command computes a list 8877 colors to display. Otherwise, this command computes a list
8672 of colors that the current display can handle." t nil) 8878 of colors that the current display can handle." t nil)
8879
8880 ;;;***
8881
8882 ;;;### (autoloads (floating-toolbar-from-extent-or-popup-mode-menu floating-toolbar-or-popup-mode-menu floating-toolbar) "floating-toolbar" "utils/floating-toolbar.el")
8883
8884 (autoload 'floating-toolbar "floating-toolbar" "\
8885 Popup a toolbar near the current mouse position.
8886 The toolbar instantiator used is taken from the 'floating-toolbar
8887 property of any extent under the mouse. If no such non-nil
8888 property exists for any extent under the mouse, then the value of the
8889 variable `floating-toolbar' is checked. If its value si nil, then
8890 no toolbar will be displayed.
8891
8892 This command should be bound to a button press event.
8893
8894 When called from a program, first arg EVENT should be the button
8895 press event. Optional second arg EXTENT-LOCAL-ONLY specifies
8896 that only extent local toolbars should be used; this means the
8897 `floating-toolbar' variable will not be consulted." t nil)
8898
8899 (autoload 'floating-toolbar-or-popup-mode-menu "floating-toolbar" "\
8900 Like floating-toolbar, but if no toolbar is displayed
8901 run popup-mode-menu." t nil)
8902
8903 (autoload 'floating-toolbar-from-extent-or-popup-mode-menu "floating-toolbar" "\
8904 Like floating-toolbar-or-popup-mode-menu, but search only for an
8905 extent local toolbar." t nil)
8673 8906
8674 ;;;*** 8907 ;;;***
8675 8908
8676 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" "utils/flow-ctrl.el") 8909 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" "utils/flow-ctrl.el")
8677 8910
9316 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-batch-fetch w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el") 9549 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-batch-fetch w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el")
9317 9550
9318 (autoload 'w3-open-local "w3" "\ 9551 (autoload 'w3-open-local "w3" "\
9319 Find a local file, and interpret it as a hypertext document. 9552 Find a local file, and interpret it as a hypertext document.
9320 It will prompt for an existing file or directory, and retrieve it as a 9553 It will prompt for an existing file or directory, and retrieve it as a
9321 hypertext document. If it is a directory, and url-use-hypertext-dired 9554 hypertext document." t nil)
9322 is non-nil, then an HTML directory listing is created on the fly.
9323 Otherwise, dired-mode is used to visit the buffer." t nil)
9324 9555
9325 (autoload 'w3-find-file "w3" "\ 9556 (autoload 'w3-find-file "w3" "\
9326 Find a local file, and interpret it as a hypertext document. 9557 Find a local file, and interpret it as a hypertext document.
9327 It will prompt for an existing file or directory, and retrieve it as a 9558 It will prompt for an existing file or directory, and retrieve it as a
9328 hypertext document. If it is a directory, and url-use-hypertext-dired 9559 hypertext document." t nil)
9329 is non-nil, then an HTML directory listing is created on the fly.
9330 Otherwise, dired-mode is used to visit the buffer." t nil)
9331 9560
9332 (autoload 'w3-fetch-other-frame "w3" "\ 9561 (autoload 'w3-fetch-other-frame "w3" "\
9333 Attempt to follow the hypertext reference under point in a new frame. 9562 Attempt to follow the hypertext reference under point in a new frame.
9334 With prefix-arg P, ignore viewers and dump the link straight 9563 With prefix-arg P, ignore viewers and dump the link straight
9335 to disk." t nil) 9564 to disk." t nil)