aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-13 17:19:00 +0000
committerEli Zaretskii2002-01-13 17:19:00 +0000
commitb9e1c2ff21eebf721d4286f75ec83e0ddcfe82ef (patch)
tree3d7af90f921a8067c75b5e09aada7c1cee9990d4
parent6625fc7d14c8bb8dca1b3e6365cbbe26acbcd06a (diff)
downloademacs-b9e1c2ff21eebf721d4286f75ec83e0ddcfe82ef.tar.gz
emacs-b9e1c2ff21eebf721d4286f75ec83e0ddcfe82ef.zip
Regenerated.
-rw-r--r--lisp/finder-inf.el2151
-rw-r--r--lisp/loaddefs.el887
2 files changed, 1695 insertions, 1343 deletions
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el
index 52ae4594e01..256da9c5ffc 100644
--- a/lisp/finder-inf.el
+++ b/lisp/finder-inf.el
@@ -334,6 +334,15 @@
334 ("hl-line.el" 334 ("hl-line.el"
335 "highlight the current line" 335 "highlight the current line"
336 (faces frames emulation)) 336 (faces frames emulation))
337 ("ibuf-ext.el"
338 "extended features for ibuffer"
339 (buffer convenience))
340 ("ibuf-macs.el"
341 "macros for ibuffer"
342 (buffer convenience))
343 ("ibuffer.el"
344 "operate on buffers like dired"
345 (buffer convenience))
337 ("icomplete.el" 346 ("icomplete.el"
338 "minibuffer completion incremental feedback" 347 "minibuffer completion incremental feedback"
339 (help abbrev)) 348 (help abbrev))
@@ -856,1077 +865,6 @@
856 ("calcsel2.el" 865 ("calcsel2.el"
857 "selection functions for Calc" 866 "selection functions for Calc"
858 nil) 867 nil)
859 ("tool-bar.el"
860 "setting up the tool bar"
861 (mouse frames))
862 ("artist.el"
863 "draw ascii graphics with your mouse"
864 (mouse))
865 ("bib-mode.el"
866 "major mode for editing bib files"
867 (bib))
868 ("bibtex.el"
869 "BibTeX mode for GNU Emacs"
870 (bibtex latex tex))
871 ("fill.el"
872 "fill commands for Emacs"
873 (wp))
874 ("flyspell.el"
875 "on-the-fly spell checker"
876 (convenience))
877 ("ispell.el"
878 "interface to International Ispell Versions 3.1 and 3.2"
879 (unix wp))
880 ("makeinfo.el"
881 "run makeinfo conveniently"
882 (docs convenience))
883 ("nroff-mode.el"
884 "GNU Emacs major mode for editing nroff source"
885 (wp))
886 ("outline.el"
887 "outline mode commands for Emacs"
888 (outlines))
889 ("page-ext.el"
890 "extended page handling commands"
891 (wp data))
892 ("page.el"
893 "page motion commands for Emacs"
894 (wp convenience))
895 ("paragraphs.el"
896 "paragraph and sentence parsing"
897 (wp))
898 ("picture.el"
899 "\"Picture mode\" -- editing using quarter-plane screen model"
900 (convenience wp))
901 ("refbib.el"
902 "convert refer-style references to ones usable by Latex bib"
903 (bib tex))
904 ("refer.el"
905 "look up references in bibliography files"
906 (bib))
907 ("refill.el"
908 "`auto-fill' by refilling paragraphs on changes"
909 (wp))
910 ("reftex-auc.el"
911 "RefTeX's interface to AUC TeX"
912 nil)
913 ("reftex-cite.el"
914 "creating citations with RefTeX"
915 nil)
916 ("reftex-dcr.el"
917 "viewing cross references and citations with RefTeX"
918 nil)
919 ("reftex-global.el"
920 "operations on entire documents with RefTeX"
921 nil)
922 ("reftex-index.el"
923 "index support with RefTeX"
924 nil)
925 ("reftex-parse.el"
926 "parser functions for RefTeX"
927 nil)
928 ("reftex-ref.el"
929 "code to create labels and references with RefTeX"
930 nil)
931 ("reftex-sel.el"
932 "the selection modes for RefTeX"
933 nil)
934 ("reftex-toc.el"
935 "RefTeX's table of contents mode"
936 nil)
937 ("reftex-vars.el"
938 "configuration variables for RefTeX"
939 nil)
940 ("reftex.el"
941 "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"
942 (tex))
943 ("scribe.el"
944 "scribe mode, and its idiosyncratic commands"
945 (wp))
946 ("sgml-mode.el"
947 "SGML- and HTML-editing modes"
948 (wp hypermedia comm languages))
949 ("spell.el"
950 "spelling correction interface for Emacs"
951 (wp unix))
952 ("tex-mode.el"
953 "TeX, LaTeX, and SliTeX mode commands"
954 (tex))
955 ("texinfmt.el"
956 "format Texinfo files into Info files"
957 (maint tex docs))
958 ("texinfo.el"
959 "major mode for editing Texinfo files"
960 (maint tex docs))
961 ("texnfo-upd.el"
962 "utilities for updating nodes and menus in Texinfo files"
963 (maint tex docs))
964 ("text-mode.el"
965 "text mode, and its idiosyncratic commands"
966 (wp))
967 ("tildify.el"
968 "adding hard spaces into texts"
969 (text tex sgml wp))
970 ("two-column.el"
971 "minor mode for editing of two-column text"
972 (wp))
973 ("underline.el"
974 "insert/remove underlining (done by overstriking) in Emacs"
975 (wp))
976 ("ada-mode.el"
977 "major-mode for editing Ada sources"
978 (languages ada))
979 ("ada-prj.el"
980 "easy editing of project files for the ada-mode"
981 (languages ada project file))
982 ("ada-stmt.el"
983 "an extension to Ada mode for inserting statement templates"
984 (languages ada))
985 ("ada-xref.el"
986 "for lookup and completion in Ada mode"
987 (languages ada xref))
988 ("antlr-mode.el"
989 "major mode for ANTLR grammar files"
990 (languages))
991 ("asm-mode.el"
992 "mode for editing assembler code"
993 (tools languages))
994 ("autoconf.el"
995 "mode for editing Autoconf configure.in files"
996 (languages))
997 ("awk-mode.el"
998 "AWK code editing commands for Emacs"
999 (unix languages))
1000 ("cc-align.el"
1001 "custom indentation functions for CC Mode"
1002 (c languages oop))
1003 ("cc-bytecomp.el"
1004 "compile time setup for proper compilation"
1005 (c languages oop))
1006 ("cc-cmds.el"
1007 "user level commands for CC Mode"
1008 (c languages oop))
1009 ("cc-compat.el"
1010 "cc-mode compatibility with c-mode.el confusion"
1011 (c languages oop))
1012 ("cc-defs.el"
1013 "compile time definitions for CC Mode"
1014 (c languages oop))
1015 ("cc-engine.el"
1016 "core syntax guessing engine for CC mode"
1017 (c languages oop))
1018 ("cc-langs.el"
1019 "language specific settings for CC Mode"
1020 (c languages oop))
1021 ("cc-menus.el"
1022 "imenu support for CC Mode"
1023 (c languages oop))
1024 ("cc-mode.el"
1025 "major mode for editing C, C++, Objective-C, and Java code"
1026 (c languages oop))
1027 ("cc-styles.el"
1028 "support for styles in CC Mode"
1029 (c languages oop))
1030 ("cc-vars.el"
1031 "user customization variables for CC Mode"
1032 (c languages oop))
1033 ("cmacexp.el"
1034 "expand C macros in a region"
1035 (c))
1036 ("compile.el"
1037 "run compiler as inferior of Emacs, parse error messages"
1038 (tools processes))
1039 ("cperl-mode.el"
1040 "Perl code editing commands for Emacs"
1041 (languages perl))
1042 ("cpp.el"
1043 "highlight or hide text according to cpp conditionals"
1044 (c faces tools))
1045 ("cwarn.el"
1046 "highlight suspicious C and C++ constructions"
1047 (c languages faces))
1048 ("dcl-mode.el"
1049 "major mode for editing DCL command files"
1050 (dcl editing major-mode languages))
1051 ("delphi.el"
1052 "major mode for editing Delphi source (Object Pascal) in Emacs"
1053 (languages))
1054 ("ebnf-bnf.el"
1055 "parser for EBNF"
1056 (wp ebnf postscript))
1057 ("ebnf-iso.el"
1058 "parser for ISO EBNF"
1059 (wp ebnf postscript))
1060 ("ebnf-otz.el"
1061 "syntatic chart OpTimiZer"
1062 (wp ebnf postscript))
1063 ("ebnf-yac.el"
1064 "parser for Yacc/Bison"
1065 (wp ebnf postscript))
1066 ("ebnf2ps.el"
1067 "translate an EBNF to a syntatic chart on PostScript"
1068 (wp ebnf postscript))
1069 ("ebrowse.el"
1070 "Emacs C++ class browser & tags facility"
1071 (c++ tags tools))
1072 ("etags.el"
1073 "etags facility for Emacs"
1074 (tools))
1075 ("executable.el"
1076 "base functionality for executable interpreter scripts"
1077 (languages unix))
1078 ("f90.el"
1079 "Fortran-90 mode (free format)"
1080 (fortran f90 languages))
1081 ("fortran.el"
1082 "Fortran mode for GNU Emacs"
1083 (languages))
1084 ("glasses.el"
1085 "make cantReadThis readable"
1086 (tools))
1087 ("hideif.el"
1088 "hides selected code within ifdef"
1089 (c outlines))
1090 ("hideshow.el"
1091 "minor mode cmds to selectively display code/comment blocks"
1092 (c c++ java lisp tools editing comments blocks hiding outlines))
1093 ("icon.el"
1094 "mode for editing Icon code"
1095 (languages))
1096 ("idlw-rinfo.el"
1097 "Routine Information for IDLWAVE"
1098 (languages))
1099 ("idlw-shell.el"
1100 "run IDL or WAVE as an inferior process of Emacs"
1101 (processes))
1102 ("idlw-toolbar.el"
1103 "a debugging toolbar for IDLWAVE"
1104 (processes))
1105 ("idlwave.el"
1106 "IDL and WAVE CL editing mode for GNU Emacs"
1107 (languages))
1108 ("inf-lisp.el"
1109 "an inferior-lisp mode"
1110 (processes lisp))
1111 ("m4-mode.el"
1112 "m4 code editing commands for Emacs"
1113 (languages faces))
1114 ("make-mode.el"
1115 "makefile editing commands for Emacs"
1116 (unix tools))
1117 ("mantemp.el"
1118 "create manual template instantiations from g++ 2.7.2 output"
1119 (g++ templates))
1120 ("meta-mode.el"
1121 "major mode for editing Metafont or MetaPost sources"
1122 (metafont metapost tex languages))
1123 ("modula2.el"
1124 "Modula-2 editing support package"
1125 (languages))
1126 ("octave-hlp.el"
1127 "getting help on Octave symbols using info"
1128 (languages))
1129 ("octave-inf.el"
1130 "running Octave as an inferior Emacs process"
1131 (languages))
1132 ("octave-mod.el"
1133 "editing Octave source files under Emacs"
1134 (languages))
1135 ("pascal.el"
1136 "major mode for editing pascal source in Emacs"
1137 (languages))
1138 ("perl-mode.el"
1139 "Perl code editing commands for GNU Emacs"
1140 (languages))
1141 ("prolog.el"
1142 "major mode for editing and running Prolog under Emacs"
1143 (languages))
1144 ("ps-mode.el"
1145 "PostScript mode for GNU Emacs"
1146 (postscript languages))
1147 ("scheme.el"
1148 "Scheme (and DSSSL) editing mode"
1149 (languages lisp))
1150 ("sh-script.el"
1151 "shell-script editing commands for Emacs"
1152 (languages unix))
1153 ("simula.el"
1154 "SIMULA 87 code editing commands for Emacs"
1155 (languages))
1156 ("sql.el"
1157 "specialized comint.el for SQL interpreters"
1158 (comm languages processes))
1159 ("tcl.el"
1160 "Tcl code editing commands for Emacs"
1161 (languages tcl modes))
1162 ("vhdl-mode.el"
1163 "major mode for editing VHDL code"
1164 (languages vhdl))
1165 ("5x5.el"
1166 "simple little puzzle game"
1167 (games puzzles))
1168 ("animate.el"
1169 "make text dance"
1170 (games))
1171 ("blackbox.el"
1172 "blackbox game in Emacs Lisp"
1173 (games))
1174 ("bruce.el"
1175 "bruce phrase utility for overloading the Communications"
1176 (games))
1177 ("cookie1.el"
1178 "retrieve random phrases from fortune cookie files"
1179 (games extensions))
1180 ("decipher.el"
1181 "cryptanalyze monoalphabetic substitution ciphers"
1182 (games))
1183 ("dissociate.el"
1184 "scramble text amusingly for Emacs"
1185 (games))
1186 ("doctor.el"
1187 "psychological help for frustrated users"
1188 (games))
1189 ("dunnet.el"
1190 "text adventure for Emacs"
1191 (games))
1192 ("fortune.el"
1193 "use fortune to create signatures"
1194 (games utils mail))
1195 ("gamegrid.el"
1196 "library for implementing grid-based games on Emacs"
1197 (games))
1198 ("gametree.el"
1199 "manage game analysis trees in Emacs"
1200 (games))
1201 ("gomoku.el"
1202 "Gomoku game between you and Emacs"
1203 (games))
1204 ("handwrite.el"
1205 "turns your emacs buffer into a handwritten document"
1206 (wp print postscript cursive writing))
1207 ("hanoi.el"
1208 "towers of hanoi in Emacs"
1209 (games))
1210 ("landmark.el"
1211 "neural-network robot that learns landmarks"
1212 (gomoku neural network adaptive search chemotaxis))
1213 ("life.el"
1214 "John Horton Conway's `Life' game for GNU Emacs"
1215 (games))
1216 ("meese.el"
1217 "protect the impressionable young minds of America"
1218 (games))
1219 ("morse.el"
1220 "convert text to morse code and back"
1221 (games))
1222 ("mpuz.el"
1223 "multiplication puzzle for GNU Emacs"
1224 (games))
1225 ("pong.el"
1226 "classical implementation of pong"
1227 (games))
1228 ("snake.el"
1229 "implementation of Snake for Emacs"
1230 (games))
1231 ("solitaire.el"
1232 "game of solitaire in Emacs Lisp"
1233 (games))
1234 ("spook.el"
1235 "spook phrase utility for overloading the NSA line eater"
1236 (games))
1237 ("studly.el"
1238 "StudlyCaps (tm)(r)(c)(xxx)"
1239 (games))
1240 ("tetris.el"
1241 "implementation of Tetris for Emacs"
1242 (games))
1243 ("yow.el"
1244 "quote random zippyisms"
1245 (games))
1246 ("zone.el"
1247 "idle display hacks"
1248 (games))
1249 ("ange-ftp.el"
1250 "transparent FTP support for GNU Emacs"
1251 (comm))
1252 ("browse-url.el"
1253 "pass a URL to a WWW browser"
1254 (hypertext hypermedia mouse))
1255 ("eudc-bob.el"
1256 "Binary Objects Support for EUDC"
1257 (comm))
1258 ("eudc-export.el"
1259 "functions to export EUDC query results"
1260 (comm))
1261 ("eudc-hotlist.el"
1262 "hotlist management for EUDC"
1263 (comm))
1264 ("eudc-vars.el"
1265 "Emacs Unified Directory Client"
1266 (comm))
1267 ("eudc.el"
1268 "Emacs Unified Directory Client"
1269 (comm))
1270 ("eudcb-bbdb.el"
1271 "Emacs Unified Directory Client - BBDB Backend"
1272 (comm))
1273 ("eudcb-ldap.el"
1274 "Emacs Unified Directory Client - LDAP Backend"
1275 (comm))
1276 ("eudcb-ph.el"
1277 "Emacs Unified Directory Client - CCSO PH/QI Backend"
1278 (comm))
1279 ("goto-addr.el"
1280 "click to browse URL or to send to e-mail address"
1281 (mh-e www mouse mail))
1282 ("ldap.el"
1283 "client interface to LDAP for Emacs"
1284 (comm))
1285 ("net-utils.el"
1286 "network functions"
1287 (network comm))
1288 ("quickurl.el"
1289 "insert an URL based on text at point in buffer"
1290 (hypermedia))
1291 ("rcompile.el"
1292 "run a compilation on a remote machine"
1293 (tools processes))
1294 ("rlogin.el"
1295 "remote login interface"
1296 (unix comm))
1297 ("snmp-mode.el"
1298 "SNMP & SNMPv2 MIB major mode"
1299 (data))
1300 ("telnet.el"
1301 "run a telnet session from within an Emacs buffer"
1302 (unix comm))
1303 ("webjump.el"
1304 "programmable Web hotlist"
1305 (comm www))
1306 ("zone-mode.el"
1307 "major mode for editing DNS zone files"
1308 (dns languages))
1309 ("blessmail.el"
1310 "decide whether movemail needs special privileges"
1311 (internal))
1312 ("emacsbug.el"
1313 "command to report Emacs bugs to appropriate mailing list"
1314 (maint mail))
1315 ("feedmail.el"
1316 "assist other email packages to massage outgoing messages"
1317 (email queue mail sendmail message spray smtp draft))
1318 ("footnote.el"
1319 "footnote support for message mode"
1320 (mail news))
1321 ("mail-extr.el"
1322 "extract full name and address from RFC 822 mail header"
1323 (mail))
1324 ("mail-hist.el"
1325 "headers and message body history for outgoing mail"
1326 (mail history))
1327 ("mail-utils.el"
1328 "utility functions used both by rmail and rnews"
1329 (mail news))
1330 ("mailabbrev.el"
1331 "abbrev-expansion of mail aliases"
1332 (mail))
1333 ("mailalias.el"
1334 "expand and complete mailing address aliases"
1335 (mail))
1336 ("mailheader.el"
1337 "mail header parsing, merging, formatting"
1338 (tools mail news))
1339 ("mailpost.el"
1340 "RMAIL coupler to /usr/uci/post mailer"
1341 (mail))
1342 ("metamail.el"
1343 "Metamail interface for GNU Emacs"
1344 (mail news mime multimedia))
1345 ("mh-comp.el"
1346 "mh-e functions for composing messages"
1347 (mail))
1348 ("mh-e.el"
1349 "GNU Emacs interface to the MH mail system"
1350 (mail))
1351 ("mh-funcs.el"
1352 "mh-e functions not everyone will use right away"
1353 nil)
1354 ("mh-mime.el"
1355 "mh-e support for composing MIME messages"
1356 nil)
1357 ("mh-pick.el"
1358 "make a search pattern and search for a message in mh-e"
1359 nil)
1360 ("mh-seq.el"
1361 "mh-e sequences support"
1362 nil)
1363 ("mh-utils.el"
1364 "mh-e code needed for both sending and reading"
1365 nil)
1366 ("mspools.el"
1367 "show mail spools waiting to be read"
1368 (mail))
1369 ("reporter.el"
1370 "customizable bug reporting of lisp programs"
1371 (maint mail tools))
1372 ("rfc2368.el"
1373 "support for rfc2368"
1374 (mail))
1375 ("rfc822.el"
1376 "hairy rfc822 parser for mail and news and suchlike"
1377 (mail))
1378 ("rmail.el"
1379 "main code of \"RMAIL\" mail reader for Emacs"
1380 (mail))
1381 ("rmailedit.el"
1382 "\"RMAIL edit mode\" Edit the current message"
1383 (mail))
1384 ("rmailkwd.el"
1385 "part of the \"RMAIL\" mail reader for Emacs"
1386 (mail))
1387 ("rmailmsc.el"
1388 "miscellaneous support functions for the RMAIL mail reader"
1389 (mail))
1390 ("rmailout.el"
1391 "\"RMAIL\" mail reader for Emacs: output message to a file"
1392 (mail))
1393 ("rmailsort.el"
1394 "Rmail: sort messages"
1395 (mail))
1396 ("rmailsum.el"
1397 "make summary buffers for the mail reader"
1398 (mail))
1399 ("sendmail.el"
1400 "mail sending commands for Emacs."
1401 (mail))
1402 ("smtpmail.el"
1403 "simple SMTP protocol (RFC 821) for sending mail"
1404 (mail))
1405 ("supercite.el"
1406 "minor mode for citing mail and news replies"
1407 (mail news))
1408 ("uce.el"
1409 "facilitate reply to unsolicited commercial email"
1410 (uce unsolicited commercial email))
1411 ("undigest.el"
1412 "digest-cracking support for the RMAIL mail reader"
1413 (mail))
1414 ("unrmail.el"
1415 "convert Rmail files to mailbox files"
1416 (mail))
1417 ("vms-pmail.el"
1418 "use Emacs as the editor within VMS mail"
1419 (vms))
1420 ("china-util.el"
1421 "utilities for Chinese"
1422 (mule multilingual chinese))
1423 ("chinese.el"
1424 "support for Chinese"
1425 (multilingual chinese))
1426 ("cyril-util.el"
1427 "utilities for Cyrillic scripts"
1428 (mule multilingual cyrillic))
1429 ("cyrillic.el"
1430 "support for Cyrillic"
1431 (multilingual cyrillic))
1432 ("czech.el"
1433 "support for Czech"
1434 (multilingual czech))
1435 ("devan-util.el"
1436 "Support for composing Devanagari characters"
1437 (multilingual devanagari))
1438 ("devanagari.el"
1439 "Support for Devanagari"
1440 (multilingual indian devanagari))
1441 ("english.el"
1442 "support for English"
1443 (multibyte character character set syntax category))
1444 ("ethio-util.el"
1445 "utilities for Ethiopic"
1446 (mule multilingual ethiopic))
1447 ("ethiopic.el"
1448 "support for Ethiopic"
1449 (multilingual ethiopic))
1450 ("european.el"
1451 "support for European languages"
1452 (multilingual european))
1453 ("georgian.el"
1454 "language support for Georgian"
1455 (i18n))
1456 ("greek.el"
1457 "support for Greek"
1458 (multilingual greek))
1459 ("hebrew.el"
1460 "support for Hebrew"
1461 (multilingual hebrew))
1462 ("ind-util.el"
1463 "Transliteration and Misc. Tools for Indian Languages"
1464 (multilingual indian devanagari))
1465 ("indian.el"
1466 "Indian languages support"
1467 (multilingual i18n indian))
1468 ("japan-util.el"
1469 "utilities for Japanese"
1470 (mule multilingual japanese))
1471 ("japanese.el"
1472 "support for Japanese"
1473 (multilingual japanese))
1474 ("korea-util.el"
1475 "utilities for Korean"
1476 (mule multilingual korean))
1477 ("korean.el"
1478 "support for Korean"
1479 (multilingual korean))
1480 ("lao-util.el"
1481 "utilities for Lao"
1482 (multilingual lao))
1483 ("lao.el"
1484 "support for Lao"
1485 (multilingual lao))
1486 ("misc-lang.el"
1487 "support for miscellaneous languages (characters)"
1488 (multilingual character set coding system))
1489 ("romanian.el"
1490 "support for Romanian"
1491 (multilingual romanian))
1492 ("slovak.el"
1493 "support for Slovak"
1494 (multilingual slovak))
1495 ("thai-util.el"
1496 "utilities for Thai"
1497 (mule multilingual thai))
1498 ("thai.el"
1499 "support for Thai"
1500 (multilingual thai))
1501 ("tibet-util.el"
1502 "utilities for Tibetan"
1503 (multilingual tibetan))
1504 ("tibetan.el"
1505 "support for Tibetan language"
1506 (multilingual tibetan))
1507 ("utf-8-lang.el"
1508 "generic UTF-8 language environment"
1509 (i18n))
1510 ("viet-util.el"
1511 "utilities for Vietnamese"
1512 (mule multilingual vietnamese))
1513 ("vietnamese.el"
1514 "support for Vietnamese"
1515 (multilingual vietnamese))
1516 ("ccl.el"
1517 "CCL (Code Conversion Language) compiler"
1518 (ccl mule multilingual character set coding-system))
1519 ("characters.el"
1520 "set syntax and category for multibyte characters"
1521 (multibyte character character set syntax category))
1522 ("code-pages.el"
1523 "coding systems for assorted codepages"
1524 (i18n))
1525 ("codepage.el"
1526 "MS-DOS/MS-Windows specific coding systems"
1527 (i18n ms-dos ms-windows codepage))
1528 ("encoded-kb.el"
1529 "handler to input multibyte characters encoded somehow"
1530 nil)
1531 ("fontset.el"
1532 "commands for handling fontset"
1533 (mule multilingual fontset))
1534 ("isearch-x.el"
1535 "extended isearch handling commands"
1536 (multilingual isearch))
1537 ("iso-acc.el"
1538 "minor mode providing electric accent keys"
1539 (i18n))
1540 ("iso-ascii.el"
1541 "set up char tables for ISO 8859/1 on ASCII terminals"
1542 (i18n))
1543 ("iso-cvt.el"
1544 "translate ISO 8859-1 from/to various encodings"
1545 (tex iso latin i18n))
1546 ("iso-insert.el"
1547 "insert functions for ISO 8859/1"
1548 (i18n))
1549 ("iso-swed.el"
1550 "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
1551 (i18n))
1552 ("iso-transl.el"
1553 "keyboard input definitions for ISO 8859-1"
1554 (i18n))
1555 ("ja-dic-cnv.el"
1556 "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"
1557 (mule multilingual japanese))
1558 ("ja-dic-utl.el"
1559 "utilities for handling Japanese dictionary (SKK-JISYO.L)"
1560 (mule multilingual japanese))
1561 ("kinsoku.el"
1562 "`Kinsoku' processing funcs"
1563 (mule kinsoku))
1564 ("kkc.el"
1565 "Kana Kanji converter"
1566 (mule multilingual japanese))
1567 ("latin-1.el"
1568 "set up case-conversion and syntax tables for ISO Latin-1"
1569 (i18n))
1570 ("latin-2.el"
1571 "set up case-conversion and syntax tables for ISO Latin-2"
1572 (i18n))
1573 ("latin-3.el"
1574 "set up case-conversion and syntax tables for ISO Latin-3"
1575 (i18n))
1576 ("latin-4.el"
1577 "set up case-conversion and syntax tables for ISO Latin-4"
1578 (i18n))
1579 ("latin-5.el"
1580 "set up case-conversion and syntax tables for ISO latin-5"
1581 (i18n))
1582 ("latin-8.el"
1583 "set up case-conversion and syntax tables for ISO Latin-8"
1584 (i18n))
1585 ("latin-9.el"
1586 "set up case-conversion and syntax tables for ISO Latin-9"
1587 (i18n))
1588 ("latin1-disp.el"
1589 "display tables for other ISO 8859 on Latin-1 terminals"
1590 (i18n))
1591 ("mule-cmds.el"
1592 "commands for mulitilingual environment"
1593 (mule multilingual))
1594 ("mule-conf.el"
1595 "configure multilingual environment"
1596 (mule multilingual character set coding system))
1597 ("mule-diag.el"
1598 "show diagnosis of multilingual environment (Mule)"
1599 (multilingual charset coding system fontset diagnosis i18n))
1600 ("mule-util.el"
1601 "utility functions for mulitilingual environment (mule)"
1602 (mule multilingual))
1603 ("mule.el"
1604 "basic commands for mulitilingual environment"
1605 (mule multilingual character set coding system))
1606 ("ogonek.el"
1607 "change the encoding of Polish diacritics"
1608 (i18n))
1609 ("quail.el"
1610 "provides simple input method for multilingual text"
1611 (mule multilingual input method i18n))
1612 ("swedish.el"
1613 "miscellaneous functions for dealing with Swedish"
1614 (i18n))
1615 ("titdic-cnv.el"
1616 "convert cxterm dictionary (TIT format) to Quail package"
1617 (quail tit cxterm))
1618 ("ucs-tables.el"
1619 "translation to, from and via Unicode"
1620 (i18n))
1621 ("utf-8-subst.el"
1622 "translation of untranslatable utf-8 to CJK"
1623 (i18n))
1624 ("utf-8.el"
1625 "Limited UTF-8 decoding/encoding support"
1626 (multilingual unicode utf-8 i18n))
1627 ("em-alias.el"
1628 "creation and management of command aliases"
1629 nil)
1630 ("em-banner.el"
1631 "sample module that displays a login banner"
1632 nil)
1633 ("em-basic.el"
1634 "basic shell builtin commands"
1635 nil)
1636 ("em-cmpl.el"
1637 "completion using the TAB key"
1638 nil)
1639 ("em-dirs.el"
1640 "directory navigation commands"
1641 nil)
1642 ("em-glob.el"
1643 "extended file name globbing"
1644 nil)
1645 ("em-hist.el"
1646 "history list management"
1647 nil)
1648 ("em-ls.el"
1649 "implementation of ls in Lisp"
1650 nil)
1651 ("em-pred.el"
1652 "argument predicates and modifiers (ala zsh)"
1653 nil)
1654 ("em-prompt.el"
1655 "command prompts"
1656 nil)
1657 ("em-rebind.el"
1658 "rebind keys when point is at current input"
1659 nil)
1660 ("em-script.el"
1661 "Eshell script files"
1662 nil)
1663 ("em-smart.el"
1664 "smart display of output"
1665 nil)
1666 ("em-term.el"
1667 "running visual commands"
1668 nil)
1669 ("em-unix.el"
1670 "UNIX command aliases"
1671 nil)
1672 ("em-xtra.el"
1673 "extra alias functions"
1674 nil)
1675 ("esh-arg.el"
1676 "argument processing"
1677 nil)
1678 ("esh-cmd.el"
1679 "command invocation"
1680 nil)
1681 ("esh-ext.el"
1682 "commands external to Eshell"
1683 nil)
1684 ("esh-groups.el"
1685 nil
1686 nil)
1687 ("esh-io.el"
1688 "I/O management"
1689 nil)
1690 ("esh-maint.el"
1691 "init code for building eshell"
1692 nil)
1693 ("esh-mode.el"
1694 "user interface"
1695 nil)
1696 ("esh-module.el"
1697 "Eshell modules"
1698 (processes))
1699 ("esh-opt.el"
1700 "command options processing"
1701 nil)
1702 ("esh-proc.el"
1703 "process management"
1704 nil)
1705 ("esh-test.el"
1706 "Eshell test suite"
1707 nil)
1708 ("esh-util.el"
1709 "general utilities"
1710 nil)
1711 ("esh-var.el"
1712 "handling of variables"
1713 nil)
1714 ("eshell.el"
1715 "the Emacs command shell"
1716 (processes))
1717 ("crisp.el"
1718 "CRiSP/Brief Emacs emulator"
1719 (emulations brief crisp))
1720 ("edt-lk201.el"
1721 "enhanced EDT keypad mode emulation for LK-201 keyboards"
1722 (emulations))
1723 ("edt-mapper.el"
1724 "create an EDT LK-201 map file for X-Windows Emacs"
1725 (emulations))
1726 ("edt-pc.el"
1727 "enhanced EDT keypad mode emulation for PC 101 keyboards"
1728 (emulations))
1729 ("edt-vt100.el"
1730 "enhanced EDT keypad mode emulation for VT series terminals"
1731 (emulations))
1732 ("edt.el"
1733 "enhanced EDT keypad mode emulation for GNU Emacs 19"
1734 (emulations))
1735 ("pc-mode.el"
1736 "emulate certain key bindings used on PCs"
1737 (emulations))
1738 ("pc-select.el"
1739 "emulate mark, cut, copy and paste from Motif"
1740 (convenience emulation))
1741 ("tpu-edt.el"
1742 "Emacs emulating TPU emulating EDT"
1743 (emulations))
1744 ("tpu-extras.el"
1745 "scroll margins and free cursor mode for TPU-edt"
1746 (emulations))
1747 ("tpu-mapper.el"
1748 "create a TPU-edt X-windows keymap file"
1749 (emulations))
1750 ("vi.el"
1751 "major mode for emulating \"vi\" editor under GNU Emacs"
1752 (emulations))
1753 ("vip.el"
1754 "a VI Package for GNU Emacs"
1755 (emulations))
1756 ("viper-cmd.el"
1757 "Vi command support for Viper"
1758 nil)
1759 ("viper-ex.el"
1760 "functions implementing the Ex commands for Viper"
1761 nil)
1762 ("viper-init.el"
1763 "some common definitions for Viper"
1764 nil)
1765 ("viper-keym.el"
1766 "Viper keymaps"
1767 nil)
1768 ("viper-macs.el"
1769 "functions implementing keyboard macros for Viper"
1770 nil)
1771 ("viper-mous.el"
1772 "mouse support for Viper"
1773 nil)
1774 ("viper-util.el"
1775 "Utilities used by viper.el"
1776 nil)
1777 ("viper.el"
1778 "A full-featured Vi emulator for GNU Emacs and XEmacs,"
1779 (emulations))
1780 ("ws-mode.el"
1781 "WordStar emulation mode for GNU Emacs"
1782 (emulations))
1783 ("advice.el"
1784 "an overloading mechanism for Emacs Lisp functions"
1785 (extensions lisp tools))
1786 ("assoc.el"
1787 "insert/delete/sort functions on association lists"
1788 (extensions))
1789 ("authors.el"
1790 "utility for maintaining Emacs' AUTHORS file"
1791 (maint))
1792 ("autoload.el"
1793 "maintain autoloads in loaddefs.el"
1794 (maint))
1795 ("backquote.el"
1796 "implement the ` Lisp construct"
1797 (extensions internal))
1798 ("byte-opt.el"
1799 "the optimization passes of the emacs-lisp byte compiler"
1800 (internal))
1801 ("bytecomp.el"
1802 "compilation of Lisp code into byte code"
1803 (lisp))
1804 ("checkdoc.el"
1805 "check documentation strings for style requirements"
1806 (docs maint lisp))
1807 ("cl-compat.el"
1808 "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
1809 (extensions))
1810 ("cl-extra.el"
1811 "Common Lisp features, part 2"
1812 (extensions))
1813 ("cl-indent.el"
1814 "enhanced lisp-indent mode"
1815 (lisp tools))
1816 ("cl-macs.el"
1817 "Common Lisp macros"
1818 (extensions))
1819 ("cl-seq.el"
1820 "Common Lisp features, part 3"
1821 (extensions))
1822 ("cl-specs.el"
1823 "Edebug specs for cl.el"
1824 (lisp tools maint))
1825 ("cl.el"
1826 "Common Lisp extensions for Emacs"
1827 (extensions))
1828 ("copyright.el"
1829 "update the copyright notice in current buffer"
1830 (maint tools))
1831 ("crm.el"
1832 "read multiple strings with completion"
1833 (completion minibuffer multiple elements))
1834 ("cust-print.el"
1835 "handles print-level and print-circle"
1836 (extensions))
1837 ("debug.el"
1838 "debuggers and related commands for Emacs"
1839 (lisp tools maint))
1840 ("disass.el"
1841 "disassembler for compiled Emacs Lisp code"
1842 (internal))
1843 ("easy-mmode.el"
1844 "easy definition for major and minor modes"
1845 (extensions lisp))
1846 ("easymenu.el"
1847 "support the easymenu interface for defining a menu"
1848 (emulations))
1849 ("edebug.el"
1850 "a source-level debugger for Emacs Lisp"
1851 (lisp tools maint))
1852 ("eldoc.el"
1853 "show function arglist or variable docstring in echo area"
1854 (extensions))
1855 ("elint.el"
1856 "Lint Emacs Lisp"
1857 (lisp))
1858 ("elp.el"
1859 "Emacs Lisp Profiler"
1860 (debugging lisp tools))
1861 ("ewoc.el"
1862 "utility to maintain a view of a list of objects in a buffer"
1863 (extensions lisp))
1864 ("find-func.el"
1865 "find the definition of the Emacs Lisp function near point"
1866 (emacs-lisp functions variables))
1867 ("find-gc.el"
1868 "detect functions that call the garbage collector"
1869 nil)
1870 ("float.el"
1871 "obsolete floating point arithmetic package"
1872 (extensions))
1873 ("gulp.el"
1874 "ask for updates for Lisp packages"
1875 (maintenance))
1876 ("helper.el"
1877 "utility help package supporting help in electric modes"
1878 (help))
1879 ("levents.el"
1880 "emulate the Lucid event data type and associated functions"
1881 (emulations))
1882 ("lisp-mnt.el"
1883 "minor mode for Emacs Lisp maintainers"
1884 (docs))
1885 ("lisp-mode.el"
1886 "Lisp mode, and its idiosyncratic commands"
1887 (lisp languages))
1888 ("lisp.el"
1889 "Lisp editing commands for Emacs"
1890 (lisp languages))
1891 ("lmenu.el"
1892 "emulate Lucid's menubar support"
1893 (emulations obsolete))
1894 ("lselect.el"
1895 "Lucid interface to X Selections"
1896 (emulations))
1897 ("lucid.el"
1898 "emulate some Lucid Emacs functions"
1899 (emulations))
1900 ("pp.el"
1901 "pretty printer for Emacs Lisp"
1902 (lisp))
1903 ("re-builder.el"
1904 "building Regexps with visual feedback"
1905 (matching lisp tools))
1906 ("regexp-opt.el"
1907 "generate efficient regexps to match strings"
1908 (strings regexps extensions))
1909 ("ring.el"
1910 "handle rings of items"
1911 (extensions))
1912 ("rx.el"
1913 "sexp notation for regular expressions"
1914 (strings regexps extensions))
1915 ("shadow.el"
1916 "locate Emacs Lisp file shadowings"
1917 (lisp))
1918 ("sregex.el"
1919 "symbolic regular expressions"
1920 (extensions))
1921 ("syntax.el"
1922 "Helper functions to find syntactic context"
1923 nil)
1924 ("tq.el"
1925 "utility to maintain a transaction queue"
1926 (extensions))
1927 ("trace.el"
1928 "tracing facility for Emacs Lisp functions"
1929 (tools lisp))
1930 ("binhex.el" 868 ("binhex.el"
1931 "elisp native binhex decode" 869 "elisp native binhex decode"
1932 (binhex news)) 870 (binhex news))
@@ -2296,6 +1234,1077 @@
2296 ("todo-mode.el" 1234 ("todo-mode.el"
2297 "major mode for editing TODO list files" 1235 "major mode for editing TODO list files"
2298 (calendar todo)) 1236 (calendar todo))
1237 ("advice.el"
1238 "an overloading mechanism for Emacs Lisp functions"
1239 (extensions lisp tools))
1240 ("assoc.el"
1241 "insert/delete/sort functions on association lists"
1242 (extensions))
1243 ("authors.el"
1244 "utility for maintaining Emacs' AUTHORS file"
1245 (maint))
1246 ("autoload.el"
1247 "maintain autoloads in loaddefs.el"
1248 (maint))
1249 ("backquote.el"
1250 "implement the ` Lisp construct"
1251 (extensions internal))
1252 ("byte-opt.el"
1253 "the optimization passes of the emacs-lisp byte compiler"
1254 (internal))
1255 ("bytecomp.el"
1256 "compilation of Lisp code into byte code"
1257 (lisp))
1258 ("checkdoc.el"
1259 "check documentation strings for style requirements"
1260 (docs maint lisp))
1261 ("cl-compat.el"
1262 "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
1263 (extensions))
1264 ("cl-extra.el"
1265 "Common Lisp features, part 2"
1266 (extensions))
1267 ("cl-indent.el"
1268 "enhanced lisp-indent mode"
1269 (lisp tools))
1270 ("cl-macs.el"
1271 "Common Lisp macros"
1272 (extensions))
1273 ("cl-seq.el"
1274 "Common Lisp features, part 3"
1275 (extensions))
1276 ("cl-specs.el"
1277 "Edebug specs for cl.el"
1278 (lisp tools maint))
1279 ("cl.el"
1280 "Common Lisp extensions for Emacs"
1281 (extensions))
1282 ("copyright.el"
1283 "update the copyright notice in current buffer"
1284 (maint tools))
1285 ("crm.el"
1286 "read multiple strings with completion"
1287 (completion minibuffer multiple elements))
1288 ("cust-print.el"
1289 "handles print-level and print-circle"
1290 (extensions))
1291 ("debug.el"
1292 "debuggers and related commands for Emacs"
1293 (lisp tools maint))
1294 ("disass.el"
1295 "disassembler for compiled Emacs Lisp code"
1296 (internal))
1297 ("easy-mmode.el"
1298 "easy definition for major and minor modes"
1299 (extensions lisp))
1300 ("easymenu.el"
1301 "support the easymenu interface for defining a menu"
1302 (emulations))
1303 ("edebug.el"
1304 "a source-level debugger for Emacs Lisp"
1305 (lisp tools maint))
1306 ("eldoc.el"
1307 "show function arglist or variable docstring in echo area"
1308 (extensions))
1309 ("elint.el"
1310 "Lint Emacs Lisp"
1311 (lisp))
1312 ("elp.el"
1313 "Emacs Lisp Profiler"
1314 (debugging lisp tools))
1315 ("ewoc.el"
1316 "utility to maintain a view of a list of objects in a buffer"
1317 (extensions lisp))
1318 ("find-func.el"
1319 "find the definition of the Emacs Lisp function near point"
1320 (emacs-lisp functions variables))
1321 ("find-gc.el"
1322 "detect functions that call the garbage collector"
1323 nil)
1324 ("float.el"
1325 "obsolete floating point arithmetic package"
1326 (extensions))
1327 ("gulp.el"
1328 "ask for updates for Lisp packages"
1329 (maintenance))
1330 ("helper.el"
1331 "utility help package supporting help in electric modes"
1332 (help))
1333 ("levents.el"
1334 "emulate the Lucid event data type and associated functions"
1335 (emulations))
1336 ("lisp-mnt.el"
1337 "minor mode for Emacs Lisp maintainers"
1338 (docs))
1339 ("lisp-mode.el"
1340 "Lisp mode, and its idiosyncratic commands"
1341 (lisp languages))
1342 ("lisp.el"
1343 "Lisp editing commands for Emacs"
1344 (lisp languages))
1345 ("lmenu.el"
1346 "emulate Lucid's menubar support"
1347 (emulations obsolete))
1348 ("lselect.el"
1349 "Lucid interface to X Selections"
1350 (emulations))
1351 ("lucid.el"
1352 "emulate some Lucid Emacs functions"
1353 (emulations))
1354 ("pp.el"
1355 "pretty printer for Emacs Lisp"
1356 (lisp))
1357 ("re-builder.el"
1358 "building Regexps with visual feedback"
1359 (matching lisp tools))
1360 ("regexp-opt.el"
1361 "generate efficient regexps to match strings"
1362 (strings regexps extensions))
1363 ("ring.el"
1364 "handle rings of items"
1365 (extensions))
1366 ("rx.el"
1367 "sexp notation for regular expressions"
1368 (strings regexps extensions))
1369 ("shadow.el"
1370 "locate Emacs Lisp file shadowings"
1371 (lisp))
1372 ("sregex.el"
1373 "symbolic regular expressions"
1374 (extensions))
1375 ("syntax.el"
1376 "Helper functions to find syntactic context"
1377 nil)
1378 ("tq.el"
1379 "utility to maintain a transaction queue"
1380 (extensions))
1381 ("trace.el"
1382 "tracing facility for Emacs Lisp functions"
1383 (tools lisp))
1384 ("crisp.el"
1385 "CRiSP/Brief Emacs emulator"
1386 (emulations brief crisp))
1387 ("edt-lk201.el"
1388 "enhanced EDT keypad mode emulation for LK-201 keyboards"
1389 (emulations))
1390 ("edt-mapper.el"
1391 "create an EDT LK-201 map file for X-Windows Emacs"
1392 (emulations))
1393 ("edt-pc.el"
1394 "enhanced EDT keypad mode emulation for PC 101 keyboards"
1395 (emulations))
1396 ("edt-vt100.el"
1397 "enhanced EDT keypad mode emulation for VT series terminals"
1398 (emulations))
1399 ("edt.el"
1400 "enhanced EDT keypad mode emulation for GNU Emacs 19"
1401 (emulations))
1402 ("pc-mode.el"
1403 "emulate certain key bindings used on PCs"
1404 (emulations))
1405 ("pc-select.el"
1406 "emulate mark, cut, copy and paste from Motif"
1407 (convenience emulation))
1408 ("tpu-edt.el"
1409 "Emacs emulating TPU emulating EDT"
1410 (emulations))
1411 ("tpu-extras.el"
1412 "scroll margins and free cursor mode for TPU-edt"
1413 (emulations))
1414 ("tpu-mapper.el"
1415 "create a TPU-edt X-windows keymap file"
1416 (emulations))
1417 ("vi.el"
1418 "major mode for emulating \"vi\" editor under GNU Emacs"
1419 (emulations))
1420 ("vip.el"
1421 "a VI Package for GNU Emacs"
1422 (emulations))
1423 ("viper-cmd.el"
1424 "Vi command support for Viper"
1425 nil)
1426 ("viper-ex.el"
1427 "functions implementing the Ex commands for Viper"
1428 nil)
1429 ("viper-init.el"
1430 "some common definitions for Viper"
1431 nil)
1432 ("viper-keym.el"
1433 "Viper keymaps"
1434 nil)
1435 ("viper-macs.el"
1436 "functions implementing keyboard macros for Viper"
1437 nil)
1438 ("viper-mous.el"
1439 "mouse support for Viper"
1440 nil)
1441 ("viper-util.el"
1442 "Utilities used by viper.el"
1443 nil)
1444 ("viper.el"
1445 "A full-featured Vi emulator for GNU Emacs and XEmacs,"
1446 (emulations))
1447 ("ws-mode.el"
1448 "WordStar emulation mode for GNU Emacs"
1449 (emulations))
1450 ("em-alias.el"
1451 "creation and management of command aliases"
1452 nil)
1453 ("em-banner.el"
1454 "sample module that displays a login banner"
1455 nil)
1456 ("em-basic.el"
1457 "basic shell builtin commands"
1458 nil)
1459 ("em-cmpl.el"
1460 "completion using the TAB key"
1461 nil)
1462 ("em-dirs.el"
1463 "directory navigation commands"
1464 nil)
1465 ("em-glob.el"
1466 "extended file name globbing"
1467 nil)
1468 ("em-hist.el"
1469 "history list management"
1470 nil)
1471 ("em-ls.el"
1472 "implementation of ls in Lisp"
1473 nil)
1474 ("em-pred.el"
1475 "argument predicates and modifiers (ala zsh)"
1476 nil)
1477 ("em-prompt.el"
1478 "command prompts"
1479 nil)
1480 ("em-rebind.el"
1481 "rebind keys when point is at current input"
1482 nil)
1483 ("em-script.el"
1484 "Eshell script files"
1485 nil)
1486 ("em-smart.el"
1487 "smart display of output"
1488 nil)
1489 ("em-term.el"
1490 "running visual commands"
1491 nil)
1492 ("em-unix.el"
1493 "UNIX command aliases"
1494 nil)
1495 ("em-xtra.el"
1496 "extra alias functions"
1497 nil)
1498 ("esh-arg.el"
1499 "argument processing"
1500 nil)
1501 ("esh-cmd.el"
1502 "command invocation"
1503 nil)
1504 ("esh-ext.el"
1505 "commands external to Eshell"
1506 nil)
1507 ("esh-groups.el"
1508 nil
1509 nil)
1510 ("esh-io.el"
1511 "I/O management"
1512 nil)
1513 ("esh-maint.el"
1514 "init code for building eshell"
1515 nil)
1516 ("esh-mode.el"
1517 "user interface"
1518 nil)
1519 ("esh-module.el"
1520 "Eshell modules"
1521 (processes))
1522 ("esh-opt.el"
1523 "command options processing"
1524 nil)
1525 ("esh-proc.el"
1526 "process management"
1527 nil)
1528 ("esh-test.el"
1529 "Eshell test suite"
1530 nil)
1531 ("esh-util.el"
1532 "general utilities"
1533 nil)
1534 ("esh-var.el"
1535 "handling of variables"
1536 nil)
1537 ("eshell.el"
1538 "the Emacs command shell"
1539 (processes))
1540 ("ccl.el"
1541 "CCL (Code Conversion Language) compiler"
1542 (ccl mule multilingual character set coding-system))
1543 ("characters.el"
1544 "set syntax and category for multibyte characters"
1545 (multibyte character character set syntax category))
1546 ("code-pages.el"
1547 "coding systems for assorted codepages"
1548 (i18n))
1549 ("codepage.el"
1550 "MS-DOS/MS-Windows specific coding systems"
1551 (i18n ms-dos ms-windows codepage))
1552 ("encoded-kb.el"
1553 "handler to input multibyte characters encoded somehow"
1554 nil)
1555 ("fontset.el"
1556 "commands for handling fontset"
1557 (mule multilingual fontset))
1558 ("isearch-x.el"
1559 "extended isearch handling commands"
1560 (multilingual isearch))
1561 ("iso-acc.el"
1562 "minor mode providing electric accent keys"
1563 (i18n))
1564 ("iso-ascii.el"
1565 "set up char tables for ISO 8859/1 on ASCII terminals"
1566 (i18n))
1567 ("iso-cvt.el"
1568 "translate ISO 8859-1 from/to various encodings"
1569 (tex iso latin i18n))
1570 ("iso-insert.el"
1571 "insert functions for ISO 8859/1"
1572 (i18n))
1573 ("iso-swed.el"
1574 "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
1575 (i18n))
1576 ("iso-transl.el"
1577 "keyboard input definitions for ISO 8859-1"
1578 (i18n))
1579 ("ja-dic-cnv.el"
1580 "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"
1581 (mule multilingual japanese))
1582 ("ja-dic-utl.el"
1583 "utilities for handling Japanese dictionary (SKK-JISYO.L)"
1584 (mule multilingual japanese))
1585 ("kinsoku.el"
1586 "`Kinsoku' processing funcs"
1587 (mule kinsoku))
1588 ("kkc.el"
1589 "Kana Kanji converter"
1590 (mule multilingual japanese))
1591 ("latin-1.el"
1592 "set up case-conversion and syntax tables for ISO Latin-1"
1593 (i18n))
1594 ("latin-2.el"
1595 "set up case-conversion and syntax tables for ISO Latin-2"
1596 (i18n))
1597 ("latin-3.el"
1598 "set up case-conversion and syntax tables for ISO Latin-3"
1599 (i18n))
1600 ("latin-4.el"
1601 "set up case-conversion and syntax tables for ISO Latin-4"
1602 (i18n))
1603 ("latin-5.el"
1604 "set up case-conversion and syntax tables for ISO latin-5"
1605 (i18n))
1606 ("latin-8.el"
1607 "set up case-conversion and syntax tables for ISO Latin-8"
1608 (i18n))
1609 ("latin-9.el"
1610 "set up case-conversion and syntax tables for ISO Latin-9"
1611 (i18n))
1612 ("latin1-disp.el"
1613 "display tables for other ISO 8859 on Latin-1 terminals"
1614 (i18n))
1615 ("mule-cmds.el"
1616 "commands for mulitilingual environment"
1617 (mule multilingual))
1618 ("mule-conf.el"
1619 "configure multilingual environment"
1620 (mule multilingual character set coding system))
1621 ("mule-diag.el"
1622 "show diagnosis of multilingual environment (Mule)"
1623 (multilingual charset coding system fontset diagnosis i18n))
1624 ("mule-util.el"
1625 "utility functions for mulitilingual environment (mule)"
1626 (mule multilingual))
1627 ("mule.el"
1628 "basic commands for mulitilingual environment"
1629 (mule multilingual character set coding system))
1630 ("ogonek.el"
1631 "change the encoding of Polish diacritics"
1632 (i18n))
1633 ("quail.el"
1634 "provides simple input method for multilingual text"
1635 (mule multilingual input method i18n))
1636 ("swedish.el"
1637 "miscellaneous functions for dealing with Swedish"
1638 (i18n))
1639 ("titdic-cnv.el"
1640 "convert cxterm dictionary (TIT format) to Quail package"
1641 (quail tit cxterm))
1642 ("ucs-tables.el"
1643 "translation to, from and via Unicode"
1644 (i18n))
1645 ("utf-8-subst.el"
1646 "translation of untranslatable utf-8 to CJK"
1647 (i18n))
1648 ("utf-8.el"
1649 "Limited UTF-8 decoding/encoding support"
1650 (multilingual unicode utf-8 i18n))
1651 ("china-util.el"
1652 "utilities for Chinese"
1653 (mule multilingual chinese))
1654 ("chinese.el"
1655 "support for Chinese"
1656 (multilingual chinese))
1657 ("cyril-util.el"
1658 "utilities for Cyrillic scripts"
1659 (mule multilingual cyrillic))
1660 ("cyrillic.el"
1661 "support for Cyrillic"
1662 (multilingual cyrillic))
1663 ("czech.el"
1664 "support for Czech"
1665 (multilingual czech))
1666 ("devan-util.el"
1667 "Support for composing Devanagari characters"
1668 (multilingual devanagari))
1669 ("devanagari.el"
1670 "Support for Devanagari"
1671 (multilingual indian devanagari))
1672 ("english.el"
1673 "support for English"
1674 (multibyte character character set syntax category))
1675 ("ethio-util.el"
1676 "utilities for Ethiopic"
1677 (mule multilingual ethiopic))
1678 ("ethiopic.el"
1679 "support for Ethiopic"
1680 (multilingual ethiopic))
1681 ("european.el"
1682 "support for European languages"
1683 (multilingual european))
1684 ("georgian.el"
1685 "language support for Georgian"
1686 (i18n))
1687 ("greek.el"
1688 "support for Greek"
1689 (multilingual greek))
1690 ("hebrew.el"
1691 "support for Hebrew"
1692 (multilingual hebrew))
1693 ("ind-util.el"
1694 "Transliteration and Misc. Tools for Indian Languages"
1695 (multilingual indian devanagari))
1696 ("indian.el"
1697 "Indian languages support"
1698 (multilingual i18n indian))
1699 ("japan-util.el"
1700 "utilities for Japanese"
1701 (mule multilingual japanese))
1702 ("japanese.el"
1703 "support for Japanese"
1704 (multilingual japanese))
1705 ("korea-util.el"
1706 "utilities for Korean"
1707 (mule multilingual korean))
1708 ("korean.el"
1709 "support for Korean"
1710 (multilingual korean))
1711 ("lao-util.el"
1712 "utilities for Lao"
1713 (multilingual lao))
1714 ("lao.el"
1715 "support for Lao"
1716 (multilingual lao))
1717 ("misc-lang.el"
1718 "support for miscellaneous languages (characters)"
1719 (multilingual character set coding system))
1720 ("romanian.el"
1721 "support for Romanian"
1722 (multilingual romanian))
1723 ("slovak.el"
1724 "support for Slovak"
1725 (multilingual slovak))
1726 ("thai-util.el"
1727 "utilities for Thai"
1728 (mule multilingual thai))
1729 ("thai.el"
1730 "support for Thai"
1731 (multilingual thai))
1732 ("tibet-util.el"
1733 "utilities for Tibetan"
1734 (multilingual tibetan))
1735 ("tibetan.el"
1736 "support for Tibetan language"
1737 (multilingual tibetan))
1738 ("utf-8-lang.el"
1739 "generic UTF-8 language environment"
1740 (i18n))
1741 ("viet-util.el"
1742 "utilities for Vietnamese"
1743 (mule multilingual vietnamese))
1744 ("vietnamese.el"
1745 "support for Vietnamese"
1746 (multilingual vietnamese))
1747 ("blessmail.el"
1748 "decide whether movemail needs special privileges"
1749 (internal))
1750 ("emacsbug.el"
1751 "command to report Emacs bugs to appropriate mailing list"
1752 (maint mail))
1753 ("feedmail.el"
1754 "assist other email packages to massage outgoing messages"
1755 (email queue mail sendmail message spray smtp draft))
1756 ("footnote.el"
1757 "footnote support for message mode"
1758 (mail news))
1759 ("mail-extr.el"
1760 "extract full name and address from RFC 822 mail header"
1761 (mail))
1762 ("mail-hist.el"
1763 "headers and message body history for outgoing mail"
1764 (mail history))
1765 ("mail-utils.el"
1766 "utility functions used both by rmail and rnews"
1767 (mail news))
1768 ("mailabbrev.el"
1769 "abbrev-expansion of mail aliases"
1770 (mail))
1771 ("mailalias.el"
1772 "expand and complete mailing address aliases"
1773 (mail))
1774 ("mailheader.el"
1775 "mail header parsing, merging, formatting"
1776 (tools mail news))
1777 ("mailpost.el"
1778 "RMAIL coupler to /usr/uci/post mailer"
1779 (mail))
1780 ("metamail.el"
1781 "Metamail interface for GNU Emacs"
1782 (mail news mime multimedia))
1783 ("mh-comp.el"
1784 "mh-e functions for composing messages"
1785 (mail))
1786 ("mh-e.el"
1787 "GNU Emacs interface to the MH mail system"
1788 (mail))
1789 ("mh-funcs.el"
1790 "mh-e functions not everyone will use right away"
1791 nil)
1792 ("mh-mime.el"
1793 "mh-e support for composing MIME messages"
1794 nil)
1795 ("mh-pick.el"
1796 "make a search pattern and search for a message in mh-e"
1797 nil)
1798 ("mh-seq.el"
1799 "mh-e sequences support"
1800 nil)
1801 ("mh-utils.el"
1802 "mh-e code needed for both sending and reading"
1803 nil)
1804 ("mspools.el"
1805 "show mail spools waiting to be read"
1806 (mail))
1807 ("reporter.el"
1808 "customizable bug reporting of lisp programs"
1809 (maint mail tools))
1810 ("rfc2368.el"
1811 "support for rfc2368"
1812 (mail))
1813 ("rfc822.el"
1814 "hairy rfc822 parser for mail and news and suchlike"
1815 (mail))
1816 ("rmail.el"
1817 "main code of \"RMAIL\" mail reader for Emacs"
1818 (mail))
1819 ("rmailedit.el"
1820 "\"RMAIL edit mode\" Edit the current message"
1821 (mail))
1822 ("rmailkwd.el"
1823 "part of the \"RMAIL\" mail reader for Emacs"
1824 (mail))
1825 ("rmailmsc.el"
1826 "miscellaneous support functions for the RMAIL mail reader"
1827 (mail))
1828 ("rmailout.el"
1829 "\"RMAIL\" mail reader for Emacs: output message to a file"
1830 (mail))
1831 ("rmailsort.el"
1832 "Rmail: sort messages"
1833 (mail))
1834 ("rmailsum.el"
1835 "make summary buffers for the mail reader"
1836 (mail))
1837 ("sendmail.el"
1838 "mail sending commands for Emacs."
1839 (mail))
1840 ("smtpmail.el"
1841 "simple SMTP protocol (RFC 821) for sending mail"
1842 (mail))
1843 ("supercite.el"
1844 "minor mode for citing mail and news replies"
1845 (mail news))
1846 ("uce.el"
1847 "facilitate reply to unsolicited commercial email"
1848 (uce unsolicited commercial email))
1849 ("undigest.el"
1850 "digest-cracking support for the RMAIL mail reader"
1851 (mail))
1852 ("unrmail.el"
1853 "convert Rmail files to mailbox files"
1854 (mail))
1855 ("vms-pmail.el"
1856 "use Emacs as the editor within VMS mail"
1857 (vms))
1858 ("ange-ftp.el"
1859 "transparent FTP support for GNU Emacs"
1860 (comm))
1861 ("browse-url.el"
1862 "pass a URL to a WWW browser"
1863 (hypertext hypermedia mouse))
1864 ("eudc-bob.el"
1865 "Binary Objects Support for EUDC"
1866 (comm))
1867 ("eudc-export.el"
1868 "functions to export EUDC query results"
1869 (comm))
1870 ("eudc-hotlist.el"
1871 "hotlist management for EUDC"
1872 (comm))
1873 ("eudc-vars.el"
1874 "Emacs Unified Directory Client"
1875 (comm))
1876 ("eudc.el"
1877 "Emacs Unified Directory Client"
1878 (comm))
1879 ("eudcb-bbdb.el"
1880 "Emacs Unified Directory Client - BBDB Backend"
1881 (comm))
1882 ("eudcb-ldap.el"
1883 "Emacs Unified Directory Client - LDAP Backend"
1884 (comm))
1885 ("eudcb-ph.el"
1886 "Emacs Unified Directory Client - CCSO PH/QI Backend"
1887 (comm))
1888 ("goto-addr.el"
1889 "click to browse URL or to send to e-mail address"
1890 (mh-e www mouse mail))
1891 ("ldap.el"
1892 "client interface to LDAP for Emacs"
1893 (comm))
1894 ("net-utils.el"
1895 "network functions"
1896 (network comm))
1897 ("quickurl.el"
1898 "insert an URL based on text at point in buffer"
1899 (hypermedia))
1900 ("rcompile.el"
1901 "run a compilation on a remote machine"
1902 (tools processes))
1903 ("rlogin.el"
1904 "remote login interface"
1905 (unix comm))
1906 ("snmp-mode.el"
1907 "SNMP & SNMPv2 MIB major mode"
1908 (data))
1909 ("telnet.el"
1910 "run a telnet session from within an Emacs buffer"
1911 (unix comm))
1912 ("webjump.el"
1913 "programmable Web hotlist"
1914 (comm www))
1915 ("zone-mode.el"
1916 "major mode for editing DNS zone files"
1917 (dns languages))
1918 ("5x5.el"
1919 "simple little puzzle game"
1920 (games puzzles))
1921 ("animate.el"
1922 "make text dance"
1923 (games))
1924 ("blackbox.el"
1925 "blackbox game in Emacs Lisp"
1926 (games))
1927 ("bruce.el"
1928 "bruce phrase utility for overloading the Communications"
1929 (games))
1930 ("cookie1.el"
1931 "retrieve random phrases from fortune cookie files"
1932 (games extensions))
1933 ("decipher.el"
1934 "cryptanalyze monoalphabetic substitution ciphers"
1935 (games))
1936 ("dissociate.el"
1937 "scramble text amusingly for Emacs"
1938 (games))
1939 ("doctor.el"
1940 "psychological help for frustrated users"
1941 (games))
1942 ("dunnet.el"
1943 "text adventure for Emacs"
1944 (games))
1945 ("fortune.el"
1946 "use fortune to create signatures"
1947 (games utils mail))
1948 ("gamegrid.el"
1949 "library for implementing grid-based games on Emacs"
1950 (games))
1951 ("gametree.el"
1952 "manage game analysis trees in Emacs"
1953 (games))
1954 ("gomoku.el"
1955 "Gomoku game between you and Emacs"
1956 (games))
1957 ("handwrite.el"
1958 "turns your emacs buffer into a handwritten document"
1959 (wp print postscript cursive writing))
1960 ("hanoi.el"
1961 "towers of hanoi in Emacs"
1962 (games))
1963 ("landmark.el"
1964 "neural-network robot that learns landmarks"
1965 (gomoku neural network adaptive search chemotaxis))
1966 ("life.el"
1967 "John Horton Conway's `Life' game for GNU Emacs"
1968 (games))
1969 ("meese.el"
1970 "protect the impressionable young minds of America"
1971 (games))
1972 ("morse.el"
1973 "convert text to morse code and back"
1974 (games))
1975 ("mpuz.el"
1976 "multiplication puzzle for GNU Emacs"
1977 (games))
1978 ("pong.el"
1979 "classical implementation of pong"
1980 (games))
1981 ("snake.el"
1982 "implementation of Snake for Emacs"
1983 (games))
1984 ("solitaire.el"
1985 "game of solitaire in Emacs Lisp"
1986 (games))
1987 ("spook.el"
1988 "spook phrase utility for overloading the NSA line eater"
1989 (games))
1990 ("studly.el"
1991 "StudlyCaps (tm)(r)(c)(xxx)"
1992 (games))
1993 ("tetris.el"
1994 "implementation of Tetris for Emacs"
1995 (games))
1996 ("yow.el"
1997 "quote random zippyisms"
1998 (games))
1999 ("zone.el"
2000 "idle display hacks"
2001 (games))
2002 ("ada-mode.el"
2003 "major-mode for editing Ada sources"
2004 (languages ada))
2005 ("ada-prj.el"
2006 "easy editing of project files for the ada-mode"
2007 (languages ada project file))
2008 ("ada-stmt.el"
2009 "an extension to Ada mode for inserting statement templates"
2010 (languages ada))
2011 ("ada-xref.el"
2012 "for lookup and completion in Ada mode"
2013 (languages ada xref))
2014 ("antlr-mode.el"
2015 "major mode for ANTLR grammar files"
2016 (languages))
2017 ("asm-mode.el"
2018 "mode for editing assembler code"
2019 (tools languages))
2020 ("autoconf.el"
2021 "mode for editing Autoconf configure.in files"
2022 (languages))
2023 ("awk-mode.el"
2024 "AWK code editing commands for Emacs"
2025 (unix languages))
2026 ("cc-align.el"
2027 "custom indentation functions for CC Mode"
2028 (c languages oop))
2029 ("cc-bytecomp.el"
2030 "compile time setup for proper compilation"
2031 (c languages oop))
2032 ("cc-cmds.el"
2033 "user level commands for CC Mode"
2034 (c languages oop))
2035 ("cc-compat.el"
2036 "cc-mode compatibility with c-mode.el confusion"
2037 (c languages oop))
2038 ("cc-defs.el"
2039 "compile time definitions for CC Mode"
2040 (c languages oop))
2041 ("cc-engine.el"
2042 "core syntax guessing engine for CC mode"
2043 (c languages oop))
2044 ("cc-langs.el"
2045 "language specific settings for CC Mode"
2046 (c languages oop))
2047 ("cc-menus.el"
2048 "imenu support for CC Mode"
2049 (c languages oop))
2050 ("cc-mode.el"
2051 "major mode for editing C, C++, Objective-C, and Java code"
2052 (c languages oop))
2053 ("cc-styles.el"
2054 "support for styles in CC Mode"
2055 (c languages oop))
2056 ("cc-vars.el"
2057 "user customization variables for CC Mode"
2058 (c languages oop))
2059 ("cmacexp.el"
2060 "expand C macros in a region"
2061 (c))
2062 ("compile.el"
2063 "run compiler as inferior of Emacs, parse error messages"
2064 (tools processes))
2065 ("cperl-mode.el"
2066 "Perl code editing commands for Emacs"
2067 (languages perl))
2068 ("cpp.el"
2069 "highlight or hide text according to cpp conditionals"
2070 (c faces tools))
2071 ("cwarn.el"
2072 "highlight suspicious C and C++ constructions"
2073 (c languages faces))
2074 ("dcl-mode.el"
2075 "major mode for editing DCL command files"
2076 (dcl editing major-mode languages))
2077 ("delphi.el"
2078 "major mode for editing Delphi source (Object Pascal) in Emacs"
2079 (languages))
2080 ("ebnf-bnf.el"
2081 "parser for EBNF"
2082 (wp ebnf postscript))
2083 ("ebnf-iso.el"
2084 "parser for ISO EBNF"
2085 (wp ebnf postscript))
2086 ("ebnf-otz.el"
2087 "syntatic chart OpTimiZer"
2088 (wp ebnf postscript))
2089 ("ebnf-yac.el"
2090 "parser for Yacc/Bison"
2091 (wp ebnf postscript))
2092 ("ebnf2ps.el"
2093 "translate an EBNF to a syntatic chart on PostScript"
2094 (wp ebnf postscript))
2095 ("ebrowse.el"
2096 "Emacs C++ class browser & tags facility"
2097 (c++ tags tools))
2098 ("etags.el"
2099 "etags facility for Emacs"
2100 (tools))
2101 ("executable.el"
2102 "base functionality for executable interpreter scripts"
2103 (languages unix))
2104 ("f90.el"
2105 "Fortran-90 mode (free format)"
2106 (fortran f90 languages))
2107 ("fortran.el"
2108 "Fortran mode for GNU Emacs"
2109 (languages))
2110 ("glasses.el"
2111 "make cantReadThis readable"
2112 (tools))
2113 ("hideif.el"
2114 "hides selected code within ifdef"
2115 (c outlines))
2116 ("hideshow.el"
2117 "minor mode cmds to selectively display code/comment blocks"
2118 (c c++ java lisp tools editing comments blocks hiding outlines))
2119 ("icon.el"
2120 "mode for editing Icon code"
2121 (languages))
2122 ("idlw-rinfo.el"
2123 "Routine Information for IDLWAVE"
2124 (languages))
2125 ("idlw-shell.el"
2126 "run IDL or WAVE as an inferior process of Emacs"
2127 (processes))
2128 ("idlw-toolbar.el"
2129 "a debugging toolbar for IDLWAVE"
2130 (processes))
2131 ("idlwave.el"
2132 "IDL and WAVE CL editing mode for GNU Emacs"
2133 (languages))
2134 ("inf-lisp.el"
2135 "an inferior-lisp mode"
2136 (processes lisp))
2137 ("m4-mode.el"
2138 "m4 code editing commands for Emacs"
2139 (languages faces))
2140 ("make-mode.el"
2141 "makefile editing commands for Emacs"
2142 (unix tools))
2143 ("mantemp.el"
2144 "create manual template instantiations from g++ 2.7.2 output"
2145 (g++ templates))
2146 ("meta-mode.el"
2147 "major mode for editing Metafont or MetaPost sources"
2148 (metafont metapost tex languages))
2149 ("modula2.el"
2150 "Modula-2 editing support package"
2151 (languages))
2152 ("octave-hlp.el"
2153 "getting help on Octave symbols using info"
2154 (languages))
2155 ("octave-inf.el"
2156 "running Octave as an inferior Emacs process"
2157 (languages))
2158 ("octave-mod.el"
2159 "editing Octave source files under Emacs"
2160 (languages))
2161 ("pascal.el"
2162 "major mode for editing pascal source in Emacs"
2163 (languages))
2164 ("perl-mode.el"
2165 "Perl code editing commands for GNU Emacs"
2166 (languages))
2167 ("prolog.el"
2168 "major mode for editing and running Prolog under Emacs"
2169 (languages))
2170 ("ps-mode.el"
2171 "PostScript mode for GNU Emacs"
2172 (postscript languages))
2173 ("scheme.el"
2174 "Scheme (and DSSSL) editing mode"
2175 (languages lisp))
2176 ("sh-script.el"
2177 "shell-script editing commands for Emacs"
2178 (languages unix))
2179 ("simula.el"
2180 "SIMULA 87 code editing commands for Emacs"
2181 (languages))
2182 ("sql.el"
2183 "specialized comint.el for SQL interpreters"
2184 (comm languages processes))
2185 ("tcl.el"
2186 "Tcl code editing commands for Emacs"
2187 (languages tcl modes))
2188 ("vhdl-mode.el"
2189 "major mode for editing VHDL code"
2190 (languages vhdl))
2191 ("artist.el"
2192 "draw ascii graphics with your mouse"
2193 (mouse))
2194 ("bib-mode.el"
2195 "major mode for editing bib files"
2196 (bib))
2197 ("bibtex.el"
2198 "BibTeX mode for GNU Emacs"
2199 (bibtex latex tex))
2200 ("fill.el"
2201 "fill commands for Emacs"
2202 (wp))
2203 ("flyspell.el"
2204 "on-the-fly spell checker"
2205 (convenience))
2206 ("ispell.el"
2207 "interface to International Ispell Versions 3.1 and 3.2"
2208 (unix wp))
2209 ("makeinfo.el"
2210 "run makeinfo conveniently"
2211 (docs convenience))
2212 ("nroff-mode.el"
2213 "GNU Emacs major mode for editing nroff source"
2214 (wp))
2215 ("outline.el"
2216 "outline mode commands for Emacs"
2217 (outlines))
2218 ("page-ext.el"
2219 "extended page handling commands"
2220 (wp data))
2221 ("page.el"
2222 "page motion commands for Emacs"
2223 (wp convenience))
2224 ("paragraphs.el"
2225 "paragraph and sentence parsing"
2226 (wp))
2227 ("picture.el"
2228 "\"Picture mode\" -- editing using quarter-plane screen model"
2229 (convenience wp))
2230 ("refbib.el"
2231 "convert refer-style references to ones usable by Latex bib"
2232 (bib tex))
2233 ("refer.el"
2234 "look up references in bibliography files"
2235 (bib))
2236 ("refill.el"
2237 "`auto-fill' by refilling paragraphs on changes"
2238 (wp))
2239 ("reftex-auc.el"
2240 "RefTeX's interface to AUC TeX"
2241 nil)
2242 ("reftex-cite.el"
2243 "creating citations with RefTeX"
2244 nil)
2245 ("reftex-dcr.el"
2246 "viewing cross references and citations with RefTeX"
2247 nil)
2248 ("reftex-global.el"
2249 "operations on entire documents with RefTeX"
2250 nil)
2251 ("reftex-index.el"
2252 "index support with RefTeX"
2253 nil)
2254 ("reftex-parse.el"
2255 "parser functions for RefTeX"
2256 nil)
2257 ("reftex-ref.el"
2258 "code to create labels and references with RefTeX"
2259 nil)
2260 ("reftex-sel.el"
2261 "the selection modes for RefTeX"
2262 nil)
2263 ("reftex-toc.el"
2264 "RefTeX's table of contents mode"
2265 nil)
2266 ("reftex-vars.el"
2267 "configuration variables for RefTeX"
2268 nil)
2269 ("reftex.el"
2270 "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"
2271 (tex))
2272 ("scribe.el"
2273 "scribe mode, and its idiosyncratic commands"
2274 (wp))
2275 ("sgml-mode.el"
2276 "SGML- and HTML-editing modes"
2277 (wp hypermedia comm languages))
2278 ("spell.el"
2279 "spelling correction interface for Emacs"
2280 (wp unix))
2281 ("tex-mode.el"
2282 "TeX, LaTeX, and SliTeX mode commands"
2283 (tex))
2284 ("texinfmt.el"
2285 "format Texinfo files into Info files"
2286 (maint tex docs))
2287 ("texinfo.el"
2288 "major mode for editing Texinfo files"
2289 (maint tex docs))
2290 ("texnfo-upd.el"
2291 "utilities for updating nodes and menus in Texinfo files"
2292 (maint tex docs))
2293 ("text-mode.el"
2294 "text mode, and its idiosyncratic commands"
2295 (wp))
2296 ("tildify.el"
2297 "adding hard spaces into texts"
2298 (text tex sgml wp))
2299 ("two-column.el"
2300 "minor mode for editing of two-column text"
2301 (wp))
2302 ("underline.el"
2303 "insert/remove underlining (done by overstriking) in Emacs"
2304 (wp))
2305 ("tool-bar.el"
2306 "setting up the tool bar"
2307 (mouse frames))
2299)) 2308))
2300 2309
2301(provide 'finder-inf) 2310(provide 'finder-inf)
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index d8da58b9812..453a31eee22 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil)
52;;;*** 52;;;***
53 53
54;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 54;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
55;;;;;; (15394 64300)) 55;;;;;; (15425 28364))
56;;; Generated autoloads from progmodes/ada-mode.el 56;;; Generated autoloads from progmodes/ada-mode.el
57 57
58(autoload (quote ada-add-extensions) "ada-mode" "\ 58(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -392,7 +392,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil)
392;;;*** 392;;;***
393 393
394;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 394;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
395;;;;;; "net/ange-ftp.el" (15322 26506)) 395;;;;;; "net/ange-ftp.el" (15425 28364))
396;;; Generated autoloads from net/ange-ftp.el 396;;; Generated autoloads from net/ange-ftp.el
397 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 397 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
398 398
@@ -455,7 +455,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil)
455;;;*** 455;;;***
456 456
457;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 457;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
458;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15384 21747)) 458;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15411 14806))
459;;; Generated autoloads from progmodes/antlr-mode.el 459;;; Generated autoloads from progmodes/antlr-mode.el
460 460
461(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 461(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -540,8 +540,8 @@ They specify the range of dates that the diary is being processed for." nil nil)
540;;;*** 540;;;***
541 541
542;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 542;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
543;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15358 543;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15425
544;;;;;; 31081)) 544;;;;;; 28360))
545;;; Generated autoloads from apropos.el 545;;; Generated autoloads from apropos.el
546 546
547(autoload (quote apropos-mode) "apropos" "\ 547(autoload (quote apropos-mode) "apropos" "\
@@ -585,8 +585,8 @@ Returns list of symbols and documentation found." t nil)
585 585
586;;;*** 586;;;***
587 587
588;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15260 588;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15425
589;;;;;; 30413)) 589;;;;;; 28360))
590;;; Generated autoloads from arc-mode.el 590;;; Generated autoloads from arc-mode.el
591 591
592(autoload (quote archive-mode) "arc-mode" "\ 592(autoload (quote archive-mode) "arc-mode" "\
@@ -604,7 +604,7 @@ archive.
604 604
605;;;*** 605;;;***
606 606
607;;;### (autoloads (array-mode) "array" "array.el" (15384 21740)) 607;;;### (autoloads (array-mode) "array" "array.el" (15425 28360))
608;;; Generated autoloads from array.el 608;;; Generated autoloads from array.el
609 609
610(autoload (quote array-mode) "array" "\ 610(autoload (quote array-mode) "array" "\
@@ -622,7 +622,7 @@ but will cause many functions to give errors if they encounter one.
622 622
623 Upon entering array mode, you will be prompted for the values of 623 Upon entering array mode, you will be prompted for the values of
624several variables. Others will be calculated based on the values you 624several variables. Others will be calculated based on the values you
625supply. These variables are all local the the buffer. Other buffer 625supply. These variables are all local to the buffer. Other buffer
626in array mode may have different values assigned to the variables. 626in array mode may have different values assigned to the variables.
627The variables are: 627The variables are:
628 628
@@ -673,8 +673,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
673 673
674;;;*** 674;;;***
675 675
676;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15384 676;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15425
677;;;;;; 21747)) 677;;;;;; 28364))
678;;; Generated autoloads from textmodes/artist.el 678;;; Generated autoloads from textmodes/artist.el
679 679
680(autoload (quote artist-mode) "artist" "\ 680(autoload (quote artist-mode) "artist" "\
@@ -1015,7 +1015,7 @@ insert a template for the file depending on the mode of the buffer." t nil)
1015 1015
1016;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 1016;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1017;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1017;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1018;;;;;; (15384 21745)) 1018;;;;;; (15425 28362))
1019;;; Generated autoloads from emacs-lisp/autoload.el 1019;;; Generated autoloads from emacs-lisp/autoload.el
1020 1020
1021(autoload (quote update-file-autoloads) "autoload" "\ 1021(autoload (quote update-file-autoloads) "autoload" "\
@@ -1667,7 +1667,7 @@ corresponding bookmark function from Lisp (the one without the
1667;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1667;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1668;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1668;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1669;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1669;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1670;;;;;; "net/browse-url.el" (15384 21746)) 1670;;;;;; "net/browse-url.el" (15425 28364))
1671;;; Generated autoloads from net/browse-url.el 1671;;; Generated autoloads from net/browse-url.el
1672 1672
1673(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ 1673(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
@@ -1961,11 +1961,11 @@ name of buffer configuration." t nil)
1961;;;*** 1961;;;***
1962 1962
1963;;;### (autoloads (insert-text-button make-text-button insert-button 1963;;;### (autoloads (insert-text-button make-text-button insert-button
1964;;;;;; make-button define-button-type) "button" "button.el" (15328 1964;;;;;; make-button define-button-type) "button" "button.el" (15425
1965;;;;;; 62164)) 1965;;;;;; 28360))
1966;;; Generated autoloads from button.el 1966;;; Generated autoloads from button.el
1967 1967
1968(defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 1968(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1969Keymap used by buttons.") 1969Keymap used by buttons.")
1970 1970
1971(defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\ 1971(defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
@@ -2232,7 +2232,7 @@ See the documentation for `calculator-mode' for more information." t nil)
2232;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2232;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2233;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2233;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2234;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2234;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2235;;;;;; (15384 21745)) 2235;;;;;; (15411 14805))
2236;;; Generated autoloads from calendar/calendar.el 2236;;; Generated autoloads from calendar/calendar.el
2237 2237
2238(defvar calendar-week-start-day 0 "\ 2238(defvar calendar-week-start-day 0 "\
@@ -2705,7 +2705,7 @@ Syntax table used in pike-mode buffers.")
2705 2705
2706;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2706;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2707;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2707;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2708;;;;;; (15384 21747)) 2708;;;;;; (15405 35669))
2709;;; Generated autoloads from progmodes/cc-mode.el 2709;;; Generated autoloads from progmodes/cc-mode.el
2710 2710
2711(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) 2711(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2857,7 +2857,7 @@ and exists only for compatibility reasons." t nil)
2857 2857
2858;;;*** 2858;;;***
2859 2859
2860;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15306 37170)) 2860;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15425 28364))
2861;;; Generated autoloads from progmodes/cc-vars.el 2861;;; Generated autoloads from progmodes/cc-vars.el
2862 2862
2863(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ 2863(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -3125,7 +3125,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni
3125;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3125;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3126;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3126;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3127;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3127;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3128;;;;;; (15384 21745)) 3128;;;;;; (15425 28362))
3129;;; Generated autoloads from emacs-lisp/checkdoc.el 3129;;; Generated autoloads from emacs-lisp/checkdoc.el
3130 3130
3131(autoload (quote checkdoc) "checkdoc" "\ 3131(autoload (quote checkdoc) "checkdoc" "\
@@ -3334,7 +3334,7 @@ a future Emacs interpreter will be able to use it.")
3334;;;*** 3334;;;***
3335 3335
3336;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3336;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3337;;;;;; (15358 31086)) 3337;;;;;; (15401 43552))
3338;;; Generated autoloads from emacs-lisp/cl-indent.el 3338;;; Generated autoloads from emacs-lisp/cl-indent.el
3339 3339
3340(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3340(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3375,7 +3375,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3375;;;*** 3375;;;***
3376 3376
3377;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3377;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3378;;;;;; (15387 34065)) 3378;;;;;; (15401 43552))
3379;;; Generated autoloads from international/code-pages.el 3379;;; Generated autoloads from international/code-pages.el
3380 3380
3381(autoload (quote cp-make-coding-system) "code-pages" "\ 3381(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -3436,7 +3436,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
3436;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3436;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3437;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3437;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3438;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3438;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3439;;;;;; (15394 64298)) 3439;;;;;; (15425 28360))
3440;;; Generated autoloads from comint.el 3440;;; Generated autoloads from comint.el
3441 3441
3442(autoload (quote make-comint-in-buffer) "comint" "\ 3442(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3516,7 +3516,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
3516;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3516;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3517;;;;;; compilation-mode grep-find grep compile compilation-search-path 3517;;;;;; compilation-mode grep-find grep compile compilation-search-path
3518;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3518;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3519;;;;;; "compile" "progmodes/compile.el" (15384 21747)) 3519;;;;;; "compile" "progmodes/compile.el" (15411 14806))
3520;;; Generated autoloads from progmodes/compile.el 3520;;; Generated autoloads from progmodes/compile.el
3521 3521
3522(defvar compilation-mode-hook nil "\ 3522(defvar compilation-mode-hook nil "\
@@ -3906,7 +3906,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)." nil
3906;;;*** 3906;;;***
3907 3907
3908;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 3908;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
3909;;;;;; (15301 19232)) 3909;;;;;; (15425 28363))
3910;;; Generated autoloads from emacs-lisp/copyright.el 3910;;; Generated autoloads from emacs-lisp/copyright.el
3911 3911
3912(autoload (quote copyright-update) "copyright" "\ 3912(autoload (quote copyright-update) "copyright" "\
@@ -3922,7 +3922,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3922;;;*** 3922;;;***
3923 3923
3924;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3924;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3925;;;;;; (15358 31086)) 3925;;;;;; (15425 28364))
3926;;; Generated autoloads from progmodes/cperl-mode.el 3926;;; Generated autoloads from progmodes/cperl-mode.el
3927 3927
3928(autoload (quote cperl-mode) "cperl-mode" "\ 3928(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4173,7 +4173,7 @@ INHERIT-INPUT-METHOD." nil nil)
4173;;;;;; customize-option-other-window customize-changed-options customize-option 4173;;;;;; customize-option-other-window customize-changed-options customize-option
4174;;;;;; customize-group-other-window customize-group customize customize-save-variable 4174;;;;;; customize-group-other-window customize-group customize customize-save-variable
4175;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 4175;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
4176;;;;;; (15384 21741)) 4176;;;;;; (15411 14805))
4177;;; Generated autoloads from cus-edit.el 4177;;; Generated autoloads from cus-edit.el
4178 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4178 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4179 4179
@@ -4353,7 +4353,7 @@ See `defface' for the format of SPEC." nil nil)
4353;;;*** 4353;;;***
4354 4354
4355;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 4355;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
4356;;;;;; (15394 64298)) 4356;;;;;; (15425 28361))
4357;;; Generated autoloads from cvs-status.el 4357;;; Generated autoloads from cvs-status.el
4358 4358
4359(autoload (quote cvs-status-mode) "cvs-status" "\ 4359(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -4580,7 +4580,7 @@ $
4580;;;*** 4580;;;***
4581 4581
4582;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 4582;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
4583;;;;;; "emacs-lisp/debug.el" (15391 40439)) 4583;;;;;; "emacs-lisp/debug.el" (15401 43552))
4584;;; Generated autoloads from emacs-lisp/debug.el 4584;;; Generated autoloads from emacs-lisp/debug.el
4585 4585
4586(setq debugger (quote debug)) 4586(setq debugger (quote debug))
@@ -4789,8 +4789,8 @@ to provide correct modes for autoloaded files." nil nil)
4789 4789
4790;;;*** 4790;;;***
4791 4791
4792;;;### (autoloads nil "devan-util" "language/devan-util.el" (15391 4792;;;### (autoloads nil "devan-util" "language/devan-util.el" (15401
4793;;;;;; 40440)) 4793;;;;;; 43553))
4794;;; Generated autoloads from language/devan-util.el 4794;;; Generated autoloads from language/devan-util.el
4795 4795
4796(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 4796(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -4798,7 +4798,7 @@ to provide correct modes for autoloaded files." nil nil)
4798;;;*** 4798;;;***
4799 4799
4800;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4800;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4801;;;;;; (15384 21745)) 4801;;;;;; (15425 28362))
4802;;; Generated autoloads from calendar/diary-lib.el 4802;;; Generated autoloads from calendar/diary-lib.el
4803 4803
4804(autoload (quote diary) "diary-lib" "\ 4804(autoload (quote diary) "diary-lib" "\
@@ -4857,7 +4857,7 @@ The backup file is the first file given to `diff'." t nil)
4857;;;*** 4857;;;***
4858 4858
4859;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 4859;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
4860;;;;;; (15384 21741)) 4860;;;;;; (15411 14805))
4861;;; Generated autoloads from diff-mode.el 4861;;; Generated autoloads from diff-mode.el
4862 4862
4863(autoload (quote diff-mode) "diff-mode" "\ 4863(autoload (quote diff-mode) "diff-mode" "\
@@ -4876,7 +4876,7 @@ Minor mode for viewing/editing context diffs.
4876;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4876;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4877;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4877;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4878;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4878;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4879;;;;;; "dired" "dired.el" (15394 64298)) 4879;;;;;; "dired" "dired.el" (15425 28361))
4880;;; Generated autoloads from dired.el 4880;;; Generated autoloads from dired.el
4881 4881
4882(defvar dired-listing-switches "-al" "\ 4882(defvar dired-listing-switches "-al" "\
@@ -4983,7 +4983,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil
4983;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 4983;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
4984;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 4984;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4985;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 4985;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4986;;;;;; "dired-aux.el" (15394 64298)) 4986;;;;;; "dired-aux.el" (15425 49060))
4987;;; Generated autoloads from dired-aux.el 4987;;; Generated autoloads from dired-aux.el
4988 4988
4989(autoload (quote dired-diff) "dired-aux" "\ 4989(autoload (quote dired-diff) "dired-aux" "\
@@ -5022,22 +5022,30 @@ If no files are marked or a specific numeric prefix arg is given,
5022the next ARG files are used. Just \\[universal-argument] means the current file. 5022the next ARG files are used. Just \\[universal-argument] means the current file.
5023The prompt mentions the file(s) or the marker, as appropriate. 5023The prompt mentions the file(s) or the marker, as appropriate.
5024 5024
5025If there is output, it goes to a separate buffer. 5025If there is a `*' in COMMAND, surrounded by whitespace, this runs
5026COMMAND just once with the entire file list substituted there.
5027
5028If there is no `*', but there is a `?' in COMMAND, surrounded by
5029whitespace, this runs COMMAND on each file individually with the
5030file name substituted for `?'.
5026 5031
5027Normally the command is run on each file individually. 5032Otherwise, this runs COMMAND on each file individually with the
5028However, if there is a `*' in the command then it is run 5033file name added at the end of COMMAND (separated by a space).
5029just once with the entire file list substituted there.
5030 5034
5031If there is no `*', but a `?' in the command then it is still run 5035`*' and `?' when not surrounded by whitespace have no special
5032on each file individually but with the filename substituted there 5036significance for `dired-do-shell-command', and are passed through
5033instead of at the end of the command. 5037normally to the shell, but you must confirm first. To pass `*' by
5038itself to the shell as a wildcard, type `*\"\"'.
5034 5039
5035No automatic redisplay of dired buffers is attempted, as there's no 5040If COMMAND produces output, it goes to a separate buffer.
5036telling what files the command may have changed. Type
5037\\[dired-do-redisplay] to redisplay the marked files.
5038 5041
5039The shell command has the top level directory as working directory, so 5042This feature does not try to redisplay Dired buffers afterward, as
5040output files usually are created there instead of in a subdir. 5043there's no telling what files COMMAND may have changed.
5044Type \\[dired-do-redisplay] to redisplay the marked files.
5045
5046When COMMAND runs, its working directory is the top-level directory of
5047the Dired buffer, so output files usually are created there instead of
5048in a subdir.
5041 5049
5042In a noninteractive call (from Lisp code), you must specify 5050In a noninteractive call (from Lisp code), you must specify
5043the list of file names explicitly with the FILE-LIST argument." t nil) 5051the list of file names explicitly with the FILE-LIST argument." t nil)
@@ -5206,7 +5214,7 @@ To continue searching for next match, use command \\[tags-loop-continue]." t nil
5206(autoload (quote dired-do-query-replace-regexp) "dired-aux" "\ 5214(autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
5207Do `query-replace-regexp' of FROM with TO, on all marked files. 5215Do `query-replace-regexp' of FROM with TO, on all marked files.
5208Third arg DELIMITED (prefix arg) means replace only word-delimited matches. 5216Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
5209If you exit (\\[keyboard-quit] or ESC), you can resume the query replace 5217If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
5210with the command \\[tags-loop-continue]." t nil) 5218with the command \\[tags-loop-continue]." t nil)
5211 5219
5212(autoload (quote dired-show-file-type) "dired-aux" "\ 5220(autoload (quote dired-show-file-type) "dired-aux" "\
@@ -5216,7 +5224,7 @@ true then the type of the file linked to by FILE is printed instead." t nil)
5216 5224
5217;;;*** 5225;;;***
5218 5226
5219;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15391 40437)) 5227;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15425 28361))
5220;;; Generated autoloads from dired-x.el 5228;;; Generated autoloads from dired-x.el
5221 5229
5222(autoload (quote dired-jump) "dired-x" "\ 5230(autoload (quote dired-jump) "dired-x" "\
@@ -5401,7 +5409,7 @@ Play sounds in message buffers." t nil)
5401 5409
5402;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 5410;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
5403;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 5411;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
5404;;;;;; "emacs-lisp/easy-mmode.el" (15223 37895)) 5412;;;;;; "emacs-lisp/easy-mmode.el" (15401 43552))
5405;;; Generated autoloads from emacs-lisp/easy-mmode.el 5413;;; Generated autoloads from emacs-lisp/easy-mmode.el
5406 5414
5407(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 5415(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -5702,7 +5710,7 @@ It returns the old style symbol." t nil)
5702;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 5710;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
5703;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 5711;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
5704;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 5712;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
5705;;;;;; "progmodes/ebrowse.el" (15394 64300)) 5713;;;;;; "progmodes/ebrowse.el" (15425 28364))
5706;;; Generated autoloads from progmodes/ebrowse.el 5714;;; Generated autoloads from progmodes/ebrowse.el
5707 5715
5708(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 5716(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -5841,7 +5849,7 @@ or if an error occurs, leave point after it with mark at the original point." t
5841;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 5849;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
5842;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 5850;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
5843;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 5851;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
5844;;;;;; ediff-files) "ediff" "ediff.el" (15195 56516)) 5852;;;;;; ediff-files) "ediff" "ediff.el" (15425 28361))
5845;;; Generated autoloads from ediff.el 5853;;; Generated autoloads from ediff.el
5846 5854
5847(autoload (quote ediff-files) "ediff" "\ 5855(autoload (quote ediff-files) "ediff" "\
@@ -5930,14 +5938,20 @@ If WIND-A is nil, use selected window.
5930If WIND-B is nil, use window next to WIND-A." t nil) 5938If WIND-B is nil, use window next to WIND-A." t nil)
5931 5939
5932(autoload (quote ediff-regions-wordwise) "ediff" "\ 5940(autoload (quote ediff-regions-wordwise) "ediff" "\
5933Run Ediff on a pair of regions in two different buffers. 5941Run Ediff on a pair of regions in specified buffers.
5934Regions (i.e., point and mark) are assumed to be set in advance. 5942Regions (i.e., point and mark) are assumed to be set in advance except
5943for the second region in the case both regions are from the same buffer.
5944In such a case the user is asked to interactively establish the second
5945region.
5935This function is effective only for relatively small regions, up to 200 5946This function is effective only for relatively small regions, up to 200
5936lines. For large regions, use `ediff-regions-linewise'." t nil) 5947lines. For large regions, use `ediff-regions-linewise'." t nil)
5937 5948
5938(autoload (quote ediff-regions-linewise) "ediff" "\ 5949(autoload (quote ediff-regions-linewise) "ediff" "\
5939Run Ediff on a pair of regions in two different buffers. 5950Run Ediff on a pair of regions in specified buffers.
5940Regions (i.e., point and mark) are assumed to be set in advance. 5951Regions (i.e., point and mark) are assumed to be set in advance except
5952for the second region in the case both regions are from the same buffer.
5953In such a case the user is asked to interactively establish the second
5954region.
5941Each region is enlarged to contain full lines. 5955Each region is enlarged to contain full lines.
5942This function is effective for large regions, over 100-200 5956This function is effective for large regions, over 100-200
5943lines. For small regions, use `ediff-regions-wordwise'." t nil) 5957lines. For small regions, use `ediff-regions-wordwise'." t nil)
@@ -5965,7 +5979,7 @@ buffer." t nil)
5965 5979
5966(autoload (quote ediff-merge-revisions-with-ancestor) "ediff" "\ 5980(autoload (quote ediff-merge-revisions-with-ancestor) "ediff" "\
5967Run Ediff by merging two revisions of a file with a common ancestor. 5981Run Ediff by merging two revisions of a file with a common ancestor.
5968The file is the the optional FILE argument or the file visited by the current 5982The file is the optional FILE argument or the file visited by the current
5969buffer." t nil) 5983buffer." t nil)
5970 5984
5971(autoload (quote run-ediff-from-cvs-buffer) "ediff" "\ 5985(autoload (quote run-ediff-from-cvs-buffer) "ediff" "\
@@ -6010,26 +6024,29 @@ With optional NODE, goes to that node." t nil)
6010;;;*** 6024;;;***
6011 6025
6012;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 6026;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
6013;;;;;; (15192 12209)) 6027;;;;;; (15425 28361))
6014;;; Generated autoloads from ediff-help.el 6028;;; Generated autoloads from ediff-help.el
6015 6029
6016(autoload (quote ediff-customize) "ediff-help" nil t nil) 6030(autoload (quote ediff-customize) "ediff-help" nil t nil)
6017 6031
6018;;;*** 6032;;;***
6019 6033
6020;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15192 12209)) 6034;;;### (autoloads (ediff-cond-compile-for-xemacs-or-emacs) "ediff-hook"
6035;;;;;; "ediff-hook.el" (15425 28361))
6021;;; Generated autoloads from ediff-hook.el 6036;;; Generated autoloads from ediff-hook.el
6022 6037
6023(defvar ediff-window-setup-function) 6038(defvar ediff-window-setup-function)
6024 6039
6025(defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) 6040(autoload (quote ediff-cond-compile-for-xemacs-or-emacs) "ediff-hook" nil nil (quote macro))
6041
6042(ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil)
6026 6043
6027(cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation))))) 6044(ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation))))))
6028 6045
6029;;;*** 6046;;;***
6030 6047
6031;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 6048;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6032;;;;;; (15292 25968)) 6049;;;;;; (15425 28361))
6033;;; Generated autoloads from ediff-mult.el 6050;;; Generated autoloads from ediff-mult.el
6034 6051
6035(autoload (quote ediff-show-registry) "ediff-mult" "\ 6052(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -6040,7 +6057,7 @@ Display Ediff's registry." t nil)
6040;;;*** 6057;;;***
6041 6058
6042;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 6059;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
6043;;;;;; "ediff-util" "ediff-util.el" (15195 56516)) 6060;;;;;; "ediff-util" "ediff-util.el" (15425 28361))
6044;;; Generated autoloads from ediff-util.el 6061;;; Generated autoloads from ediff-util.el
6045 6062
6046(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 6063(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -6101,7 +6118,7 @@ or nil, use a compact 80-column format." nil nil)
6101;;;*** 6118;;;***
6102 6119
6103;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 6120;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
6104;;;;;; "emulation/edt.el" (15394 64299)) 6121;;;;;; "emulation/edt.el" (15425 28363))
6105;;; Generated autoloads from emulation/edt.el 6122;;; Generated autoloads from emulation/edt.el
6106 6123
6107(autoload (quote edt-set-scroll-margins) "edt" "\ 6124(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -6148,11 +6165,11 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." n
6148;;;*** 6165;;;***
6149 6166
6150;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 6167;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
6151;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15358 31086)) 6168;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15425 28363))
6152;;; Generated autoloads from emacs-lisp/eldoc.el 6169;;; Generated autoloads from emacs-lisp/eldoc.el
6153 6170
6154(defvar eldoc-minor-mode-string " ElDoc" "\ 6171(defvar eldoc-minor-mode-string " ElDoc" "\
6155*String to display in mode line when Eldoc Mode is enabled.") 6172*String to display in mode line when Eldoc Mode is enabled; nil for none.")
6156 6173
6157(autoload (quote eldoc-mode) "eldoc" "\ 6174(autoload (quote eldoc-mode) "eldoc" "\
6158Toggle ElDoc mode on or off. 6175Toggle ElDoc mode on or off.
@@ -6189,7 +6206,7 @@ This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t
6189;;;*** 6206;;;***
6190 6207
6191;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 6208;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
6192;;;;;; (15394 64299)) 6209;;;;;; (15401 43552))
6193;;; Generated autoloads from emacs-lisp/elint.el 6210;;; Generated autoloads from emacs-lisp/elint.el
6194 6211
6195(autoload (quote elint-initialize) "elint" "\ 6212(autoload (quote elint-initialize) "elint" "\
@@ -6198,8 +6215,8 @@ Initialize elint." t nil)
6198;;;*** 6215;;;***
6199 6216
6200;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list 6217;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
6201;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15394 6218;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15405
6202;;;;;; 64299)) 6219;;;;;; 35668))
6203;;; Generated autoloads from emacs-lisp/elp.el 6220;;; Generated autoloads from emacs-lisp/elp.el
6204 6221
6205(autoload (quote elp-instrument-function) "elp" "\ 6222(autoload (quote elp-instrument-function) "elp" "\
@@ -6238,7 +6255,7 @@ Prompts for bug subject. Leaves you in a mail buffer." t nil)
6238;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 6255;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
6239;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 6256;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
6240;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 6257;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
6241;;;;;; "emerge.el" (15384 21741)) 6258;;;;;; "emerge.el" (15401 43552))
6242;;; Generated autoloads from emerge.el 6259;;; Generated autoloads from emerge.el
6243 6260
6244(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 6261(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -6318,7 +6335,7 @@ as a multilingual text encoded in a coding system set by
6318;;;*** 6335;;;***
6319 6336
6320;;;### (autoloads (enriched-decode enriched-encode enriched-mode) 6337;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
6321;;;;;; "enriched" "enriched.el" (15384 21741)) 6338;;;;;; "enriched" "enriched.el" (15425 28361))
6322;;; Generated autoloads from enriched.el 6339;;; Generated autoloads from enriched.el
6323 6340
6324(autoload (quote enriched-mode) "enriched" "\ 6341(autoload (quote enriched-mode) "enriched" "\
@@ -6327,12 +6344,12 @@ These are files with embedded formatting information in the MIME standard
6327text/enriched format. 6344text/enriched format.
6328Turning the mode on runs `enriched-mode-hook'. 6345Turning the mode on runs `enriched-mode-hook'.
6329 6346
6330More information about Enriched mode is available in the file 6347More information about Enriched mode is available in the file
6331etc/enriched.doc in the Emacs distribution directory. 6348etc/enriched.doc in the Emacs distribution directory.
6332 6349
6333Commands: 6350Commands:
6334 6351
6335\\<enriched-mode-map>\\{enriched-mode-map}" t nil) 6352\\{enriched-mode-map}" t nil)
6336 6353
6337(autoload (quote enriched-encode) "enriched" nil nil nil) 6354(autoload (quote enriched-encode) "enriched" nil nil nil)
6338 6355
@@ -6361,7 +6378,7 @@ Test Eshell to verify that it works as expected." t nil)
6361;;;*** 6378;;;***
6362 6379
6363;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 6380;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
6364;;;;;; eshell) "eshell" "eshell/eshell.el" (15192 12228)) 6381;;;;;; eshell) "eshell" "eshell/eshell.el" (15425 28363))
6365;;; Generated autoloads from eshell/eshell.el 6382;;; Generated autoloads from eshell/eshell.el
6366 6383
6367(autoload (quote eshell) "eshell" "\ 6384(autoload (quote eshell) "eshell" "\
@@ -6369,7 +6386,7 @@ Create an interactive Eshell buffer.
6369The buffer used for Eshell sessions is determined by the value of 6386The buffer used for Eshell sessions is determined by the value of
6370`eshell-buffer-name'. If there is already an Eshell session active in 6387`eshell-buffer-name'. If there is already an Eshell session active in
6371that buffer, Emacs will simply switch to it. Otherwise, a new session 6388that buffer, Emacs will simply switch to it. Otherwise, a new session
6372will begin. A new session is always created if the the prefix 6389will begin. A new session is always created if the prefix
6373argument ARG is specified. Returns the buffer selected (or created)." t nil) 6390argument ARG is specified. Returns the buffer selected (or created)." t nil)
6374 6391
6375(autoload (quote eshell-command) "eshell" "\ 6392(autoload (quote eshell-command) "eshell" "\
@@ -6396,7 +6413,7 @@ Please include any configuration details that might be involved." t nil)
6396;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 6413;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
6397;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 6414;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
6398;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 6415;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
6399;;;;;; (15384 21747)) 6416;;;;;; (15411 14806))
6400;;; Generated autoloads from progmodes/etags.el 6417;;; Generated autoloads from progmodes/etags.el
6401 6418
6402(defvar tags-file-name nil "\ 6419(defvar tags-file-name nil "\
@@ -6601,9 +6618,9 @@ To continue searching for next match, use command \\[tags-loop-continue].
6601See documentation of variable `tags-file-name'." t nil) 6618See documentation of variable `tags-file-name'." t nil)
6602 6619
6603(autoload (quote tags-query-replace) "etags" "\ 6620(autoload (quote tags-query-replace) "etags" "\
6604`Query-replace-regexp' FROM with TO through all files listed in tags table. 6621Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
6605Third arg DELIMITED (prefix arg) means replace only word-delimited matches. 6622Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
6606If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace 6623If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
6607with the command \\[tags-loop-continue]. 6624with the command \\[tags-loop-continue].
6608 6625
6609See documentation of variable `tags-file-name'." t nil) 6626See documentation of variable `tags-file-name'." t nil)
@@ -6791,12 +6808,12 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni
6791 6808
6792;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 6809;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
6793;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 6810;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
6794;;;;;; (14463 4091)) 6811;;;;;; (15425 28364))
6795;;; Generated autoloads from net/eudc.el 6812;;; Generated autoloads from net/eudc.el
6796 6813
6797(autoload (quote eudc-set-server) "eudc" "\ 6814(autoload (quote eudc-set-server) "eudc" "\
6798Set the directory server to SERVER using PROTOCOL. 6815Set the directory server to SERVER using PROTOCOL.
6799Unless NO-SAVE is non-nil, the server is saved as the default 6816Unless NO-SAVE is non-nil, the server is saved as the default
6800server for future sessions." t nil) 6817server for future sessions." t nil)
6801 6818
6802(autoload (quote eudc-get-email) "eudc" "\ 6819(autoload (quote eudc-get-email) "eudc" "\
@@ -6808,14 +6825,14 @@ Get the phone field of NAME from the directory server." t nil)
6808(autoload (quote eudc-expand-inline) "eudc" "\ 6825(autoload (quote eudc-expand-inline) "eudc" "\
6809Query the directory server, and expand the query string before point. 6826Query the directory server, and expand the query string before point.
6810The query string consists of the buffer substring from the point back to 6827The query string consists of the buffer substring from the point back to
6811the preceding comma, colon or beginning of line. 6828the preceding comma, colon or beginning of line.
6812The variable `eudc-inline-query-format' controls how to associate the 6829The variable `eudc-inline-query-format' controls how to associate the
6813individual inline query words with directory attribute names. 6830individual inline query words with directory attribute names.
6814After querying the server for the given string, the expansion specified by 6831After querying the server for the given string, the expansion specified by
6815`eudc-inline-expansion-format' is inserted in the buffer at point. 6832`eudc-inline-expansion-format' is inserted in the buffer at point.
6816If REPLACE is non nil, then this expansion replaces the name in the buffer. 6833If REPLACE is non nil, then this expansion replaces the name in the buffer.
6817`eudc-expansion-overwrites-query' being non nil inverts the meaning of REPLACE. 6834`eudc-expansion-overwrites-query' being non nil inverts the meaning of REPLACE.
6818Multiple servers can be tried with the same query until one finds a match, 6835Multiple servers can be tried with the same query until one finds a match,
6819see `eudc-inline-expansion-servers'" t nil) 6836see `eudc-inline-expansion-servers'" t nil)
6820 6837
6821(autoload (quote eudc-query-form) "eudc" "\ 6838(autoload (quote eudc-query-form) "eudc" "\
@@ -6827,13 +6844,13 @@ queries the server for the existing fields and displays a corresponding form." t
6827Load the Emacs Unified Directory Client. 6844Load the Emacs Unified Directory Client.
6828This does nothing except loading eudc by autoload side-effect." t nil) 6845This does nothing except loading eudc by autoload side-effect." t nil)
6829 6846
6830(cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if (string-match "XEmacs" emacs-version) (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu))))))))))) 6847(cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
6831 6848
6832;;;*** 6849;;;***
6833 6850
6834;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline 6851;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
6835;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary) 6852;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary)
6836;;;;;; "eudc-bob" "net/eudc-bob.el" (15192 12237)) 6853;;;;;; "eudc-bob" "net/eudc-bob.el" (15425 28364))
6837;;; Generated autoloads from net/eudc-bob.el 6854;;; Generated autoloads from net/eudc-bob.el
6838 6855
6839(autoload (quote eudc-display-generic-binary) "eudc-bob" "\ 6856(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -6854,7 +6871,7 @@ Display a button for the JPEG DATA." nil nil)
6854;;;*** 6871;;;***
6855 6872
6856;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) 6873;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
6857;;;;;; "eudc-export" "net/eudc-export.el" (15192 12237)) 6874;;;;;; "eudc-export" "net/eudc-export.el" (15425 28364))
6858;;; Generated autoloads from net/eudc-export.el 6875;;; Generated autoloads from net/eudc-export.el
6859 6876
6860(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ 6877(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -6867,7 +6884,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
6867;;;*** 6884;;;***
6868 6885
6869;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" 6886;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
6870;;;;;; (15192 12237)) 6887;;;;;; (15425 28364))
6871;;; Generated autoloads from net/eudc-hotlist.el 6888;;; Generated autoloads from net/eudc-hotlist.el
6872 6889
6873(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ 6890(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -6940,7 +6957,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
6940 6957
6941;;;*** 6958;;;***
6942 6959
6943;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15384 21747)) 6960;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15411 14806))
6944;;; Generated autoloads from progmodes/f90.el 6961;;; Generated autoloads from progmodes/f90.el
6945 6962
6946(autoload (quote f90-mode) "f90" "\ 6963(autoload (quote f90-mode) "f90" "\
@@ -7008,7 +7025,7 @@ with no args, if that value is non-nil." t nil)
7008;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props 7025;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
7009;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible 7026;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
7010;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground 7027;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
7011;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15384 21741)) 7028;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15425 28361))
7012;;; Generated autoloads from facemenu.el 7029;;; Generated autoloads from facemenu.el
7013 (define-key global-map "\M-g" 'facemenu-keymap) 7030 (define-key global-map "\M-g" 'facemenu-keymap)
7014 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 7031 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -7183,7 +7200,7 @@ Unconditionally turn on Fast Lock mode." nil nil)
7183 7200
7184;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 7201;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
7185;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 7202;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
7186;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15394 64300)) 7203;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15425 28363))
7187;;; Generated autoloads from mail/feedmail.el 7204;;; Generated autoloads from mail/feedmail.el
7188 7205
7189(autoload (quote feedmail-send-it) "feedmail" "\ 7206(autoload (quote feedmail-send-it) "feedmail" "\
@@ -7290,7 +7307,7 @@ the name is considered already unique; only the second substitution
7290;;;*** 7307;;;***
7291 7308
7292;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 7309;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
7293;;;;;; find-ls-option) "find-dired" "find-dired.el" (15192 12210)) 7310;;;;;; find-ls-option) "find-dired" "find-dired.el" (15405 35668))
7294;;; Generated autoloads from find-dired.el 7311;;; Generated autoloads from find-dired.el
7295 7312
7296(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 7313(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -7542,7 +7559,7 @@ to get the effect of a C-q." nil nil)
7542 7559
7543;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 7560;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
7544;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string) 7561;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
7545;;;;;; "flyspell" "textmodes/flyspell.el" (15349 7598)) 7562;;;;;; "flyspell" "textmodes/flyspell.el" (15425 28364))
7546;;; Generated autoloads from textmodes/flyspell.el 7563;;; Generated autoloads from textmodes/flyspell.el
7547 7564
7548(defvar flyspell-mode-line-string " Fly" "\ 7565(defvar flyspell-mode-line-string " Fly" "\
@@ -7552,6 +7569,8 @@ Set this to nil if you don't want a modeline indicator.")
7552(autoload (quote flyspell-prog-mode) "flyspell" "\ 7569(autoload (quote flyspell-prog-mode) "flyspell" "\
7553Turn on `flyspell-mode' for comments and strings." t nil) 7570Turn on `flyspell-mode' for comments and strings." t nil)
7554 7571
7572(defvar flyspell-mode-map (make-sparse-keymap))
7573
7555(autoload (quote flyspell-mode) "flyspell" "\ 7574(autoload (quote flyspell-mode) "flyspell" "\
7556Minor mode performing on-the-fly spelling checking. 7575Minor mode performing on-the-fly spelling checking.
7557Ispell is automatically spawned on background for each entered words. 7576Ispell is automatically spawned on background for each entered words.
@@ -7580,7 +7599,7 @@ in your .emacs file.
7580\\[flyspell-region] checks all words inside a region. 7599\\[flyspell-region] checks all words inside a region.
7581\\[flyspell-buffer] checks the whole buffer." t nil) 7600\\[flyspell-buffer] checks the whole buffer." t nil)
7582 7601
7583(add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) nil nil (quote flyspell-mode)) 7602(add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) flyspell-mode-map nil (quote flyspell-mode))
7584 7603
7585(autoload (quote flyspell-mode-off) "flyspell" "\ 7604(autoload (quote flyspell-mode-off) "flyspell" "\
7586Turn Flyspell mode off." nil nil) 7605Turn Flyspell mode off." nil nil)
@@ -7663,7 +7682,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
7663 7682
7664;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 7683;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7665;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock 7684;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7666;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15384 21741)) 7685;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15411 14805))
7667;;; Generated autoloads from font-lock.el 7686;;; Generated autoloads from font-lock.el
7668 7687
7669(make-variable-buffer-local (quote font-lock-defaults)) 7688(make-variable-buffer-local (quote font-lock-defaults))
@@ -7786,7 +7805,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
7786;;;*** 7805;;;***
7787 7806
7788;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" 7807;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
7789;;;;;; (15394 64299)) 7808;;;;;; (15401 43552))
7790;;; Generated autoloads from international/fontset.el 7809;;; Generated autoloads from international/fontset.el
7791 7810
7792(autoload (quote create-fontset-from-fontset-spec) "fontset" "\ 7811(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -7858,7 +7877,7 @@ Visit a file in Forms mode in other window." t nil)
7858;;;*** 7877;;;***
7859 7878
7860;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7879;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7861;;;;;; "progmodes/fortran.el" (15384 21747)) 7880;;;;;; "progmodes/fortran.el" (15411 14806))
7862;;; Generated autoloads from progmodes/fortran.el 7881;;; Generated autoloads from progmodes/fortran.el
7863 7882
7864(defvar fortran-tab-mode-default nil "\ 7883(defvar fortran-tab-mode-default nil "\
@@ -8036,7 +8055,7 @@ at places they belong to." t nil)
8036;;;*** 8055;;;***
8037 8056
8038;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 8057;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
8039;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15341 16282)) 8058;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15411 14806))
8040;;; Generated autoloads from gnus/gnus.el 8059;;; Generated autoloads from gnus/gnus.el
8041 8060
8042(autoload (quote gnus-slave-no-server) "gnus" "\ 8061(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -8094,7 +8113,7 @@ Start Gnus and fetch session." t nil)
8094;;;*** 8113;;;***
8095 8114
8096;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 8115;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
8097;;;;;; (15394 64299)) 8116;;;;;; (15411 14806))
8098;;; Generated autoloads from gnus/gnus-art.el 8117;;; Generated autoloads from gnus/gnus-art.el
8099 8118
8100(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 8119(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -8328,7 +8347,7 @@ Update the format specification near point." t nil)
8328;;;*** 8347;;;***
8329 8348
8330;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 8349;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
8331;;;;;; "gnus/gnus-start.el" (15209 13375)) 8350;;;;;; "gnus/gnus-start.el" (15425 28363))
8332;;; Generated autoloads from gnus/gnus-start.el 8351;;; Generated autoloads from gnus/gnus-start.el
8333 8352
8334(autoload (quote gnus-unload) "gnus-start" "\ 8353(autoload (quote gnus-unload) "gnus-start" "\
@@ -8414,7 +8433,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8414;;;*** 8433;;;***
8415 8434
8416;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 8435;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8417;;;;;; (15384 21741)) 8436;;;;;; (15425 28361))
8418;;; Generated autoloads from gud.el 8437;;; Generated autoloads from gud.el
8419 8438
8420(autoload (quote gdb) "gud" "\ 8439(autoload (quote gdb) "gud" "\
@@ -8499,7 +8518,7 @@ to be updated." t nil)
8499 8518
8500;;;### (autoloads (describe-categories describe-syntax describe-variable 8519;;;### (autoloads (describe-categories describe-syntax describe-variable
8501;;;;;; variable-at-point describe-function-1 describe-function locate-library 8520;;;;;; variable-at-point describe-function-1 describe-function locate-library
8502;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15362 56769)) 8521;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15425 28361))
8503;;; Generated autoloads from help-fns.el 8522;;; Generated autoloads from help-fns.el
8504 8523
8505(autoload (quote help-with-tutorial) "help-fns" "\ 8524(autoload (quote help-with-tutorial) "help-fns" "\
@@ -8564,7 +8583,7 @@ A value of nil means skip the middle step, so that
8564 8583
8565;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 8584;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8566;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 8585;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8567;;;;;; help-mode) "help-mode" "help-mode.el" (15384 21741)) 8586;;;;;; help-mode) "help-mode" "help-mode.el" (15425 28362))
8568;;; Generated autoloads from help-mode.el 8587;;; Generated autoloads from help-mode.el
8569 8588
8570(autoload (quote help-mode) "help-mode" "\ 8589(autoload (quote help-mode) "help-mode" "\
@@ -9161,6 +9180,337 @@ Also see `automatic-hscrolling'." t nil)
9161 9180
9162;;;*** 9181;;;***
9163 9182
9183;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
9184;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-help-buffers
9185;;;;;; ibuffer-mark-dissociated-buffers ibuffer-mark-unsaved-buffers
9186;;;;;; ibuffer-mark-modified-buffers ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp
9187;;;;;; ibuffer-mark-by-mode-regexp ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
9188;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
9189;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
9190;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
9191;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
9192;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
9193;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
9194;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9195;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode
9196;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext"
9197;;;;;; "ibuf-ext.el" (15425 8524))
9198;;; Generated autoloads from ibuf-ext.el
9199
9200(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
9201Toggle use of Ibuffer's auto-update facility.
9202With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9203
9204(autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\
9205Enable or disable filtering by the major mode chosen via mouse." t nil)
9206
9207(autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\
9208Enable or disable filtering by the major mode at point." t nil)
9209
9210(define-ibuffer-op shell-command-pipe (command) "\
9211Pipe the contents of each marked buffer to shell command COMMAND." (:interactive "sPipe to shell command: " :opstring "Shell command executed on" :modifier-p nil) (shell-command-on-region (point-min) (point-max) command (get-buffer-create "* ibuffer-shell-output*")))
9212
9213(define-ibuffer-op shell-command-pipe-replace (command) "\
9214Replace the contents of marked buffers with output of pipe to COMMAND." (:interactive "sPipe to shell command (replace): " :opstring "Buffer contents replaced in" :active-opstring "replace buffer contents in" :dangerous t :modifier-p t) (with-current-buffer buf (shell-command-on-region (point-min) (point-max) command nil t)))
9215
9216(define-ibuffer-op shell-command-file (command) "\
9217Run shell command COMMAND separately on files of marked buffers." (:interactive "sShell command on buffer's file: " :opstring "Shell command executed on" :modifier-p nil) (shell-command (concat command " " (shell-quote-argument (if buffer-file-name buffer-file-name (make-temp-file (substring (buffer-name) 0 (min 10 (length (buffer-name))))))))))
9218
9219(define-ibuffer-op eval (form) "\
9220Evaluate FORM in each of the buffers.
9221Does not display the buffer during evaluation. See
9222`ibuffer-do-view-and-eval' for that." (:interactive "xEval in buffers (form): " :opstring "evaluated in" :modifier-p :maybe) (eval form))
9223
9224(define-ibuffer-op view-and-eval (form) "\
9225Evaluate FORM while displaying each of the marked buffers.
9226To evaluate a form without viewing the buffer, see `ibuffer-do-eval'." (:interactive "xEval viewing buffers (form): " :opstring "evaluated in" :complex t :modifier-p :maybe) (let ((ibuffer-buf (current-buffer))) (unwind-protect (progn (switch-to-buffer buf) (eval form)) (switch-to-buffer ibuffer-buf))))
9227
9228(define-ibuffer-op rename-uniquely nil "\
9229Rename marked buffers as with `rename-uniquely'." (:opstring "renamed" :modifier-p t) (rename-uniquely))
9230
9231(define-ibuffer-op revert nil "\
9232Revert marked buffers as with `revert-buffer'." (:dangerous t :opstring "reverted" :active-opstring "revert" :modifier-p :maybe) (revert-buffer t t))
9233
9234(define-ibuffer-op replace-regexp (from-str to-str) "\
9235Perform a `replace-regexp' in marked buffers." (:interactive (let* ((from-str (read-from-minibuffer "Replace regexp: ")) (to-str (read-from-minibuffer (concat "Replace " from-str " with: ")))) (list from-str to-str)) :opstring "replaced in" :complex t :modifier-p :maybe) (save-window-excursion (switch-to-buffer buf) (save-excursion (goto-char (point-min)) (let ((case-fold-search ibuffer-case-fold-search)) (while (re-search-forward from-str nil t) (replace-match to-str)))) t))
9236
9237(define-ibuffer-op query-replace (&rest args) "\
9238Perform a `query-replace' in marked buffers." (:interactive (query-replace-read-args "Query replace" t) :opstring "replaced in" :complex t :modifier-p :maybe) (save-window-excursion (switch-to-buffer buf) (save-excursion (let ((case-fold-search ibuffer-case-fold-search)) (goto-char (point-min)) (apply (function query-replace) args))) t))
9239
9240(define-ibuffer-op query-replace-regexp (&rest args) "\
9241Perform a `query-replace-regexp' in marked buffers." (:interactive (query-replace-read-args "Query replace regexp" t) :opstring "replaced in" :complex t :modifier-p :maybe) (save-window-excursion (switch-to-buffer buf) (save-excursion (let ((case-fold-search ibuffer-case-fold-search)) (goto-char (point-min)) (apply (function query-replace-regexp) args))) t))
9242
9243(define-ibuffer-op print nil "\
9244Print marked buffers as with `print-buffer'." (:opstring "printed" :modifier-p nil) (print-buffer))
9245
9246(autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil)
9247
9248(autoload (quote ibuffer-filter-disable) "ibuf-ext" "\
9249Disable all filters currently in effect in this buffer." t nil)
9250
9251(autoload (quote ibuffer-pop-filter) "ibuf-ext" "\
9252Remove the top filter in this buffer." t nil)
9253
9254(autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\
9255Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
9256
9257This means that the topmost filter on the filtering stack, which must
9258be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
9259turned into two separate filters [name: foo] and [mode: bar-mode]." t nil)
9260
9261(autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\
9262Exchange the top two filters on the stack in this buffer." t nil)
9263
9264(autoload (quote ibuffer-negate-filter) "ibuf-ext" "\
9265Negate the sense of the top filter in the current buffer." t nil)
9266
9267(autoload (quote ibuffer-or-filter) "ibuf-ext" "\
9268Replace the top two filters in this buffer with their logical OR.
9269If optional argument REVERSE is non-nil, instead break the top OR
9270filter into parts." t nil)
9271
9272(autoload (quote ibuffer-save-filters) "ibuf-ext" "\
9273Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
9274Interactively, prompt for NAME, and use the current filters." t nil)
9275
9276(autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\
9277Delete saved filters with NAME from `ibuffer-saved-filters'." t nil)
9278
9279(autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\
9280Add saved filters from `ibuffer-saved-filters' to this buffer's filters." t nil)
9281
9282(autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\
9283Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
9284If prefix argument ADD is non-nil, then add the saved filters instead
9285of replacing the current filters." t nil)
9286
9287(define-ibuffer-filter mode "Toggle current view to buffers with major mode QUALIFIER." (:description "major mode" :reader (intern (completing-read "Filter by major mode: " obarray (function (lambda (e) (string-match "-mode$" (symbol-name e)))) t (let ((buf (ibuffer-current-buffer))) (if (and buf (buffer-live-p buf)) (with-current-buffer buf (symbol-name major-mode)) ""))))) (eq qualifier (with-current-buffer buf major-mode)))
9288
9289(define-ibuffer-filter name "Toggle current view to buffers with name matching QUALIFIER." (:description "buffer name" :reader (read-from-minibuffer "Filter by name (regexp): ")) (string-match qualifier (buffer-name buf)))
9290
9291(define-ibuffer-filter filename "Toggle current view to buffers with filename matching QUALIFIER." (:description "filename" :reader (read-from-minibuffer "Filter by filename (regexp): ")) (ibuffer-awhen (buffer-file-name buf) (string-match qualifier it)))
9292
9293(define-ibuffer-filter size-gt "Toggle current view to buffers with size greater than QUALIFIER." (:description "size greater than" :reader (string-to-number (read-from-minibuffer "Filter by size greater than: "))) (> (with-current-buffer buf (buffer-size)) qualifier))
9294
9295(define-ibuffer-filter size-lt "Toggle current view to buffers with size less than QUALIFIER." (:description "size less than" :reader (string-to-number (read-from-minibuffer "Filter by size less than: "))) (< (with-current-buffer buf (buffer-size)) qualifier))
9296
9297(define-ibuffer-filter content "Toggle current view to buffers whose contents match QUALIFIER." (:description "content" :reader (read-from-minibuffer "Filter by content (regexp): ")) (with-current-buffer buf (save-excursion (goto-char (point-min)) (re-search-forward qualifier nil t))))
9298
9299(define-ibuffer-filter predicate "Toggle current view to buffers for which QUALIFIER returns non-nil." (:description "predicate" :reader (read-minibuffer "Filter by predicate (form): ")) (with-current-buffer buf (eval qualifier)))
9300
9301(autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\
9302Toggle the current sorting mode.
9303Possible sorting modes are:
9304 Recency - the last time the buffer was viewed
9305 Name - the name of the buffer
9306 Major Mode - the name of the major mode of the buffer
9307 Size - the size of the buffer" t nil)
9308
9309(autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\
9310Toggle whether or not sorting is in reverse order." t nil)
9311
9312(define-ibuffer-sorter major-mode "Sort the buffers by major modes.\nOrdering is lexicographic." (:description "major mode") (string-lessp (downcase (symbol-name (with-current-buffer (car a) major-mode))) (downcase (symbol-name (with-current-buffer (car b) major-mode)))))
9313
9314(define-ibuffer-sorter alphabetic "Sort the buffers by their names.\nOrdering is lexicographic." (:description "buffer name") (string-lessp (buffer-name (car a)) (buffer-name (car b))))
9315
9316(define-ibuffer-sorter size "Sort the buffers by their size." (:description "size") (< (with-current-buffer (car a) (buffer-size)) (with-current-buffer (car b) (buffer-size))))
9317
9318(autoload (quote ibuffer-bs-show) "ibuf-ext" "\
9319Emulate `bs-show' from the bs.el package." t nil)
9320
9321(autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
9322Add REGEXP to `ibuffer-tmp-hide-regexps'.
9323This means that buffers whose name matches REGEXP will not be shown
9324for this ibuffer session." t nil)
9325
9326(autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
9327Add REGEXP to `ibuffer-tmp-show-regexps'.
9328This means that buffers whose name matches REGEXP will always be shown
9329for this ibuffer session." t nil)
9330
9331(autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\
9332Move forward by COUNT marked buffers (default 1).
9333
9334If MARK is non-nil, it should be a character denoting the type of mark
9335to move by. The default is `ibuffer-marked-char'.
9336
9337If DIRECTION is non-nil, it should be an integer; negative integers
9338mean move backwards, non-negative integers mean move forwards." t nil)
9339
9340(autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\
9341Move backwards by COUNT marked buffers (default 1).
9342
9343If MARK is non-nil, it should be a character denoting the type of mark
9344to move by. The default is `ibuffer-marked-char'." t nil)
9345
9346(autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\
9347Hide all of the currently marked lines." t nil)
9348
9349(autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\
9350Move point to the buffer whose name is NAME." t nil)
9351
9352(autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\
9353View the differences between this buffer and its associated file.
9354This requires the external program \"diff\" to be in your `exec-path'." t nil)
9355
9356(autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\
9357Copy filenames of marked buffers into the kill ring.
9358The names are separated by a space.
9359If a buffer has no filename, it is ignored.
9360With a zero prefix arg, use the complete pathname of each marked file.
9361
9362You can then feed the file name(s) to other commands with C-y.
9363
9364 [ This docstring shamelessly stolen from the
9365 `dired-copy-filename-as-kill' in \"dired-x\". ]" t nil)
9366
9367(autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
9368Mark all buffers whose name matches REGEXP." t nil)
9369
9370(autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\
9371Mark all buffers whose major mode matches REGEXP." t nil)
9372
9373(autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
9374Mark all buffers whose file name matches REGEXP." t nil)
9375
9376(autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\
9377Mark all buffers whose major mode equals MODE." t nil)
9378
9379(autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\
9380Mark all modified buffers." t nil)
9381
9382(autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\
9383Mark all modified buffers that have an associated file." t nil)
9384
9385(autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\
9386Mark all buffers whose associated file does not exist." t nil)
9387
9388(autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\
9389Mark buffers like *Help*, *Apropos*, *Info*." t nil)
9390
9391(autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
9392Mark buffers which have not been viewed in `ibuffer-old-time' days." t nil)
9393
9394(autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\
9395Mark all buffers whose name begins and ends with '*'." t nil)
9396
9397(autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\
9398Mark all read-only buffers." t nil)
9399
9400(autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
9401Mark all `dired' buffers." t nil)
9402
9403(autoload (quote ibuffer-do-occur) "ibuf-ext" "\
9404View lines which match REGEXP in all marked buffers.
9405Optional argument NLINES says how many lines of context to display: it
9406defaults to one." t nil)
9407
9408;;;***
9409
9410;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9411;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15425
9412;;;;;; 8524))
9413;;; Generated autoloads from ibuf-macs.el
9414
9415(autoload (quote define-ibuffer-column) "ibuf-macs" "\
9416Define a column SYMBOL for use with `ibuffer-formats'.
9417
9418BODY will be called with `buffer' bound to the buffer object, and
9419`mark' bound to the current mark on the buffer. The current buffer
9420will be `buffer'.
9421
9422If NAME is given, it will be used as a title for the column.
9423Otherwise, the title will default to a capitalized version of the
9424SYMBOL's name. PROPS is a plist of additional properties to add to
9425the text, such as `mouse-face'.
9426
9427Note that this macro expands into a `defun' for a function named
9428ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
9429inlined into the compiled format versions. This means that if you
9430change its definition, you should explicitly call
9431`ibuffer-recompile-formats'." nil (quote macro))
9432
9433(autoload (quote define-ibuffer-sorter) "ibuf-macs" "\
9434Define a method of sorting named NAME.
9435DOCUMENTATION is the documentation of the function, which will be called
9436`ibuffer-do-sort-by-NAME'.
9437DESCRIPTION is a short string describing the sorting method.
9438
9439For sorting, the forms in BODY will be evaluated with `a' bound to one
9440buffer object, and `b' bound to another. BODY should return a non-nil
9441value if and only if `a' is \"less than\" `b'." nil (quote macro))
9442
9443(autoload (quote define-ibuffer-op) "ibuf-macs" "\
9444Generate a function named `ibuffer-do-OP', which operates on a buffer.
9445When an operation is performed, this function will be called once for
9446each marked buffer, with that buffer current.
9447
9448ARGS becomes the formal parameters of the function.
9449DOCUMENTATION becomes the docstring of the function.
9450INTERACTIVE becomes the interactive specification of the function.
9451MARK describes which type of mark (:deletion, or nil) this operation
9452uses. :deletion means the function operates on buffers marked for
9453deletion, otherwise it acts on normally marked buffers.
9454MODIFIER-P describes how the function modifies buffers. This is used
9455to set the modification flag of the Ibuffer buffer itself. Valid
9456values are:
9457 nil - the function never modifiers buffers
9458 t - the function it always modifies buffers
9459 :maybe - attempt to discover this information by comparing the
9460 buffer's modification flag.
9461DANGEROUS is a boolean which should be set if the user should be
9462prompted before performing this operation.
9463OPSTRING is a string which will be displayed to the user after the
9464operation is complete, in the form:
9465 \"Operation complete; OPSTRING x buffers\"
9466ACTIVE-OPSTRING is a string which will be displayed to the user in a
9467confirmation message, in the form:
9468 \"Really ACTIVE-OPSTRING x buffers?\"
9469COMPLEX means this function is special; see the source code of this
9470macro for exactly what it does." nil (quote macro))
9471
9472(autoload (quote define-ibuffer-filter) "ibuf-macs" "\
9473Define a filter named NAME.
9474DOCUMENTATION is the documentation of the function.
9475READER is a form which should read a qualifier from the user.
9476DESCRIPTION is a short string describing the filter.
9477
9478BODY should contain forms which will be evaluated to test whether or
9479not a particular buffer should be displayed or not. The forms in BODY
9480will be evaluated with BUF bound to the buffer object, and QUALIFIER
9481bound to the current value of the filter." nil (quote macro))
9482
9483;;;***
9484
9485;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9486;;;;;; "ibuffer" "ibuffer.el" (15425 8524))
9487;;; Generated autoloads from ibuffer.el
9488
9489(autoload (quote ibuffer-list-buffers) "ibuffer" "\
9490Display a list of buffers, in another window.
9491If optional argument FILES-ONLY is non-nil, then add a filter for
9492buffers which are visiting a file." t nil)
9493
9494(autoload (quote ibuffer-other-window) "ibuffer" "\
9495Like `ibuffer', but displayed in another window by default.
9496If optional argument FILES-ONLY is non-nil, then add a filter for
9497buffers which are visiting a file." t nil)
9498
9499(autoload (quote ibuffer) "ibuffer" "\
9500Begin using `ibuffer' to edit a list of buffers.
9501Type 'h' after entering ibuffer for more information.
9502
9503Optional argument OTHER-WINDOW-P says to use another window.
9504Optional argument NAME specifies the name of the buffer; it defaults
9505to \"*Ibuffer*\".
9506Optional argument QUALIFIERS is an initial set of filtering qualifiers
9507to use; see `ibuffer-filtering-qualifiers'.
9508Optional argument NOSELECT means don't select the Ibuffer buffer.
9509Optional argument SHRINK means shrink the buffer to minimal size. The
9510special value `onewindow' means always use another window." t nil)
9511
9512;;;***
9513
9164;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 9514;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
9165;;;;;; "icomplete.el" (15384 21741)) 9515;;;;;; "icomplete.el" (15384 21741))
9166;;; Generated autoloads from icomplete.el 9516;;; Generated autoloads from icomplete.el
@@ -9237,7 +9587,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
9237;;;*** 9587;;;***
9238 9588
9239;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 9589;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
9240;;;;;; (15394 64300)) 9590;;;;;; (15411 14806))
9241;;; Generated autoloads from progmodes/idlwave.el 9591;;; Generated autoloads from progmodes/idlwave.el
9242 9592
9243(autoload (quote idlwave-mode) "idlwave" "\ 9593(autoload (quote idlwave-mode) "idlwave" "\
@@ -9367,7 +9717,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
9367 9717
9368;;;### (autoloads (defimage find-image remove-images insert-image 9718;;;### (autoloads (defimage find-image remove-images insert-image
9369;;;;;; put-image create-image image-type-available-p image-type-from-file-header 9719;;;;;; put-image create-image image-type-available-p image-type-from-file-header
9370;;;;;; image-type-from-data) "image" "image.el" (15234 28846)) 9720;;;;;; image-type-from-data) "image" "image.el" (15401 43552))
9371;;; Generated autoloads from image.el 9721;;; Generated autoloads from image.el
9372 9722
9373(autoload (quote image-type-from-data) "image" "\ 9723(autoload (quote image-type-from-data) "image" "\
@@ -9464,7 +9814,7 @@ Example:
9464 9814
9465;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 9815;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
9466;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 9816;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
9467;;;;;; "image-file.el" (15391 40437)) 9817;;;;;; "image-file.el" (15425 28362))
9468;;; Generated autoloads from image-file.el 9818;;; Generated autoloads from image-file.el
9469 9819
9470(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 9820(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -9745,7 +10095,7 @@ of `inferior-lisp-program'). Runs the hooks from
9745 10095
9746;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 10096;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
9747;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 10097;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
9748;;;;;; info info-other-window) "info" "info.el" (15384 21741)) 10098;;;;;; info info-other-window) "info" "info.el" (15411 14805))
9749;;; Generated autoloads from info.el 10099;;; Generated autoloads from info.el
9750 10100
9751(autoload (quote info-other-window) "info" "\ 10101(autoload (quote info-other-window) "info" "\
@@ -9970,7 +10320,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
9970;;;*** 10320;;;***
9971 10321
9972;;;### (autoloads nil "iso-transl" "international/iso-transl.el" 10322;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
9973;;;;;; (15384 21745)) 10323;;;;;; (15405 35668))
9974;;; Generated autoloads from international/iso-transl.el 10324;;; Generated autoloads from international/iso-transl.el
9975 (or key-translation-map (setq key-translation-map (make-sparse-keymap))) 10325 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
9976 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) 10326 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -10360,7 +10710,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
10360;;;*** 10710;;;***
10361 10711
10362;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 10712;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
10363;;;;;; "jka-compr" "jka-compr.el" (15349 7597)) 10713;;;;;; "jka-compr" "jka-compr.el" (15411 14805))
10364;;; Generated autoloads from jka-compr.el 10714;;; Generated autoloads from jka-compr.el
10365 10715
10366(defvar auto-compression-mode nil "\ 10716(defvar auto-compression-mode nil "\
@@ -10659,7 +11009,7 @@ is nil, raise an error." t nil)
10659;;;*** 11009;;;***
10660 11010
10661;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 11011;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
10662;;;;;; (15384 21743)) 11012;;;;;; (15401 43552))
10663;;; Generated autoloads from locate.el 11013;;; Generated autoloads from locate.el
10664 11014
10665(autoload (quote locate) "locate" "\ 11015(autoload (quote locate) "locate" "\
@@ -10693,8 +11043,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
10693 11043
10694;;;*** 11044;;;***
10695 11045
10696;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15391 11046;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15411
10697;;;;;; 40438)) 11047;;;;;; 14805))
10698;;; Generated autoloads from log-view.el 11048;;; Generated autoloads from log-view.el
10699 11049
10700(autoload (quote log-view-mode) "log-view" "\ 11050(autoload (quote log-view-mode) "log-view" "\
@@ -10783,7 +11133,7 @@ for further customization of the printer command." t nil)
10783 11133
10784;;;*** 11134;;;***
10785 11135
10786;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15394 64298)) 11136;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15411 14805))
10787;;; Generated autoloads from ls-lisp.el 11137;;; Generated autoloads from ls-lisp.el
10788 11138
10789(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) 11139(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))
@@ -11124,7 +11474,7 @@ Previous contents of that buffer are killed first." t nil)
11124 11474
11125;;;*** 11475;;;***
11126 11476
11127;;;### (autoloads (man-follow man) "man" "man.el" (15384 21743)) 11477;;;### (autoloads (man-follow man) "man" "man.el" (15425 28362))
11128;;; Generated autoloads from man.el 11478;;; Generated autoloads from man.el
11129 11479
11130(defalias (quote manual-entry) (quote man)) 11480(defalias (quote manual-entry) (quote man))
@@ -11147,7 +11497,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
11147 11497
11148;;;*** 11498;;;***
11149 11499
11150;;;### (autoloads (master-mode) "master" "master.el" (15301 62062)) 11500;;;### (autoloads (master-mode) "master" "master.el" (15401 43552))
11151;;; Generated autoloads from master.el 11501;;; Generated autoloads from master.el
11152 11502
11153(autoload (quote master-mode) "master" "\ 11503(autoload (quote master-mode) "master" "\
@@ -11176,7 +11526,7 @@ yourself the value of `master-of' by calling `master-show-slave'." t nil)
11176;;;;;; message-signature message-indent-citation-function message-cite-function 11526;;;;;; message-signature message-indent-citation-function message-cite-function
11177;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 11527;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
11178;;;;;; message-user-organization-file message-signature-separator 11528;;;;;; message-user-organization-file message-signature-separator
11179;;;;;; message-from-style) "message" "gnus/message.el" (15384 21745)) 11529;;;;;; message-from-style) "message" "gnus/message.el" (15411 14806))
11180;;; Generated autoloads from gnus/message.el 11530;;; Generated autoloads from gnus/message.el
11181 11531
11182(defvar message-from-style (quote default) "\ 11532(defvar message-from-style (quote default) "\
@@ -11480,7 +11830,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
11480 11830
11481;;;*** 11831;;;***
11482 11832
11483;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15394 64300)) 11833;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15401 43553))
11484;;; Generated autoloads from mail/mh-utils.el 11834;;; Generated autoloads from mail/mh-utils.el
11485 11835
11486(put (quote mh-progs) (quote risky-local-variable) t) 11836(put (quote mh-progs) (quote risky-local-variable) t)
@@ -11543,15 +11893,6 @@ Returns non-nil if the new state is enabled." t nil)
11543 11893
11544;;;*** 11894;;;***
11545 11895
11546;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el"
11547;;;;;; (15192 12224))
11548;;; Generated autoloads from emulation/mlconvert.el
11549
11550(autoload (quote convert-mocklisp-buffer) "mlconvert" "\
11551Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
11552
11553;;;***
11554
11555;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 11896;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
11556;;;;;; (15192 12230)) 11897;;;;;; (15192 12230))
11557;;; Generated autoloads from gnus/mm-partial.el 11898;;; Generated autoloads from gnus/mm-partial.el
@@ -11694,7 +12035,7 @@ different buffer menu using the function `msb'." t nil)
11694;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 12035;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
11695;;;;;; describe-coding-system describe-char-after describe-character-set 12036;;;;;; describe-coding-system describe-char-after describe-character-set
11696;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 12037;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
11697;;;;;; "international/mule-diag.el" (15394 64299)) 12038;;;;;; "international/mule-diag.el" (15405 35668))
11698;;; Generated autoloads from international/mule-diag.el 12039;;; Generated autoloads from international/mule-diag.el
11699 12040
11700(autoload (quote list-character-sets) "mule-diag" "\ 12041(autoload (quote list-character-sets) "mule-diag" "\
@@ -11944,7 +12285,7 @@ Enable mouse wheel support." nil nil)
11944;;;### (autoloads (network-connection network-connection-to-service 12285;;;### (autoloads (network-connection network-connection-to-service
11945;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 12286;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
11946;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 12287;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
11947;;;;;; (15358 31086)) 12288;;;;;; (15425 28364))
11948;;; Generated autoloads from net/net-utils.el 12289;;; Generated autoloads from net/net-utils.el
11949 12290
11950(autoload (quote traceroute) "net-utils" "\ 12291(autoload (quote traceroute) "net-utils" "\
@@ -12003,7 +12344,7 @@ Open a network connection to HOST on PORT." t nil)
12003;;;;;; uncomment-region comment-kill comment-set-column comment-indent 12344;;;;;; uncomment-region comment-kill comment-set-column comment-indent
12004;;;;;; comment-indent-default comment-normalize-vars comment-multi-line 12345;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
12005;;;;;; comment-padding comment-style comment-column) "newcomment" 12346;;;;;; comment-padding comment-style comment-column) "newcomment"
12006;;;;;; "newcomment.el" (15391 40438)) 12347;;;;;; "newcomment.el" (15425 28362))
12007;;; Generated autoloads from newcomment.el 12348;;; Generated autoloads from newcomment.el
12008 12349
12009(defalias (quote indent-for-comment) (quote comment-indent)) 12350(defalias (quote indent-for-comment) (quote comment-indent))
@@ -12249,7 +12590,7 @@ startup file, `~/.emacs-octave'." t nil)
12249;;;*** 12590;;;***
12250 12591
12251;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" 12592;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
12252;;;;;; (15394 64300)) 12593;;;;;; (15411 14806))
12253;;; Generated autoloads from progmodes/octave-mod.el 12594;;; Generated autoloads from progmodes/octave-mod.el
12254 12595
12255(autoload (quote octave-mode) "octave-mod" "\ 12596(autoload (quote octave-mode) "octave-mod" "\
@@ -13072,7 +13413,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
13072;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 13413;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
13073;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 13414;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
13074;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 13415;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
13075;;;;;; "ps-print.el" (15275 13004)) 13416;;;;;; "ps-print.el" (15411 14805))
13076;;; Generated autoloads from ps-print.el 13417;;; Generated autoloads from ps-print.el
13077 13418
13078(defvar ps-paper-type (quote letter) "\ 13419(defvar ps-paper-type (quote letter) "\
@@ -13216,7 +13557,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil)
13216;;;;;; quail-defrule quail-install-decode-map quail-install-map 13557;;;;;; quail-defrule quail-install-decode-map quail-install-map
13217;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 13558;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
13218;;;;;; quail-define-package quail-use-package quail-title) "quail" 13559;;;;;; quail-define-package quail-use-package quail-title) "quail"
13219;;;;;; "international/quail.el" (15391 40439)) 13560;;;;;; "international/quail.el" (15425 28363))
13220;;; Generated autoloads from international/quail.el 13561;;; Generated autoloads from international/quail.el
13221 13562
13222(autoload (quote quail-title) "quail" "\ 13563(autoload (quote quail-title) "quail" "\
@@ -13481,12 +13822,12 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
13481 13822
13482;;;*** 13823;;;***
13483 13824
13484;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15192 13825;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15425
13485;;;;;; 12237)) 13826;;;;;; 28364))
13486;;; Generated autoloads from net/rcompile.el 13827;;; Generated autoloads from net/rcompile.el
13487 13828
13488(autoload (quote remote-compile) "rcompile" "\ 13829(autoload (quote remote-compile) "rcompile" "\
13489Compile the the current buffer's directory on HOST. Log in as USER. 13830Compile the current buffer's directory on HOST. Log in as USER.
13490See \\[compile]." t nil) 13831See \\[compile]." t nil)
13491 13832
13492;;;*** 13833;;;***
@@ -13641,8 +13982,8 @@ rectangle which were empty." t nil)
13641 13982
13642;;;*** 13983;;;***
13643 13984
13644;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15306 13985;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15401
13645;;;;;; 37172)) 13986;;;;;; 43553))
13646;;; Generated autoloads from textmodes/refill.el 13987;;; Generated autoloads from textmodes/refill.el
13647 13988
13648(autoload (quote refill-mode) "refill" "\ 13989(autoload (quote refill-mode) "refill" "\
@@ -13754,7 +14095,7 @@ Here are all local bindings.
13754;;;*** 14095;;;***
13755 14096
13756;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 14097;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
13757;;;;;; (15384 21745)) 14098;;;;;; (15425 28363))
13758;;; Generated autoloads from emacs-lisp/regexp-opt.el 14099;;; Generated autoloads from emacs-lisp/regexp-opt.el
13759 14100
13760(autoload (quote regexp-opt) "regexp-opt" "\ 14101(autoload (quote regexp-opt) "regexp-opt" "\
@@ -13858,7 +14199,7 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil)
13858;;;*** 14199;;;***
13859 14200
13860;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 14201;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
13861;;;;;; (15369 56001)) 14202;;;;;; (15401 43552))
13862;;; Generated autoloads from reveal.el 14203;;; Generated autoloads from reveal.el
13863 14204
13864(autoload (quote reveal-mode) "reveal" "\ 14205(autoload (quote reveal-mode) "reveal" "\
@@ -13990,7 +14331,7 @@ variable." t nil)
13990;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 14331;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
13991;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 14332;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
13992;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 14333;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
13993;;;;;; "rmail" "mail/rmail.el" (15391 40440)) 14334;;;;;; "rmail" "mail/rmail.el" (15425 28363))
13994;;; Generated autoloads from mail/rmail.el 14335;;; Generated autoloads from mail/rmail.el
13995 14336
13996(defvar rmail-dont-reply-to-names nil "\ 14337(defvar rmail-dont-reply-to-names nil "\
@@ -14473,8 +14814,8 @@ This function is obsolete." t nil)
14473 14814
14474;;;*** 14815;;;***
14475 14816
14476;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15391 14817;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15425
14477;;;;;; 40438)) 14818;;;;;; 28362))
14478;;; Generated autoloads from ruler-mode.el 14819;;; Generated autoloads from ruler-mode.el
14479 14820
14480(autoload (quote ruler-mode) "ruler-mode" "\ 14821(autoload (quote ruler-mode) "ruler-mode" "\
@@ -14850,7 +15191,7 @@ Toggle Scroll-All minor mode." t nil)
14850;;;;;; mail-archive-file-name mail-header-separator send-mail-function 15191;;;;;; mail-archive-file-name mail-header-separator send-mail-function
14851;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 15192;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
14852;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 15193;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
14853;;;;;; (15323 13041)) 15194;;;;;; (15425 28363))
14854;;; Generated autoloads from mail/sendmail.el 15195;;; Generated autoloads from mail/sendmail.el
14855 15196
14856(defvar mail-from-style (quote angles) "\ 15197(defvar mail-from-style (quote angles) "\
@@ -15093,7 +15434,7 @@ To work around that, do:
15093;;;*** 15434;;;***
15094 15435
15095;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 15436;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
15096;;;;;; (15391 40440)) 15437;;;;;; (15411 14806))
15097;;; Generated autoloads from progmodes/sh-script.el 15438;;; Generated autoloads from progmodes/sh-script.el
15098 15439
15099(put (quote sh-mode) (quote mode-class) (quote special)) 15440(put (quote sh-mode) (quote mode-class) (quote special))
@@ -15465,7 +15806,7 @@ which smileys to operate on and which images to use for them." t nil)
15465;;;*** 15806;;;***
15466 15807
15467;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 15808;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
15468;;;;;; (15384 21746)) 15809;;;;;; (15401 43553))
15469;;; Generated autoloads from mail/smtpmail.el 15810;;; Generated autoloads from mail/smtpmail.el
15470 15811
15471(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 15812(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
@@ -15523,7 +15864,7 @@ then `snmpv2-mode-hook'." t nil)
15523 15864
15524;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 15865;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
15525;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 15866;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
15526;;;;;; "solar" "calendar/solar.el" (15349 7597)) 15867;;;;;; "solar" "calendar/solar.el" (15425 28362))
15527;;; Generated autoloads from calendar/solar.el 15868;;; Generated autoloads from calendar/solar.el
15528 15869
15529(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 15870(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -15658,7 +15999,7 @@ Pick your favourite shortcuts:
15658 15999
15659;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 16000;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
15660;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 16001;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
15661;;;;;; sort-lines sort-subr) "sort" "sort.el" (15192 12217)) 16002;;;;;; sort-lines sort-subr) "sort" "sort.el" (15401 43552))
15662;;; Generated autoloads from sort.el 16003;;; Generated autoloads from sort.el
15663 16004
15664(autoload (quote sort-subr) "sort" "\ 16005(autoload (quote sort-subr) "sort" "\
@@ -15781,7 +16122,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
15781;;;*** 16122;;;***
15782 16123
15783;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 16124;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
15784;;;;;; "speedbar.el" (15384 21744)) 16125;;;;;; "speedbar.el" (15411 14805))
15785;;; Generated autoloads from speedbar.el 16126;;; Generated autoloads from speedbar.el
15786 16127
15787(defalias (quote speedbar) (quote speedbar-frame-mode)) 16128(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -15844,7 +16185,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
15844 16185
15845;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres 16186;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres
15846;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode 16187;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode
15847;;;;;; sql-help) "sql" "progmodes/sql.el" (15349 7598)) 16188;;;;;; sql-help) "sql" "progmodes/sql.el" (15425 28364))
15848;;; Generated autoloads from progmodes/sql.el 16189;;; Generated autoloads from progmodes/sql.el
15849 16190
15850(autoload (quote sql-help) "sql" "\ 16191(autoload (quote sql-help) "sql" "\
@@ -16411,7 +16752,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
16411 16752
16412;;;*** 16753;;;***
16413 16754
16414;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15242 17023)) 16755;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15425 28364))
16415;;; Generated autoloads from net/telnet.el 16756;;; Generated autoloads from net/telnet.el
16416 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 16757 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
16417 16758
@@ -16431,8 +16772,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
16431 16772
16432;;;*** 16773;;;***
16433 16774
16434;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15394 16775;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15425
16435;;;;;; 64298)) 16776;;;;;; 28362))
16436;;; Generated autoloads from term.el 16777;;; Generated autoloads from term.el
16437 16778
16438(autoload (quote make-term) "term" "\ 16779(autoload (quote make-term) "term" "\
@@ -16798,7 +17139,7 @@ if large. You can use Info-split to do this manually." t nil)
16798;;;*** 17139;;;***
16799 17140
16800;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 17141;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
16801;;;;;; "texinfo" "textmodes/texinfo.el" (15319 49209)) 17142;;;;;; "texinfo" "textmodes/texinfo.el" (15425 28364))
16802;;; Generated autoloads from textmodes/texinfo.el 17143;;; Generated autoloads from textmodes/texinfo.el
16803 17144
16804(defvar texinfo-open-quote "``" "\ 17145(defvar texinfo-open-quote "``" "\
@@ -17015,7 +17356,7 @@ This function performs no refilling of the changed text." t nil)
17015;;;*** 17356;;;***
17016 17357
17017;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 17358;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
17018;;;;;; "time" "time.el" (15223 37890)) 17359;;;;;; "time" "time.el" (15425 28362))
17019;;; Generated autoloads from time.el 17360;;; Generated autoloads from time.el
17020 17361
17021(defvar display-time-day-and-date nil "\ 17362(defvar display-time-day-and-date nil "\
@@ -17379,7 +17720,7 @@ function." nil nil)
17379;;;*** 17720;;;***
17380 17721
17381;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 17722;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
17382;;;;;; (15332 8799)) 17723;;;;;; (15425 28362))
17383;;; Generated autoloads from tooltip.el 17724;;; Generated autoloads from tooltip.el
17384 17725
17385(autoload (quote tooltip-mode) "tooltip" "\ 17726(autoload (quote tooltip-mode) "tooltip" "\
@@ -17397,8 +17738,8 @@ use either \\[customize] or the function `tooltip-mode'.")
17397 17738
17398;;;*** 17739;;;***
17399 17740
17400;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15299 17741;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15401
17401;;;;;; 63969)) 17742;;;;;; 43552))
17402;;; Generated autoloads from emulation/tpu-edt.el 17743;;; Generated autoloads from emulation/tpu-edt.el
17403 17744
17404(defalias (quote tpu-edt-mode) (quote tpu-edt-on)) 17745(defalias (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -17654,7 +17995,7 @@ FRAC should be the inverse of the fractional value; for example, a value of
17654;;;*** 17995;;;***
17655 17996
17656;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode) 17997;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode)
17657;;;;;; "ucs-tables" "international/ucs-tables.el" (15383 44376)) 17998;;;;;; "ucs-tables" "international/ucs-tables.el" (15425 28363))
17658;;; Generated autoloads from international/ucs-tables.el 17999;;; Generated autoloads from international/ucs-tables.el
17659 18000
17660(defvar unify-8859-on-encoding-mode nil "\ 18001(defvar unify-8859-on-encoding-mode nil "\
@@ -17685,7 +18026,7 @@ charsets are handled automatically by the coding system used if it can
17685represent them. Thus, say, an e-acute from the Latin-1 charset (the 18026represent them. Thus, say, an e-acute from the Latin-1 charset (the
17686unified representation) in a buffer saved as Latin-9 will be encoded 18027unified representation) in a buffer saved as Latin-9 will be encoded
17687directly to a byte value 233. By default, in contrast, you would be 18028directly to a byte value 233. By default, in contrast, you would be
17688promtped for a general coding system to use for saving the file, which 18029prompted for a general coding system to use for saving the file, which
17689can cope with separate Latin-1 and Latin-9 representations of e-acute. 18030can cope with separate Latin-1 and Latin-9 representations of e-acute.
17690 18031
17691See also command `unify-8859-on-decoding-mode'." t nil) 18032See also command `unify-8859-on-decoding-mode'." t nil)
@@ -17806,7 +18147,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
17806;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window 18147;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window
17807;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 18148;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
17808;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 18149;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
17809;;;;;; "vc" "vc.el" (15394 64299)) 18150;;;;;; "vc" "vc.el" (15425 28362))
17810;;; Generated autoloads from vc.el 18151;;; Generated autoloads from vc.el
17811 18152
17812(defvar vc-checkout-hook nil "\ 18153(defvar vc-checkout-hook nil "\
@@ -18029,7 +18370,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18029 18370
18030;;;*** 18371;;;***
18031 18372
18032;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15394 64298)) 18373;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15425 28362))
18033;;; Generated autoloads from vc-cvs.el 18374;;; Generated autoloads from vc-cvs.el
18034 (defun vc-cvs-registered (f) 18375 (defun vc-cvs-registered (f)
18035 (when (file-readable-p (expand-file-name 18376 (when (file-readable-p (expand-file-name
@@ -18040,7 +18381,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18040;;;*** 18381;;;***
18041 18382
18042;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 18383;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
18043;;;;;; (15244 62593)) 18384;;;;;; (15425 28362))
18044;;; Generated autoloads from vc-rcs.el 18385;;; Generated autoloads from vc-rcs.el
18045 18386
18046(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 18387(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -18069,7 +18410,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
18069;;;*** 18410;;;***
18070 18411
18071;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 18412;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
18072;;;;;; (15394 64300)) 18413;;;;;; (15411 14806))
18073;;; Generated autoloads from progmodes/vhdl-mode.el 18414;;; Generated autoloads from progmodes/vhdl-mode.el
18074 18415
18075(autoload (quote vhdl-mode) "vhdl-mode" "\ 18416(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -18624,7 +18965,7 @@ Turn on VIP emulation of VI." t nil)
18624;;;*** 18965;;;***
18625 18966
18626;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 18967;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
18627;;;;;; (15358 31086)) 18968;;;;;; (15425 28363))
18628;;; Generated autoloads from emulation/viper.el 18969;;; Generated autoloads from emulation/viper.el
18629 18970
18630(autoload (quote toggle-viper-mode) "viper" "\ 18971(autoload (quote toggle-viper-mode) "viper" "\
@@ -18821,7 +19162,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
18821;;;*** 19162;;;***
18822 19163
18823;;;### (autoloads (widget-delete widget-create widget-prompt-value) 19164;;;### (autoloads (widget-delete widget-create widget-prompt-value)
18824;;;;;; "wid-edit" "wid-edit.el" (15384 21744)) 19165;;;;;; "wid-edit" "wid-edit.el" (15411 14805))
18825;;; Generated autoloads from wid-edit.el 19166;;; Generated autoloads from wid-edit.el
18826 19167
18827(autoload (quote widget-prompt-value) "wid-edit" "\ 19168(autoload (quote widget-prompt-value) "wid-edit" "\
@@ -18899,7 +19240,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil)
18899;;;*** 19240;;;***
18900 19241
18901;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 19242;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
18902;;;;;; "woman.el" (15297 22176)) 19243;;;;;; "woman.el" (15411 14805))
18903;;; Generated autoloads from woman.el 19244;;; Generated autoloads from woman.el
18904 19245
18905(autoload (quote woman) "woman" "\ 19246(autoload (quote woman) "woman" "\
@@ -19053,7 +19394,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t
19053;;;*** 19394;;;***
19054 19395
19055;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism 19396;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
19056;;;;;; yow) "yow" "play/yow.el" (15384 21747)) 19397;;;;;; yow) "yow" "play/yow.el" (15401 43553))
19057;;; Generated autoloads from play/yow.el 19398;;; Generated autoloads from play/yow.el
19058 19399
19059(autoload (quote yow) "yow" "\ 19400(autoload (quote yow) "yow" "\
@@ -19071,7 +19412,7 @@ Zippy goes to the analyst." t nil)
19071 19412
19072;;;*** 19413;;;***
19073 19414
19074;;;### (autoloads (zone) "zone" "play/zone.el" (15321 50029)) 19415;;;### (autoloads (zone) "zone" "play/zone.el" (15425 28364))
19075;;; Generated autoloads from play/zone.el 19416;;; Generated autoloads from play/zone.el
19076 19417
19077(autoload (quote zone) "zone" "\ 19418(autoload (quote zone) "zone" "\
@@ -19100,41 +19441,35 @@ Zone-mode does two things:
19100 19441
19101;;;### (autoloads nil nil ("textmodes/text-mode.el" "textmodes/texnfo-upd.el" 19442;;;### (autoloads nil nil ("textmodes/text-mode.el" "textmodes/texnfo-upd.el"
19102;;;;;; "term/xterm.el" "term/pc-win.el" "gnus/nnweb.el" "gnus/nnultimate.el" 19443;;;;;; "term/xterm.el" "term/pc-win.el" "gnus/nnweb.el" "gnus/nnultimate.el"
19103;;;;;; "gnus/nnslashdot.el" "gnus/nnimap.el" "gnus/mml.el" "help.el" 19444;;;;;; "gnus/nnslashdot.el" "gnus/nnimap.el" "gnus/mml.el" "env.el"
19104;;;;;; "faces.el" "env.el" "buff-menu.el" "abbrevlist.el" "byte-run.el" 19445;;;;;; "buff-menu.el" "byte-run.el" "cdl.el" "cus-dep.el" "dos-fns.el"
19105;;;;;; "cdl.el" "cus-dep.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" 19446;;;;;; "dos-vars.el" "dos-w32.el" "electric.el" "emacs-lock.el"
19106;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el" 19447;;;;;; "forms-d2.el" "forms-pass.el" "kermit.el" "map-ynp.el" "misc.el"
19107;;;;;; "emacs-lock.el" "format.el" "forms-d2.el" "forms-pass.el" 19448;;;;;; "mouse-copy.el" "patcomp.el" "paths.el" "pcvs-parse.el" "regi.el"
19108;;;;;; "kermit.el" "map-ynp.el" "misc.el" "mouse-copy.el" "patcomp.el" 19449;;;;;; "register.el" "s-region.el" "scroll-bar.el" "soundex.el"
19109;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "regi.el" "register.el" 19450;;;;;; "tcp.el" "timezone.el" "unused.el" "vcursor.el" "vms-patch.el"
19110;;;;;; "s-region.el" "scroll-bar.el" "soundex.el" "tcp.el" "timezone.el" 19451;;;;;; "vmsproc.el" "vt100-led.el" "widget.el" "international/iso-ascii.el"
19111;;;;;; "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
19112;;;;;; "vt100-led.el" "widget.el" "xscheme.el" "international/iso-ascii.el"
19113;;;;;; "international/iso-swed.el" "international/ja-dic-cnv.el" 19452;;;;;; "international/iso-swed.el" "international/ja-dic-cnv.el"
19114;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/swedish.el" 19453;;;;;; "international/ja-dic-utl.el" "international/swedish.el"
19115;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" 19454;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
19116;;;;;; "net/eudcb-ph.el" "net/ldap.el" "calendar/cal-china.el" "calendar/cal-coptic.el" 19455;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el"
19117;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el" 19456;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
19118;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" 19457;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
19119;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" 19458;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el"
19120;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" 19459;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
19121;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" 19460;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
19122;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el" 19461;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el"
19123;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lmenu.el" 19462;;;;;; "emulation/edt-lk201.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
19124;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emulation/edt-lk201.el" 19463;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
19125;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/mlsupport.el" 19464;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
19126;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 19465;;;;;; "eshell/em-hist.el" "eshell/em-pred.el" "eshell/em-prompt.el"
19127;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "eshell/em-alias.el" 19466;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
19128;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" 19467;;;;;; "eshell/em-term.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
19129;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" 19468;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
19130;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 19469;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
19131;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 19470;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
19132;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 19471;;;;;; "gnus/flow-fill.el" "gnus/format-spec.el" "gnus/gnus-async.el"
19133;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el" 19472;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
19134;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
19135;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el"
19136;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
19137;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
19138;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 19473;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
19139;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 19474;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
19140;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 19475;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
@@ -19146,77 +19481,85 @@ Zone-mode does two things:
19146;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" 19481;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
19147;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" 19482;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
19148;;;;;; "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnoo.el" 19483;;;;;; "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnoo.el"
19149;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el" 19484;;;;;; "gnus/nnvirtual.el" "gnus/nnwarchive.el" "gnus/parse-time.el"
19150;;;;;; "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el" 19485;;;;;; "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el" "gnus/rfc2045.el"
19151;;;;;; "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" 19486;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el"
19152;;;;;; "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" "language/english.el" 19487;;;;;; "gnus/utf7.el" "gnus/webmail.el" "language/english.el" "language/ethiopic.el"
19153;;;;;; "language/ethiopic.el" "language/misc-lang.el" "language/romanian.el" 19488;;;;;; "language/misc-lang.el" "language/romanian.el" "mail/blessmail.el"
19154;;;;;; "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" 19489;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mh-funcs.el"
19155;;;;;; "mail/mh-funcs.el" "mail/mh-seq.el" "mail/rfc2368.el" "mail/rfc822.el" 19490;;;;;; "mail/mh-seq.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el"
19156;;;;;; "mail/uce.el" "mail/vms-pmail.el" "obsolete/ooutline.el" 19491;;;;;; "mail/vms-pmail.el" "obsolete/ooutline.el" "obsolete/profile.el"
19157;;;;;; "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el" 19492;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
19158;;;;;; "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el" 19493;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
19159;;;;;; "obsolete/x-apollo.el" "obsolete/x-menu.el" "play/gametree.el" 19494;;;;;; "obsolete/x-menu.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
19160;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el" 19495;;;;;; "progmodes/ada-xref.el" "progmodes/cc-align.el" "progmodes/cc-bytecomp.el"
19161;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 19496;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el"
19162;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-menus.el" 19497;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"
19163;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" 19498;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/mantemp.el"
19164;;;;;; "progmodes/ebnf-yac.el" "progmodes/mantemp.el" "term/AT386.el" 19499;;;;;; "term/AT386.el" "term/apollo.el" "term/bobcat.el" "term/iris-ansi.el"
19165;;;;;; "term/apollo.el" "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el" 19500;;;;;; "term/keyswap.el" "term/linux.el" "term/lk201.el" "term/mac-win.el"
19166;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" 19501;;;;;; "term/news.el" "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el"
19167;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" 19502;;;;;; "term/tvi970.el" "term/vt100.el" "term/vt102.el" "term/vt125.el"
19168;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" 19503;;;;;; "term/vt200.el" "term/vt201.el" "term/vt220.el" "term/vt240.el"
19169;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" 19504;;;;;; "term/vt300.el" "term/vt320.el" "term/vt400.el" "term/vt420.el"
19170;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/wyse50.el" 19505;;;;;; "term/wyse50.el" "textmodes/page.el" "textmodes/refbib.el"
19171;;;;;; "term/x-win.el" "textmodes/makeinfo.el" "textmodes/page.el" 19506;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
19172;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" 19507;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
19173;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-parse.el" 19508;;;;;; "textmodes/reftex-vars.el" "emacs-lisp/lselect.el" "saveplace.el"
19174;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-vars.el" 19509;;;;;; "uniquify.el" "eshell/em-unix.el" "international/latin-1.el"
19175;;;;;; "emacs-lisp/lselect.el" "saveplace.el" "uniquify.el" "eshell/em-ls.el" 19510;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el"
19176;;;;;; "eshell/em-unix.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 19511;;;;;; "international/latin-5.el" "international/latin-8.el" "textmodes/page-ext.el"
19177;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" 19512;;;;;; "eshell/esh-groups.el" "mouse-drag.el" "w32-fns.el" "calc/calc-aent.el"
19178;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" 19513;;;;;; "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el"
19179;;;;;; "term/w32-win.el" "textmodes/page-ext.el" "eshell/esh-groups.el" 19514;;;;;; "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el"
19180;;;;;; "abbrev.el" "generic-x.el" "mouse-drag.el" "version.el" "w32-fns.el" 19515;;;;;; "calc/calc-fin.el" "calc/calc-frac.el" "calc/calc-funcs.el"
19181;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" 19516;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el"
19182;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" 19517;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el"
19183;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el" 19518;;;;;; "calc/calc-maint.el" "calc/calc-map.el" "calc/calc-misc.el"
19184;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" 19519;;;;;; "calc/calc-mode.el" "calc/calc-poly.el" "calc/calc-prog.el"
19185;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" 19520;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
19186;;;;;; "calc/calc-macs.el" "calc/calc-maint.el" "calc/calc-map.el" 19521;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
19187;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-poly.el" 19522;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
19188;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" 19523;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
19189;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" 19524;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
19190;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" 19525;;;;;; "international/latin-9.el" "mail/mspools.el" "progmodes/cc-engine.el"
19191;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" 19526;;;;;; "allout.el" "case-table.el" "cus-start.el" "float-sup.el"
19192;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" 19527;;;;;; "foldout.el" "frame.el" "indent.el" "isearch.el" "loadup.el"
19193;;;;;; "calc/calcsel2.el" "emacs-lisp/lisp.el" "international/latin-9.el" 19528;;;;;; "menu-bar.el" "pcvs-util.el" "select.el" "tempo.el" "vc-hooks.el"
19194;;;;;; "mail/mspools.el" "progmodes/cc-engine.el" "allout.el" "bindings.el" 19529;;;;;; "xml.el" "calc/calc-forms.el" "calc/calc-math.el" "calc/calc-mtx.el"
19195;;;;;; "case-table.el" "cus-load.el" "cus-start.el" "custom.el" 19530;;;;;; "gnus/gnus-score.el" "gnus/gnus-sum.el" "gnus/gnus-util.el"
19196;;;;;; "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "files.el" 19531;;;;;; "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-view.el" "gnus/nnmail.el"
19197;;;;;; "finder-inf.el" "float-sup.el" "foldout.el" "frame.el" "indent.el" 19532;;;;;; "emacs-lisp/authors.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el"
19198;;;;;; "isearch.el" "loadup.el" "menu-bar.el" "mouse.el" "pcvs-util.el" 19533;;;;;; "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el" "emulation/tpu-mapper.el"
19199;;;;;; "replace.el" "select.el" "simple.el" "startup.el" "subdirs.el" 19534;;;;;; "international/characters.el" "international/iso-insert.el"
19200;;;;;; "subr.el" "tempo.el" "vc-hooks.el" "window.el" "xml.el" "calc/calc-forms.el"
19201;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "gnus/gnus-score.el"
19202;;;;;; "gnus/gnus-sum.el" "gnus/gnus-util.el" "gnus/imap.el" "gnus/mailcap.el"
19203;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/nnmail.el" "emacs-lisp/authors.el"
19204;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el"
19205;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emulation/edt-mapper.el"
19206;;;;;; "emulation/tpu-mapper.el" "international/characters.el" "international/iso-insert.el"
19207;;;;;; "international/mule-cmds.el" "international/mule-conf.el" 19535;;;;;; "international/mule-cmds.el" "international/mule-conf.el"
19208;;;;;; "international/mule.el" "international/utf-8-subst.el" "international/utf-8.el" 19536;;;;;; "international/mule.el" "international/utf-8.el" "language/chinese.el"
19209;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" 19537;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el"
19210;;;;;; "language/devanagari.el" "language/european.el" "language/georgian.el" 19538;;;;;; "language/greek.el" "language/hebrew.el" "language/japanese.el"
19211;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 19539;;;;;; "language/korean.el" "language/lao.el" "language/slovak.el"
19212;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el" 19540;;;;;; "language/thai.el" "language/tibetan.el" "language/vietnamese.el"
19213;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 19541;;;;;; "mail/mh-pick.el" "obsolete/c-mode.el" "obsolete/cplus-md.el"
19214;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "mail/mh-pick.el" 19542;;;;;; "obsolete/hilit19.el" "play/gamegrid.el" "progmodes/idlw-rinfo.el"
19215;;;;;; "obsolete/c-mode.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" 19543;;;;;; "progmodes/idlw-toolbar.el" "term/bg-mouse.el" "textmodes/bib-mode.el"
19216;;;;;; "play/gamegrid.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" 19544;;;;;; "textmodes/fill.el" "textmodes/paragraphs.el" "textmodes/reftex-toc.el"
19217;;;;;; "term/bg-mouse.el" "term/internal.el" "term/sun-mouse.el" 19545;;;;;; "subr.el" "vt-control.el" "window.el" "emacs-lisp/byte-opt.el"
19218;;;;;; "textmodes/bib-mode.el" "textmodes/fill.el" "textmodes/paragraphs.el" 19546;;;;;; "emacs-lisp/find-gc.el" "international/utf-8-subst.el" "language/georgian.el"
19219;;;;;; "textmodes/reftex-toc.el") (15394 64965 234514)) 19547;;;;;; "language/indian.el" "language/utf-8-lang.el" "obsolete/mlsupport.el"
19548;;;;;; "term/internal.el" "abbrev.el" "abbrevlist.el" "bindings.el"
19549;;;;;; "cus-load.el" "custom.el" "ediff-diff.el" "ediff-init.el"
19550;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el"
19551;;;;;; "faces.el" "files.el" "format.el" "generic-x.el" "help.el"
19552;;;;;; "mouse.el" "pcvs-info.el" "replace.el" "simple.el" "startup.el"
19553;;;;;; "version.el" "xscheme.el" "gnus/gnus-cite.el" "gnus/mm-util.el"
19554;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "emacs-lisp/lisp-mode.el"
19555;;;;;; "emacs-lisp/lisp.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
19556;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
19557;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "eshell/em-ls.el"
19558;;;;;; "international/ogonek.el" "language/european.el" "net/eudc-vars.el"
19559;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el"
19560;;;;;; "net/ldap.el" "term/sun-mouse.el" "term/w32-win.el" "term/x-win.el"
19561;;;;;; "textmodes/makeinfo.el" "textmodes/reftex-global.el" "finder-inf.el"
19562;;;;;; "subdirs.el") (15425 49422 707350))
19220 19563
19221;;;*** 19564;;;***
19222 19565