aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-08-20 09:44:14 +0000
committerKim F. Storm2002-08-20 09:44:14 +0000
commit296d76699fd448d7aa9113feb257a5bd787088f2 (patch)
tree6548f3afed0700cd962bd29fc8828720107a7ef7
parente88fc3ee986c849691652fc518ce911566f2379e (diff)
downloademacs-296d76699fd448d7aa9113feb257a5bd787088f2.tar.gz
emacs-296d76699fd448d7aa9113feb257a5bd787088f2.zip
regenerated
-rw-r--r--lisp/cus-load.el50
-rw-r--r--lisp/finder-inf.el1066
-rw-r--r--lisp/loaddefs.el1083
3 files changed, 1421 insertions, 778 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index c17186844db..c93f17035fd 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -37,8 +37,8 @@
37(put 'ps-print-vertical 'custom-loads '("ps-print")) 37(put 'ps-print-vertical 'custom-loads '("ps-print"))
38(put 'supercite-hooks 'custom-loads '("supercite")) 38(put 'supercite-hooks 'custom-loads '("supercite"))
39(put 'vhdl-menu 'custom-loads '("vhdl-mode")) 39(put 'vhdl-menu 'custom-loads '("vhdl-mode"))
40(put 'gnus-newsrc 'custom-loads '("gnus-start"))
41(put 'chinese-calendar 'custom-loads '("cal-china")) 40(put 'chinese-calendar 'custom-loads '("cal-china"))
41(put 'gnus-newsrc 'custom-loads '("gnus-start"))
42(put 'expand 'custom-loads '("expand")) 42(put 'expand 'custom-loads '("expand"))
43(put 'bookmark 'custom-loads '("bookmark")) 43(put 'bookmark 'custom-loads '("bookmark"))
44(put 'icon 'custom-loads '("icon")) 44(put 'icon 'custom-loads '("icon"))
@@ -59,12 +59,12 @@
59(put 'ps-print-background 'custom-loads '("ps-print")) 59(put 'ps-print-background 'custom-loads '("ps-print"))
60(put 'auto-show 'custom-loads '("auto-show")) 60(put 'auto-show 'custom-loads '("auto-show"))
61(put 'gnus-score-expire 'custom-loads '("gnus-kill" "gnus-score")) 61(put 'gnus-score-expire 'custom-loads '("gnus-kill" "gnus-score"))
62(put 'supercite-frames 'custom-loads '("supercite"))
63(put 'tramp 'custom-loads '("tramp")) 62(put 'tramp 'custom-loads '("tramp"))
63(put 'supercite-frames 'custom-loads '("supercite"))
64(put 'dirtrack 'custom-loads '("dirtrack")) 64(put 'dirtrack 'custom-loads '("dirtrack"))
65(put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind")) 65(put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind"))
66(put 'bruce 'custom-loads '("bruce")) 66(put 'bruce 'custom-loads '("bruce"))
67(put 'windows 'custom-loads '("hscroll" "scroll-all" "window" "follow" "windmove")) 67(put 'windows 'custom-loads '("hscroll" "window" "follow" "windmove"))
68(put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) 68(put 'gnus-exit 'custom-loads '("gnus-group" "gnus"))
69(put 'speedbar 'custom-loads '("speedbar")) 69(put 'speedbar 'custom-loads '("speedbar"))
70(put 'etags 'custom-loads '("etags")) 70(put 'etags 'custom-loads '("etags"))
@@ -221,8 +221,8 @@
221(put 'auto-save 'custom-loads '("files" "startup")) 221(put 'auto-save 'custom-loads '("files" "startup"))
222(put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) 222(put 'tpu 'custom-loads '("tpu-edt" "tpu-extras"))
223(put 'w32 'custom-loads '("w32-vars")) 223(put 'w32 'custom-loads '("w32-vars"))
224(put 'gnus-cite 'custom-loads '("gnus-cite"))
225(put 'viper-hooks 'custom-loads '("viper-init")) 224(put 'viper-hooks 'custom-loads '("viper-init"))
225(put 'gnus-cite 'custom-loads '("gnus-cite"))
226(put 'gnus-demon 'custom-loads '("gnus-demon")) 226(put 'gnus-demon 'custom-loads '("gnus-demon"))
227(put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars")) 227(put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars"))
228(put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper")) 228(put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper"))
@@ -276,7 +276,7 @@
276(put 'generic-x 'custom-loads '("generic-x")) 276(put 'generic-x 'custom-loads '("generic-x"))
277(put 'partial-completion 'custom-loads '("complete")) 277(put 'partial-completion 'custom-loads '("complete"))
278(put 'whitespace 'custom-loads '("whitespace")) 278(put 'whitespace 'custom-loads '("whitespace"))
279(put 'maint 'custom-loads '("gulp" "lisp-mnt" "emacsbug")) 279(put 'maint 'custom-loads '("emacsbug" "gulp" "lisp-mnt"))
280(put 'pages 'custom-loads '("page-ext")) 280(put 'pages 'custom-loads '("page-ext"))
281(put 'message-interface 'custom-loads '("message")) 281(put 'message-interface 'custom-loads '("message"))
282(put 'diary 'custom-loads '("calendar" "diary-lib" "solar")) 282(put 'diary 'custom-loads '("calendar" "diary-lib" "solar"))
@@ -293,6 +293,7 @@
293(put 'comint 'custom-loads '("comint")) 293(put 'comint 'custom-loads '("comint"))
294(put 'isearch 'custom-loads '("isearch")) 294(put 'isearch 'custom-loads '("isearch"))
295(put 'reftex-fontification-configurations 'custom-loads '("reftex-vars")) 295(put 'reftex-fontification-configurations 'custom-loads '("reftex-vars"))
296(put 'table-hook 'custom-loads '("table"))
296(put 'auto-insert 'custom-loads '("autoinsert")) 297(put 'auto-insert 'custom-loads '("autoinsert"))
297(put 'abbrev 'custom-loads '("files" "cus-edit" "dabbrev" "expand" "hippie-exp" "quickurl")) 298(put 'abbrev 'custom-loads '("files" "cus-edit" "dabbrev" "expand" "hippie-exp" "quickurl"))
298(put 'ediff-merge 'custom-loads '("ediff-init" "ediff-merg")) 299(put 'ediff-merge 'custom-loads '("ediff-init" "ediff-merg"))
@@ -303,13 +304,13 @@
303(put 'apropos 'custom-loads '("apropos")) 304(put 'apropos 'custom-loads '("apropos"))
304(put 'gomoku 'custom-loads '("gomoku")) 305(put 'gomoku 'custom-loads '("gomoku"))
305(put 'eshell-pred 'custom-loads '("em-pred")) 306(put 'eshell-pred 'custom-loads '("em-pred"))
306(put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "rcompile" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode")) 307(put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "rcompile" "compile" "ebrowse" "etags" "glasses" "make-mode"))
307(put 'gnus-topic 'custom-loads '("gnus-topic")) 308(put 'gnus-topic 'custom-loads '("gnus-topic"))
308(put 'sgml 'custom-loads '("sgml-mode")) 309(put 'sgml 'custom-loads '("sgml-mode"))
309(put 'keyboard 'custom-loads '("mule" "keypad" "chistory" "kmacro" "type-break")) 310(put 'keyboard 'custom-loads '("mule" "keypad" "chistory" "kmacro" "type-break"))
310(put 'isearch-faces 'custom-loads '("isearch")) 311(put 'isearch-faces 'custom-loads '("isearch"))
311(put 'viper-mouse 'custom-loads '("viper-mous"))
312(put 'eshell-hist 'custom-loads '("em-hist")) 312(put 'eshell-hist 'custom-loads '("em-hist"))
313(put 'viper-mouse 'custom-loads '("viper-mous"))
313(put 'ps-print-horizontal 'custom-loads '("ps-print")) 314(put 'ps-print-horizontal 'custom-loads '("ps-print"))
314(put 'woman 'custom-loads '("woman")) 315(put 'woman 'custom-loads '("woman"))
315(put 'decipher 'custom-loads '("decipher")) 316(put 'decipher 'custom-loads '("decipher"))
@@ -319,7 +320,7 @@
319(put 'metamail 'custom-loads '("metamail")) 320(put 'metamail 'custom-loads '("metamail"))
320(put 'winner 'custom-loads '("winner")) 321(put 'winner 'custom-loads '("winner"))
321(put 'ebrowse-faces 'custom-loads '("ebrowse")) 322(put 'ebrowse-faces 'custom-loads '("ebrowse"))
322(put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify")) 323(put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "table" "tildify"))
323(put 'reftex-citation-support 'custom-loads '("reftex-vars")) 324(put 'reftex-citation-support 'custom-loads '("reftex-vars"))
324(put 'gnus-summary-choose 'custom-loads '("gnus-sum")) 325(put 'gnus-summary-choose 'custom-loads '("gnus-sum"))
325(put 'widget-browse 'custom-loads '("wid-browse")) 326(put 'widget-browse 'custom-loads '("wid-browse"))
@@ -373,10 +374,10 @@
373(put 'log-view 'custom-loads '("log-view")) 374(put 'log-view 'custom-loads '("log-view"))
374(put 'PostScript 'custom-loads '("ps-mode")) 375(put 'PostScript 'custom-loads '("ps-mode"))
375(put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) 376(put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev"))
376(put 'earcon 'custom-loads '("earcon"))
377(put 'eshell-term 'custom-loads '("em-term")) 377(put 'eshell-term 'custom-loads '("em-term"))
378(put 'earcon 'custom-loads '("earcon"))
378(put 'feedmail-headers 'custom-loads '("feedmail")) 379(put 'feedmail-headers 'custom-loads '("feedmail"))
379(put 'hypermedia 'custom-loads '("wid-edit" "browse-url" "goto-addr" "metamail")) 380(put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr"))
380(put 'image 'custom-loads '("image-file")) 381(put 'image 'custom-loads '("image-file"))
381(put 'ff 'custom-loads '("find-file")) 382(put 'ff 'custom-loads '("find-file"))
382(put 'prolog 'custom-loads '("prolog")) 383(put 'prolog 'custom-loads '("prolog"))
@@ -409,13 +410,13 @@
409(put 'terminals 'custom-loads '("terminal")) 410(put 'terminals 'custom-loads '("terminal"))
410(put 'avoid 'custom-loads '("avoid")) 411(put 'avoid 'custom-loads '("avoid"))
411(put 'compare-w 'custom-loads '("compare-w")) 412(put 'compare-w 'custom-loads '("compare-w"))
413(put 'table-hooks 'custom-loads '("table"))
412(put 'sh-indentation 'custom-loads '("sh-script")) 414(put 'sh-indentation 'custom-loads '("sh-script"))
413(put 'ebnf-production 'custom-loads '("ebnf2ps")) 415(put 'ebnf-production 'custom-loads '("ebnf2ps"))
414(put 'gnus-files 'custom-loads '("gnus" "nnmail")) 416(put 'gnus-files 'custom-loads '("gnus" "nnmail"))
415(put 'gnus-windows 'custom-loads '("gnus-win")) 417(put 'gnus-windows 'custom-loads '("gnus-win"))
416(put 'reftex-label-support 'custom-loads '("reftex-vars")) 418(put 'reftex-label-support 'custom-loads '("reftex-vars"))
417(put 'gnus-article-buttons 'custom-loads '("gnus-art")) 419(put 'gnus-article-buttons 'custom-loads '("gnus-art"))
418(put 'old-c 'custom-loads '("c-mode" "cc-vars"))
419(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus")) 420(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus"))
420(put 'compilation 'custom-loads '("compile")) 421(put 'compilation 'custom-loads '("compile"))
421(put 'ediff-highlighting 'custom-loads '("ediff-init")) 422(put 'ediff-highlighting 'custom-loads '("ediff-init"))
@@ -485,7 +486,7 @@
485(put 'message-sending 'custom-loads '("message")) 486(put 'message-sending 'custom-loads '("message"))
486(put 'archive-arc 'custom-loads '("arc-mode")) 487(put 'archive-arc 'custom-loads '("arc-mode"))
487(put 'rmail-output 'custom-loads '("rmailout")) 488(put 'rmail-output 'custom-loads '("rmailout"))
488(put 'editing 'custom-loads '("simple" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "reveal" "view" "vcursor" "whitespace" "auto-show" "hscroll" "picture")) 489(put 'editing 'custom-loads '("simple" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "reveal" "view" "vcursor" "whitespace" "auto-show" "hscroll" "picture" "table"))
489(put 'crisp 'custom-loads '("crisp")) 490(put 'crisp 'custom-loads '("crisp"))
490(put 'nroff 'custom-loads '("nroff-mode")) 491(put 'nroff 'custom-loads '("nroff-mode"))
491(put 'gnus-group-icons 'custom-loads '("gnus-group")) 492(put 'gnus-group-icons 'custom-loads '("gnus-group"))
@@ -495,14 +496,15 @@
495(put 'bytecomp 'custom-loads '("bytecomp")) 496(put 'bytecomp 'custom-loads '("bytecomp"))
496(put 'message-insertion 'custom-loads '("message")) 497(put 'message-insertion 'custom-loads '("message"))
497(put 'pcmpl-unix 'custom-loads '("pcmpl-unix")) 498(put 'pcmpl-unix 'custom-loads '("pcmpl-unix"))
499(put 'table 'custom-loads '("table"))
498(put 'gnus-extract-post 'custom-loads '("gnus-uu")) 500(put 'gnus-extract-post 'custom-loads '("gnus-uu"))
499(put 'reftex-viewing-cross-references 'custom-loads '("reftex-vars")) 501(put 'reftex-viewing-cross-references 'custom-loads '("reftex-vars"))
500(put 'hanoi 'custom-loads '("hanoi")) 502(put 'hanoi 'custom-loads '("hanoi"))
501(put 'reftex-index-support 'custom-loads '("reftex-vars")) 503(put 'reftex-index-support 'custom-loads '("reftex-vars"))
502(put 'pascal 'custom-loads '("pascal")) 504(put 'pascal 'custom-loads '("pascal"))
503(put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) 505(put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum"))
504(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "snmp-mode" "timeclock")) 506(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode"))
505(put 'mail 'custom-loads '("simple" "startup" "time" "eudc-vars" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) 507(put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "eudc-vars" "fortune"))
506(put 'paren-blinking 'custom-loads '("simple")) 508(put 'paren-blinking 'custom-loads '("simple"))
507(put 'gnus-summary-sort 'custom-loads '("gnus-sum")) 509(put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
508(put 'fast-lock 'custom-loads '("fast-lock")) 510(put 'fast-lock 'custom-loads '("fast-lock"))
@@ -511,10 +513,10 @@
511(put 'customize 'custom-loads '("wid-edit" "cus-edit")) 513(put 'customize 'custom-loads '("wid-edit" "cus-edit"))
512(put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired")) 514(put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired"))
513(put 'recentf 'custom-loads '("recentf")) 515(put 'recentf 'custom-loads '("recentf"))
514(put 'fill 'custom-loads '("simple" "newcomment" "paragraphs" "fill" "align")) 516(put 'fill 'custom-loads '("simple" "newcomment" "paragraphs" "fill" "align" "table"))
515(put 'outlines 'custom-loads '("allout" "outline" "ooutline")) 517(put 'outlines 'custom-loads '("allout" "outline" "ooutline"))
516(put 'latin1-display 'custom-loads '("latin1-disp")) 518(put 'latin1-display 'custom-loads '("latin1-disp"))
517(put 'paragraphs 'custom-loads '("paragraphs")) 519(put 'paragraphs 'custom-loads '("paragraphs" "table"))
518(put 'ebrowse 'custom-loads '("ebrowse")) 520(put 'ebrowse 'custom-loads '("ebrowse"))
519(put 'nnmail-split 'custom-loads '("nnmail")) 521(put 'nnmail-split 'custom-loads '("nnmail"))
520(put 'makefile 'custom-loads '("make-mode")) 522(put 'makefile 'custom-loads '("make-mode"))
@@ -581,7 +583,7 @@
581(put 'tempo 'custom-loads '("tempo")) 583(put 'tempo 'custom-loads '("tempo"))
582(put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif")) 584(put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif"))
583(put 'nnmail-prepare 'custom-loads '("nnmail")) 585(put 'nnmail-prepare 'custom-loads '("nnmail"))
584(put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell")) 586(put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "rcompile" "rlogin" "compile" "sql" "flyspell"))
585(put 'ebnf2ps 'custom-loads '("ebnf2ps")) 587(put 'ebnf2ps 'custom-loads '("ebnf2ps"))
586(put 'sendmail 'custom-loads '("sendmail")) 588(put 'sendmail 'custom-loads '("sendmail"))
587(put 'gnus-article-signature 'custom-loads '("gnus-art")) 589(put 'gnus-article-signature 'custom-loads '("gnus-art"))
@@ -699,6 +701,8 @@
699(custom-put-if-not 'smtpmail-auth-credentials 'standard-value t) 701(custom-put-if-not 'smtpmail-auth-credentials 'standard-value t)
700(custom-put-if-not 'minibuffer-prompt 'custom-version "21.4") 702(custom-put-if-not 'minibuffer-prompt 'custom-version "21.4")
701(custom-put-if-not 'minibuffer-prompt 'group-documentation nil) 703(custom-put-if-not 'minibuffer-prompt 'group-documentation nil)
704(custom-put-if-not 'warning-suppress-types 'custom-version "21.4")
705(custom-put-if-not 'warning-suppress-types 'standard-value t)
702(custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1") 706(custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1")
703(custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t) 707(custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t)
704(custom-put-if-not 'eshell 'custom-version "21.1") 708(custom-put-if-not 'eshell 'custom-version "21.1")
@@ -739,8 +743,6 @@ the tasks accomplished by such tools.")
739(custom-put-if-not 'widget-image-enable 'standard-value t) 743(custom-put-if-not 'widget-image-enable 'standard-value t)
740(custom-put-if-not 'ps-line-spacing 'custom-version "21.1") 744(custom-put-if-not 'ps-line-spacing 'custom-version "21.1")
741(custom-put-if-not 'ps-line-spacing 'standard-value t) 745(custom-put-if-not 'ps-line-spacing 'standard-value t)
742(custom-put-if-not 'warning-suppress 'custom-version "21.4")
743(custom-put-if-not 'warning-suppress 'standard-value t)
744(custom-put-if-not 'ange-ftp-raw-login 'custom-version "21.3") 746(custom-put-if-not 'ange-ftp-raw-login 'custom-version "21.3")
745(custom-put-if-not 'ange-ftp-raw-login 'standard-value t) 747(custom-put-if-not 'ange-ftp-raw-login 'standard-value t)
746(custom-put-if-not 'ps-paragraph-spacing 'custom-version "21.1") 748(custom-put-if-not 'ps-paragraph-spacing 'custom-version "21.1")
@@ -870,10 +872,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
870(custom-put-if-not 'vc-diff-switches 'standard-value t) 872(custom-put-if-not 'vc-diff-switches 'standard-value t)
871(custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3") 873(custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3")
872(custom-put-if-not 'vcursor-interpret-input 'standard-value t) 874(custom-put-if-not 'vcursor-interpret-input 'standard-value t)
873(custom-put-if-not 'gnus-audio 'custom-version "21.1")
874(custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.")
875(custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1") 875(custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1")
876(custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t) 876(custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t)
877(custom-put-if-not 'gnus-audio 'custom-version "21.1")
878(custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.")
877(custom-put-if-not 'trailing-whitespace 'custom-version "21.1") 879(custom-put-if-not 'trailing-whitespace 'custom-version "21.1")
878(custom-put-if-not 'trailing-whitespace 'group-documentation nil) 880(custom-put-if-not 'trailing-whitespace 'group-documentation nil)
879(custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1") 881(custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1")
@@ -1112,8 +1114,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
1112(custom-put-if-not 'change-log-file-face 'group-documentation nil) 1114(custom-put-if-not 'change-log-file-face 'group-documentation nil)
1113(custom-put-if-not 'diary-unknown-time 'custom-version "20.3") 1115(custom-put-if-not 'diary-unknown-time 'custom-version "20.3")
1114(custom-put-if-not 'diary-unknown-time 'standard-value t) 1116(custom-put-if-not 'diary-unknown-time 'standard-value t)
1115(custom-put-if-not 'warning-suppress-log 'custom-version "21.4")
1116(custom-put-if-not 'warning-suppress-log 'standard-value t)
1117(custom-put-if-not 'vc-sccs-diff-switches 'custom-version "21.1") 1117(custom-put-if-not 'vc-sccs-diff-switches 'custom-version "21.1")
1118(custom-put-if-not 'vc-sccs-diff-switches 'standard-value t) 1118(custom-put-if-not 'vc-sccs-diff-switches 'standard-value t)
1119(custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3") 1119(custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3")
@@ -1180,8 +1180,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
1180(custom-put-if-not 'delphi 'group-documentation "Major mode for editing Delphi source in Emacs") 1180(custom-put-if-not 'delphi 'group-documentation "Major mode for editing Delphi source in Emacs")
1181(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") 1181(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
1182(custom-put-if-not 'eval-expression-print-level 'standard-value t) 1182(custom-put-if-not 'eval-expression-print-level 'standard-value t)
1183(custom-put-if-not 'warning-suppress-log-types 'custom-version "21.4")
1184(custom-put-if-not 'warning-suppress-log-types 'standard-value t)
1183 1185
1184(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") ("20.4" "files" "help" "sh-script" "compile") ("21.3" "hscroll" "ange-ftp") ("21.4" "sendmail" "add-log" "simple" "compile" "dired" "files" "replace" "fortran" "sgml-mode" "vc-cvs" "warnings" "ange-ftp" "utf-8" "smtpmail" "dabbrev") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "xscheme" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "sendmail" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "ange-ftp" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "vc-rcs" "fortran" "solar" "vc" "etags" "cus-edit" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" "frame" "wid-edit" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) 1186(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") ("20.4" "files" "help" "sh-script" "compile") ("21.3" "hscroll" "ange-ftp") ("21.4" "sendmail" "add-log" "simple" "compile" "dired" "files" "replace" "fortran" "sgml-mode" "vc-cvs" "ange-ftp" "utf-8" "warnings" "smtpmail" "dabbrev") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "xscheme" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "sendmail" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "ange-ftp" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "vc-rcs" "fortran" "solar" "vc" "etags" "cus-edit" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" "frame" "wid-edit" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql"))
1185 "For internal use by custom.") 1187 "For internal use by custom.")
1186 1188
1187(provide 'cus-load) 1189(provide 'cus-load)
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el
index 01f74afce49..2c62559103e 100644
--- a/lisp/finder-inf.el
+++ b/lisp/finder-inf.el
@@ -886,165 +886,414 @@
886 ("calcsel2.el" 886 ("calcsel2.el"
887 "selection functions for Calc" 887 "selection functions for Calc"
888 nil) 888 nil)
889 ("em-alias.el" 889 ("binhex.el"
890 "creation and management of command aliases" 890 "elisp native binhex decode"
891 nil) 891 (binhex news))
892 ("em-banner.el" 892 ("earcon.el"
893 "sample module that displays a login banner" 893 "sound effects for messages"
894 nil)
895 ("em-basic.el"
896 "basic shell builtin commands"
897 nil)
898 ("em-cmpl.el"
899 "completion using the TAB key"
900 nil)
901 ("em-dirs.el"
902 "directory navigation commands"
903 nil)
904 ("em-glob.el"
905 "extended file name globbing"
906 nil)
907 ("em-hist.el"
908 "history list management"
909 nil)
910 ("em-ls.el"
911 "implementation of ls in Lisp"
912 nil) 894 nil)
913 ("em-pred.el" 895 ("flow-fill.el"
914 "argument predicates and modifiers (ala zsh)" 896 "interprete RFC2646 \"flowed\" text"
897 (mail))
898 ("format-spec.el"
899 "functions for formatting arbitrary formatting strings"
900 (tools))
901 ("gnus-agent.el"
902 "unplugged support for Gnus"
915 nil) 903 nil)
916 ("em-prompt.el" 904 ("gnus-art.el"
917 "command prompts" 905 "article mode commands for Gnus"
906 (news))
907 ("gnus-async.el"
908 "asynchronous support for Gnus"
909 (news))
910 ("gnus-audio.el"
911 "sound effects for Gnus"
912 (news mail multimedia))
913 ("gnus-bcklg.el"
914 "backlog functions for Gnus"
915 (news))
916 ("gnus-cache.el"
917 "cache interface for Gnus"
918 (news))
919 ("gnus-cite.el"
920 "parse citations in articles for Gnus"
918 nil) 921 nil)
919 ("em-rebind.el" 922 ("gnus-cus.el"
920 "rebind keys when point is at current input" 923 "customization commands for Gnus"
924 (news))
925 ("gnus-demon.el"
926 "daemonic Gnus behaviour"
927 (news))
928 ("gnus-draft.el"
929 "draft message support for Gnus"
930 (news))
931 ("gnus-dup.el"
932 "suppression of duplicate articles in Gnus"
933 (news))
934 ("gnus-eform.el"
935 "a mode for editing forms for Gnus"
936 (news))
937 ("gnus-ems.el"
938 "functions for making Gnus work under different Emacsen"
939 (news))
940 ("gnus-gl.el"
941 "an interface to GroupLens for Gnus"
942 (news score))
943 ("gnus-group.el"
944 "group mode commands for Gnus"
945 (news))
946 ("gnus-int.el"
947 "backend interface functions for Gnus"
948 (news))
949 ("gnus-kill.el"
950 "kill commands for Gnus"
951 (news))
952 ("gnus-logic.el"
953 "advanced scoring code for Gnus"
954 (news))
955 ("gnus-mh.el"
956 "mh-e interface for Gnus"
957 (news))
958 ("gnus-ml.el"
959 "mailing list minor mode for Gnus"
960 (news))
961 ("gnus-mlspl.el"
962 "a group params-based mail splitting mechanism"
963 (news mail))
964 ("gnus-move.el"
965 "commands for moving Gnus from one server to another"
966 (news))
967 ("gnus-msg.el"
968 "mail and post interface for Gnus"
969 (news))
970 ("gnus-mule.el"
971 "provide backward compatibility function to GNUS"
972 (news i18n))
973 ("gnus-nocem.el"
974 "NoCeM pseudo-cancellation treatment"
975 (news))
976 ("gnus-range.el"
977 "range and sequence functions for Gnus"
978 (news))
979 ("gnus-salt.el"
980 "alternate summary mode interfaces for Gnus"
981 (news))
982 ("gnus-score.el"
983 "scoring code for Gnus"
984 (news))
985 ("gnus-setup.el"
986 "initialization & setup for Gnus 5"
987 (news))
988 ("gnus-soup.el"
989 "SOUP packet writing support for Gnus"
990 (news mail))
991 ("gnus-spec.el"
992 "format spec functions for Gnus"
993 (news))
994 ("gnus-srvr.el"
995 "virtual server support for Gnus"
996 (news))
997 ("gnus-start.el"
998 "startup functions for Gnus"
999 (news))
1000 ("gnus-sum.el"
1001 "summary mode commands for Gnus"
1002 (news))
1003 ("gnus-topic.el"
1004 "a folding minor mode for Gnus group buffers"
1005 (news))
1006 ("gnus-undo.el"
1007 "minor mode for undoing in Gnus"
1008 (news))
1009 ("gnus-util.el"
1010 "utility functions for Gnus"
1011 (news))
1012 ("gnus-uu.el"
1013 "extract (uu)encoded files in Gnus"
921 nil) 1014 nil)
922 ("em-script.el" 1015 ("gnus-vm.el"
923 "Eshell script files" 1016 "vm interface for Gnus"
1017 (news mail))
1018 ("gnus-win.el"
1019 "window configuration functions for Gnus"
1020 (news))
1021 ("gnus.el"
1022 "a newsreader for GNU Emacs"
1023 (news mail))
1024 ("ietf-drums.el"
1025 "functions for parsing RFC822bis headers"
924 nil) 1026 nil)
925 ("em-smart.el" 1027 ("imap.el"
926 "smart display of output" 1028 "imap library"
1029 (mail))
1030 ("mail-parse.el"
1031 "interface functions for parsing mail"
927 nil) 1032 nil)
928 ("em-term.el" 1033 ("mail-prsvr.el"
929 "running visual commands" 1034 "interface variables for parsing mail"
930 nil) 1035 nil)
931 ("em-unix.el" 1036 ("mail-source.el"
932 "UNIX command aliases" 1037 "functions for fetching mail"
1038 (news mail))
1039 ("mailcap.el"
1040 "MIME media types configuration"
1041 (news mail multimedia))
1042 ("message.el"
1043 "composing mail and news messages"
1044 (mail news))
1045 ("messcompat.el"
1046 "making message mode compatible with mail mode"
1047 (mail news))
1048 ("mm-bodies.el"
1049 "functions for decoding MIME things"
933 nil) 1050 nil)
934 ("em-xtra.el" 1051 ("mm-decode.el"
935 "extra alias functions" 1052 "functions for decoding MIME things"
936 nil) 1053 nil)
937 ("esh-arg.el" 1054 ("mm-encode.el"
938 "argument processing" 1055 "functions for encoding MIME things "
939 nil) 1056 nil)
940 ("esh-cmd.el" 1057 ("mm-partial.el"
941 "command invocation" 1058 "showing message/partial"
1059 (message partial))
1060 ("mm-util.el"
1061 "Utility functions for Mule and low level things"
942 nil) 1062 nil)
943 ("esh-ext.el" 1063 ("mm-uu.el"
944 "commands external to Eshell" 1064 "return uu stuff as mm handles"
1065 (postscript uudecode binhex shar forward news))
1066 ("mm-view.el"
1067 "functions for viewing MIME objects"
945 nil) 1068 nil)
946 ("esh-groups.el" 1069 ("mml.el"
947 nil 1070 "package for parsing and validating MML documents"
948 nil) 1071 nil)
949 ("esh-io.el" 1072 ("nnagent.el"
950 "I/O management" 1073 "offline backend for Gnus"
1074 (news mail))
1075 ("nnbabyl.el"
1076 "rmail mbox access for Gnus"
1077 (news mail))
1078 ("nndir.el"
1079 "single directory newsgroup access for Gnus"
1080 (news))
1081 ("nndoc.el"
1082 "single file access for Gnus"
1083 (news))
1084 ("nndraft.el"
1085 "draft article access for Gnus"
1086 (news))
1087 ("nneething.el"
1088 "arbitrary file access for Gnus"
1089 (news mail))
1090 ("nnfolder.el"
1091 "mail folder access for Gnus"
1092 (mail))
1093 ("nngateway.el"
1094 "posting news via mail gateways"
1095 (news mail))
1096 ("nnheader.el"
1097 "header access macros for Gnus and its backends"
1098 (news))
1099 ("nnimap.el"
1100 "imap backend for Gnus"
1101 (mail))
1102 ("nnkiboze.el"
1103 "select virtual news access for Gnus"
1104 (news))
1105 ("nnlistserv.el"
1106 "retrieving articles via web mailing list archives"
1107 (news mail))
1108 ("nnmail.el"
1109 "mail support functions for the Gnus mail backends"
1110 (news mail))
1111 ("nnmbox.el"
1112 "mail mbox access for Gnus"
1113 (news mail))
1114 ("nnmh.el"
1115 "mhspool access for Gnus"
1116 (news mail))
1117 ("nnml.el"
1118 "mail spool access for Gnus"
1119 (news mail))
1120 ("nnoo.el"
1121 "OO Gnus Backends"
1122 (news))
1123 ("nnslashdot.el"
1124 "interfacing with Slashdot"
1125 (news))
1126 ("nnsoup.el"
1127 "SOUP access for Gnus"
1128 (news mail))
1129 ("nnspool.el"
1130 "spool access for GNU Emacs"
1131 (news))
1132 ("nntp.el"
1133 "nntp access for Gnus"
1134 (news))
1135 ("nnultimate.el"
1136 "interfacing with the Ultimate Bulletin Board system"
1137 (news))
1138 ("nnvirtual.el"
1139 "virtual newsgroups access for Gnus"
1140 (news))
1141 ("nnwarchive.el"
1142 "interfacing with web archives"
1143 (news egroups mail-archive))
1144 ("nnweb.el"
1145 "retrieving articles via web search engines"
1146 (news))
1147 ("pop3.el"
1148 "Post Office Protocol (RFC 1460) interface"
1149 (mail))
1150 ("qp.el"
1151 "Quoted-Printable functions"
1152 (mail extensions))
1153 ("rfc1843.el"
1154 "HZ (rfc1843) decoding"
1155 (news hz hz+ mail i18n))
1156 ("rfc2045.el"
1157 "functions for decoding rfc2045 headers"
951 nil) 1158 nil)
952 ("esh-maint.el" 1159 ("rfc2047.el"
953 "init code for building eshell" 1160 "functions for encoding and decoding rfc2047 messages"
954 nil) 1161 nil)
955 ("esh-mode.el" 1162 ("rfc2104.el"
956 "user interface" 1163 "RFC2104 Hashed Message Authentication Codes"
1164 (mail))
1165 ("rfc2231.el"
1166 "functions for decoding rfc2231 headers"
957 nil) 1167 nil)
958 ("esh-module.el" 1168 ("score-mode.el"
959 "Eshell modules" 1169 "mode for editing Gnus score files"
960 (processes)) 1170 (news mail))
961 ("esh-opt.el" 1171 ("smiley-ems.el"
962 "command options processing" 1172 "displaying smiley faces"
1173 (news mail multimedia))
1174 ("starttls.el"
1175 "STARTTLS functions"
1176 (tls ssl openssl mail news))
1177 ("utf7.el"
1178 "UTF-7 encoding/decoding for Emacs"
1179 (mail))
1180 ("uudecode.el"
1181 "elisp native uudecode"
1182 (uudecode news))
1183 ("webmail.el"
1184 "interface of web mail"
1185 (hotmail netaddress my-deja netscape))
1186 ("blessmail.el"
1187 "decide whether movemail needs special privileges"
1188 (internal))
1189 ("emacsbug.el"
1190 "command to report Emacs bugs to appropriate mailing list"
1191 (maint mail))
1192 ("feedmail.el"
1193 "assist other email packages to massage outgoing messages"
1194 (email queue mail sendmail message spray smtp draft))
1195 ("footnote.el"
1196 "footnote support for message mode"
1197 (mail news))
1198 ("mail-extr.el"
1199 "extract full name and address from RFC 822 mail header"
1200 (mail))
1201 ("mail-hist.el"
1202 "headers and message body history for outgoing mail"
1203 (mail history))
1204 ("mail-utils.el"
1205 "utility functions used both by rmail and rnews"
1206 (mail news))
1207 ("mailabbrev.el"
1208 "abbrev-expansion of mail aliases"
1209 (mail))
1210 ("mailalias.el"
1211 "expand and complete mailing address aliases"
1212 (mail))
1213 ("mailheader.el"
1214 "mail header parsing, merging, formatting"
1215 (tools mail news))
1216 ("mailpost.el"
1217 "RMAIL coupler to /usr/uci/post mailer"
1218 (mail))
1219 ("metamail.el"
1220 "Metamail interface for GNU Emacs"
1221 (mail news mime multimedia))
1222 ("mh-comp.el"
1223 "mh-e functions for composing messages"
1224 (mail))
1225 ("mh-e.el"
1226 "GNU Emacs interface to the MH mail system"
1227 (mail))
1228 ("mh-funcs.el"
1229 "mh-e functions not everyone will use right away"
963 nil) 1230 nil)
964 ("esh-proc.el" 1231 ("mh-mime.el"
965 "process management" 1232 "mh-e support for composing MIME messages"
966 nil) 1233 nil)
967 ("esh-test.el" 1234 ("mh-pick.el"
968 "Eshell test suite" 1235 "make a search pattern and search for a message in mh-e"
969 nil) 1236 nil)
970 ("esh-util.el" 1237 ("mh-seq.el"
971 "general utilities" 1238 "mh-e sequences support"
972 nil) 1239 nil)
973 ("esh-var.el" 1240 ("mh-utils.el"
974 "handling of variables" 1241 "mh-e code needed for both sending and reading"
975 nil) 1242 nil)
976 ("eshell.el" 1243 ("mspools.el"
977 "the Emacs command shell" 1244 "show mail spools waiting to be read"
978 (processes)) 1245 (mail))
979 ("ange-ftp.el" 1246 ("reporter.el"
980 "transparent FTP support for GNU Emacs" 1247 "customizable bug reporting of lisp programs"
981 (comm)) 1248 (maint mail tools))
982 ("browse-url.el" 1249 ("rfc2368.el"
983 "pass a URL to a WWW browser" 1250 "support for rfc2368"
984 (hypertext hypermedia mouse)) 1251 (mail))
985 ("eudc-bob.el" 1252 ("rfc822.el"
986 "Binary Objects Support for EUDC" 1253 "hairy rfc822 parser for mail and news and suchlike"
987 (comm)) 1254 (mail))
988 ("eudc-export.el" 1255 ("rmail.el"
989 "functions to export EUDC query results" 1256 "main code of \"RMAIL\" mail reader for Emacs"
990 (comm)) 1257 (mail))
991 ("eudc-hotlist.el" 1258 ("rmailedit.el"
992 "hotlist management for EUDC" 1259 "\"RMAIL edit mode\" Edit the current message"
993 (comm)) 1260 (mail))
994 ("eudc-vars.el" 1261 ("rmailkwd.el"
995 "Emacs Unified Directory Client" 1262 "part of the \"RMAIL\" mail reader for Emacs"
996 (comm)) 1263 (mail))
997 ("eudc.el" 1264 ("rmailmsc.el"
998 "Emacs Unified Directory Client" 1265 "miscellaneous support functions for the RMAIL mail reader"
999 (comm)) 1266 (mail))
1000 ("eudcb-bbdb.el" 1267 ("rmailout.el"
1001 "Emacs Unified Directory Client - BBDB Backend" 1268 "\"RMAIL\" mail reader for Emacs: output message to a file"
1002 (comm)) 1269 (mail))
1003 ("eudcb-ldap.el" 1270 ("rmailsort.el"
1004 "Emacs Unified Directory Client - LDAP Backend" 1271 "Rmail: sort messages"
1005 (comm)) 1272 (mail))
1006 ("eudcb-ph.el" 1273 ("rmailsum.el"
1007 "Emacs Unified Directory Client - CCSO PH/QI Backend" 1274 "make summary buffers for the mail reader"
1008 (comm)) 1275 (mail))
1009 ("goto-addr.el" 1276 ("sendmail.el"
1010 "click to browse URL or to send to e-mail address" 1277 "mail sending commands for Emacs."
1011 (mh-e www mouse mail)) 1278 (mail))
1012 ("ldap.el" 1279 ("smtpmail.el"
1013 "client interface to LDAP for Emacs" 1280 "simple SMTP protocol (RFC 821) for sending mail"
1014 (comm)) 1281 (mail))
1015 ("net-utils.el" 1282 ("supercite.el"
1016 "network functions" 1283 "minor mode for citing mail and news replies"
1017 (network comm)) 1284 (mail news))
1018 ("netrc.el" 1285 ("uce.el"
1019 ".netrc parsing functionality" 1286 "facilitate reply to unsolicited commercial email"
1020 (news)) 1287 (uce unsolicited commercial email))
1021 ("quickurl.el" 1288 ("undigest.el"
1022 "insert an URL based on text at point in buffer" 1289 "digest-cracking support for the RMAIL mail reader"
1023 (hypermedia)) 1290 (mail))
1024 ("rcompile.el" 1291 ("unrmail.el"
1025 "run a compilation on a remote machine" 1292 "convert Rmail files to mailbox files"
1026 (tools processes)) 1293 (mail))
1027 ("rlogin.el" 1294 ("vms-pmail.el"
1028 "remote login interface" 1295 "use Emacs as the editor within VMS mail"
1029 (unix comm)) 1296 (vms))
1030 ("snmp-mode.el"
1031 "SNMP & SNMPv2 MIB major mode"
1032 (data))
1033 ("telnet.el"
1034 "run a telnet session from within an Emacs buffer"
1035 (unix comm))
1036 ("tramp-vc.el"
1037 "Version control integration for TRAMP.el"
1038 (comm processes))
1039 ("tramp.el"
1040 "Transparent Remote Access, Multiple Protocol"
1041 (comm processes))
1042 ("webjump.el"
1043 "programmable Web hotlist"
1044 (comm www))
1045 ("zone-mode.el"
1046 "major mode for editing DNS zone files"
1047 (dns languages))
1048 ("appt.el" 1297 ("appt.el"
1049 "appointment notification functions" 1298 "appointment notification functions"
1050 (calendar)) 1299 (calendar))
@@ -1345,303 +1594,96 @@
1345 ("ws-mode.el" 1594 ("ws-mode.el"
1346 "WordStar emulation mode for GNU Emacs" 1595 "WordStar emulation mode for GNU Emacs"
1347 (emulations)) 1596 (emulations))
1348 ("binhex.el" 1597 ("em-alias.el"
1349 "elisp native binhex decode" 1598 "creation and management of command aliases"
1350 (binhex news))
1351 ("earcon.el"
1352 "sound effects for messages"
1353 nil) 1599 nil)
1354 ("flow-fill.el" 1600 ("em-banner.el"
1355 "interprete RFC2646 \"flowed\" text" 1601 "sample module that displays a login banner"
1356 (mail))
1357 ("format-spec.el"
1358 "functions for formatting arbitrary formatting strings"
1359 (tools))
1360 ("gnus-agent.el"
1361 "unplugged support for Gnus"
1362 nil) 1602 nil)
1363 ("gnus-art.el" 1603 ("em-basic.el"
1364 "article mode commands for Gnus" 1604 "basic shell builtin commands"
1365 (news))
1366 ("gnus-async.el"
1367 "asynchronous support for Gnus"
1368 (news))
1369 ("gnus-audio.el"
1370 "sound effects for Gnus"
1371 (news mail multimedia))
1372 ("gnus-bcklg.el"
1373 "backlog functions for Gnus"
1374 (news))
1375 ("gnus-cache.el"
1376 "cache interface for Gnus"
1377 (news))
1378 ("gnus-cite.el"
1379 "parse citations in articles for Gnus"
1380 nil) 1605 nil)
1381 ("gnus-cus.el" 1606 ("em-cmpl.el"
1382 "customization commands for Gnus" 1607 "completion using the TAB key"
1383 (news))
1384 ("gnus-demon.el"
1385 "daemonic Gnus behaviour"
1386 (news))
1387 ("gnus-draft.el"
1388 "draft message support for Gnus"
1389 (news))
1390 ("gnus-dup.el"
1391 "suppression of duplicate articles in Gnus"
1392 (news))
1393 ("gnus-eform.el"
1394 "a mode for editing forms for Gnus"
1395 (news))
1396 ("gnus-ems.el"
1397 "functions for making Gnus work under different Emacsen"
1398 (news))
1399 ("gnus-gl.el"
1400 "an interface to GroupLens for Gnus"
1401 (news score))
1402 ("gnus-group.el"
1403 "group mode commands for Gnus"
1404 (news))
1405 ("gnus-int.el"
1406 "backend interface functions for Gnus"
1407 (news))
1408 ("gnus-kill.el"
1409 "kill commands for Gnus"
1410 (news))
1411 ("gnus-logic.el"
1412 "advanced scoring code for Gnus"
1413 (news))
1414 ("gnus-mh.el"
1415 "mh-e interface for Gnus"
1416 (news))
1417 ("gnus-ml.el"
1418 "mailing list minor mode for Gnus"
1419 (news))
1420 ("gnus-mlspl.el"
1421 "a group params-based mail splitting mechanism"
1422 (news mail))
1423 ("gnus-move.el"
1424 "commands for moving Gnus from one server to another"
1425 (news))
1426 ("gnus-msg.el"
1427 "mail and post interface for Gnus"
1428 (news))
1429 ("gnus-mule.el"
1430 "provide backward compatibility function to GNUS"
1431 (news i18n))
1432 ("gnus-nocem.el"
1433 "NoCeM pseudo-cancellation treatment"
1434 (news))
1435 ("gnus-range.el"
1436 "range and sequence functions for Gnus"
1437 (news))
1438 ("gnus-salt.el"
1439 "alternate summary mode interfaces for Gnus"
1440 (news))
1441 ("gnus-score.el"
1442 "scoring code for Gnus"
1443 (news))
1444 ("gnus-setup.el"
1445 "initialization & setup for Gnus 5"
1446 (news))
1447 ("gnus-soup.el"
1448 "SOUP packet writing support for Gnus"
1449 (news mail))
1450 ("gnus-spec.el"
1451 "format spec functions for Gnus"
1452 (news))
1453 ("gnus-srvr.el"
1454 "virtual server support for Gnus"
1455 (news))
1456 ("gnus-start.el"
1457 "startup functions for Gnus"
1458 (news))
1459 ("gnus-sum.el"
1460 "summary mode commands for Gnus"
1461 (news))
1462 ("gnus-topic.el"
1463 "a folding minor mode for Gnus group buffers"
1464 (news))
1465 ("gnus-undo.el"
1466 "minor mode for undoing in Gnus"
1467 (news))
1468 ("gnus-util.el"
1469 "utility functions for Gnus"
1470 (news))
1471 ("gnus-uu.el"
1472 "extract (uu)encoded files in Gnus"
1473 nil) 1608 nil)
1474 ("gnus-vm.el" 1609 ("em-dirs.el"
1475 "vm interface for Gnus" 1610 "directory navigation commands"
1476 (news mail))
1477 ("gnus-win.el"
1478 "window configuration functions for Gnus"
1479 (news))
1480 ("gnus.el"
1481 "a newsreader for GNU Emacs"
1482 (news mail))
1483 ("ietf-drums.el"
1484 "functions for parsing RFC822bis headers"
1485 nil) 1611 nil)
1486 ("imap.el" 1612 ("em-glob.el"
1487 "imap library" 1613 "extended file name globbing"
1488 (mail))
1489 ("mail-parse.el"
1490 "interface functions for parsing mail"
1491 nil) 1614 nil)
1492 ("mail-prsvr.el" 1615 ("em-hist.el"
1493 "interface variables for parsing mail" 1616 "history list management"
1494 nil) 1617 nil)
1495 ("mail-source.el" 1618 ("em-ls.el"
1496 "functions for fetching mail" 1619 "implementation of ls in Lisp"
1497 (news mail))
1498 ("mailcap.el"
1499 "MIME media types configuration"
1500 (news mail multimedia))
1501 ("message.el"
1502 "composing mail and news messages"
1503 (mail news))
1504 ("messcompat.el"
1505 "making message mode compatible with mail mode"
1506 (mail news))
1507 ("mm-bodies.el"
1508 "functions for decoding MIME things"
1509 nil) 1620 nil)
1510 ("mm-decode.el" 1621 ("em-pred.el"
1511 "functions for decoding MIME things" 1622 "argument predicates and modifiers (ala zsh)"
1512 nil) 1623 nil)
1513 ("mm-encode.el" 1624 ("em-prompt.el"
1514 "functions for encoding MIME things " 1625 "command prompts"
1515 nil) 1626 nil)
1516 ("mm-partial.el" 1627 ("em-rebind.el"
1517 "showing message/partial" 1628 "rebind keys when point is at current input"
1518 (message partial))
1519 ("mm-util.el"
1520 "Utility functions for Mule and low level things"
1521 nil) 1629 nil)
1522 ("mm-uu.el" 1630 ("em-script.el"
1523 "return uu stuff as mm handles" 1631 "Eshell script files"
1524 (postscript uudecode binhex shar forward news))
1525 ("mm-view.el"
1526 "functions for viewing MIME objects"
1527 nil) 1632 nil)
1528 ("mml.el" 1633 ("em-smart.el"
1529 "package for parsing and validating MML documents" 1634 "smart display of output"
1530 nil) 1635 nil)
1531 ("nnagent.el" 1636 ("em-term.el"
1532 "offline backend for Gnus" 1637 "running visual commands"
1533 (news mail))
1534 ("nnbabyl.el"
1535 "rmail mbox access for Gnus"
1536 (news mail))
1537 ("nndir.el"
1538 "single directory newsgroup access for Gnus"
1539 (news))
1540 ("nndoc.el"
1541 "single file access for Gnus"
1542 (news))
1543 ("nndraft.el"
1544 "draft article access for Gnus"
1545 (news))
1546 ("nneething.el"
1547 "arbitrary file access for Gnus"
1548 (news mail))
1549 ("nnfolder.el"
1550 "mail folder access for Gnus"
1551 (mail))
1552 ("nngateway.el"
1553 "posting news via mail gateways"
1554 (news mail))
1555 ("nnheader.el"
1556 "header access macros for Gnus and its backends"
1557 (news))
1558 ("nnimap.el"
1559 "imap backend for Gnus"
1560 (mail))
1561 ("nnkiboze.el"
1562 "select virtual news access for Gnus"
1563 (news))
1564 ("nnlistserv.el"
1565 "retrieving articles via web mailing list archives"
1566 (news mail))
1567 ("nnmail.el"
1568 "mail support functions for the Gnus mail backends"
1569 (news mail))
1570 ("nnmbox.el"
1571 "mail mbox access for Gnus"
1572 (news mail))
1573 ("nnmh.el"
1574 "mhspool access for Gnus"
1575 (news mail))
1576 ("nnml.el"
1577 "mail spool access for Gnus"
1578 (news mail))
1579 ("nnoo.el"
1580 "OO Gnus Backends"
1581 (news))
1582 ("nnslashdot.el"
1583 "interfacing with Slashdot"
1584 (news))
1585 ("nnsoup.el"
1586 "SOUP access for Gnus"
1587 (news mail))
1588 ("nnspool.el"
1589 "spool access for GNU Emacs"
1590 (news))
1591 ("nntp.el"
1592 "nntp access for Gnus"
1593 (news))
1594 ("nnultimate.el"
1595 "interfacing with the Ultimate Bulletin Board system"
1596 (news))
1597 ("nnvirtual.el"
1598 "virtual newsgroups access for Gnus"
1599 (news))
1600 ("nnwarchive.el"
1601 "interfacing with web archives"
1602 (news egroups mail-archive))
1603 ("nnweb.el"
1604 "retrieving articles via web search engines"
1605 (news))
1606 ("pop3.el"
1607 "Post Office Protocol (RFC 1460) interface"
1608 (mail))
1609 ("qp.el"
1610 "Quoted-Printable functions"
1611 (mail extensions))
1612 ("rfc1843.el"
1613 "HZ (rfc1843) decoding"
1614 (news hz hz+ mail i18n))
1615 ("rfc2045.el"
1616 "functions for decoding rfc2045 headers"
1617 nil) 1638 nil)
1618 ("rfc2047.el" 1639 ("em-unix.el"
1619 "functions for encoding and decoding rfc2047 messages" 1640 "UNIX command aliases"
1620 nil) 1641 nil)
1621 ("rfc2104.el" 1642 ("em-xtra.el"
1622 "RFC2104 Hashed Message Authentication Codes" 1643 "extra alias functions"
1623 (mail))
1624 ("rfc2231.el"
1625 "functions for decoding rfc2231 headers"
1626 nil) 1644 nil)
1627 ("score-mode.el" 1645 ("esh-arg.el"
1628 "mode for editing Gnus score files" 1646 "argument processing"
1629 (news mail)) 1647 nil)
1630 ("smiley-ems.el" 1648 ("esh-cmd.el"
1631 "displaying smiley faces" 1649 "command invocation"
1632 (news mail multimedia)) 1650 nil)
1633 ("starttls.el" 1651 ("esh-ext.el"
1634 "STARTTLS functions" 1652 "commands external to Eshell"
1635 (tls ssl openssl mail news)) 1653 nil)
1636 ("utf7.el" 1654 ("esh-groups.el"
1637 "UTF-7 encoding/decoding for Emacs" 1655 nil
1638 (mail)) 1656 nil)
1639 ("uudecode.el" 1657 ("esh-io.el"
1640 "elisp native uudecode" 1658 "I/O management"
1641 (uudecode news)) 1659 nil)
1642 ("webmail.el" 1660 ("esh-maint.el"
1643 "interface of web mail" 1661 "init code for building eshell"
1644 (hotmail netaddress my-deja netscape)) 1662 nil)
1663 ("esh-mode.el"
1664 "user interface"
1665 nil)
1666 ("esh-module.el"
1667 "Eshell modules"
1668 (processes))
1669 ("esh-opt.el"
1670 "command options processing"
1671 nil)
1672 ("esh-proc.el"
1673 "process management"
1674 nil)
1675 ("esh-test.el"
1676 "Eshell test suite"
1677 nil)
1678 ("esh-util.el"
1679 "general utilities"
1680 nil)
1681 ("esh-var.el"
1682 "handling of variables"
1683 nil)
1684 ("eshell.el"
1685 "the Emacs command shell"
1686 (processes))
1645 ("ccl.el" 1687 ("ccl.el"
1646 "CCL (Code Conversion Language) compiler" 1688 "CCL (Code Conversion Language) compiler"
1647 (ccl mule multilingual character set coding-system)) 1689 (ccl mule multilingual character set coding-system))
@@ -1747,6 +1789,9 @@
1747 ("ucs-tables.el" 1789 ("ucs-tables.el"
1748 "translation to, from and via Unicode" 1790 "translation to, from and via Unicode"
1749 (i18n)) 1791 (i18n))
1792 ("utf-16.el"
1793 "UTF-16 encoding/decoding"
1794 (unicode utf-16 i18n))
1750 ("utf-8-subst.el" 1795 ("utf-8-subst.el"
1751 "translation of untranslatable utf-8 to CJK" 1796 "translation of untranslatable utf-8 to CJK"
1752 (i18n)) 1797 (i18n))
@@ -1849,117 +1894,75 @@
1849 ("vietnamese.el" 1894 ("vietnamese.el"
1850 "support for Vietnamese" 1895 "support for Vietnamese"
1851 (multilingual vietnamese)) 1896 (multilingual vietnamese))
1852 ("blessmail.el" 1897 ("ange-ftp.el"
1853 "decide whether movemail needs special privileges" 1898 "transparent FTP support for GNU Emacs"
1854 (internal)) 1899 (comm))
1855 ("emacsbug.el" 1900 ("browse-url.el"
1856 "command to report Emacs bugs to appropriate mailing list" 1901 "pass a URL to a WWW browser"
1857 (maint mail)) 1902 (hypertext hypermedia mouse))
1858 ("feedmail.el" 1903 ("eudc-bob.el"
1859 "assist other email packages to massage outgoing messages" 1904 "Binary Objects Support for EUDC"
1860 (email queue mail sendmail message spray smtp draft)) 1905 (comm))
1861 ("footnote.el" 1906 ("eudc-export.el"
1862 "footnote support for message mode" 1907 "functions to export EUDC query results"
1863 (mail news)) 1908 (comm))
1864 ("mail-extr.el" 1909 ("eudc-hotlist.el"
1865 "extract full name and address from RFC 822 mail header" 1910 "hotlist management for EUDC"
1866 (mail)) 1911 (comm))
1867 ("mail-hist.el" 1912 ("eudc-vars.el"
1868 "headers and message body history for outgoing mail" 1913 "Emacs Unified Directory Client"
1869 (mail history)) 1914 (comm))
1870 ("mail-utils.el" 1915 ("eudc.el"
1871 "utility functions used both by rmail and rnews" 1916 "Emacs Unified Directory Client"
1872 (mail news)) 1917 (comm))
1873 ("mailabbrev.el" 1918 ("eudcb-bbdb.el"
1874 "abbrev-expansion of mail aliases" 1919 "Emacs Unified Directory Client - BBDB Backend"
1875 (mail)) 1920 (comm))
1876 ("mailalias.el" 1921 ("eudcb-ldap.el"
1877 "expand and complete mailing address aliases" 1922 "Emacs Unified Directory Client - LDAP Backend"
1878 (mail)) 1923 (comm))
1879 ("mailheader.el" 1924 ("eudcb-ph.el"
1880 "mail header parsing, merging, formatting" 1925 "Emacs Unified Directory Client - CCSO PH/QI Backend"
1881 (tools mail news)) 1926 (comm))
1882 ("mailpost.el" 1927 ("goto-addr.el"
1883 "RMAIL coupler to /usr/uci/post mailer" 1928 "click to browse URL or to send to e-mail address"
1884 (mail)) 1929 (mh-e www mouse mail))
1885 ("metamail.el" 1930 ("ldap.el"
1886 "Metamail interface for GNU Emacs" 1931 "client interface to LDAP for Emacs"
1887 (mail news mime multimedia)) 1932 (comm))
1888 ("mh-comp.el" 1933 ("net-utils.el"
1889 "mh-e functions for composing messages" 1934 "network functions"
1890 (mail)) 1935 (network comm))
1891 ("mh-e.el" 1936 ("netrc.el"
1892 "GNU Emacs interface to the MH mail system" 1937 ".netrc parsing functionality"
1893 (mail)) 1938 (news))
1894 ("mh-funcs.el" 1939 ("quickurl.el"
1895 "mh-e functions not everyone will use right away" 1940 "insert an URL based on text at point in buffer"
1896 nil) 1941 (hypermedia))
1897 ("mh-mime.el" 1942 ("rcompile.el"
1898 "mh-e support for composing MIME messages" 1943 "run a compilation on a remote machine"
1899 nil) 1944 (tools processes))
1900 ("mh-pick.el" 1945 ("rlogin.el"
1901 "make a search pattern and search for a message in mh-e" 1946 "remote login interface"
1902 nil) 1947 (unix comm))
1903 ("mh-seq.el" 1948 ("snmp-mode.el"
1904 "mh-e sequences support" 1949 "SNMP & SNMPv2 MIB major mode"
1905 nil) 1950 (data))
1906 ("mh-utils.el" 1951 ("telnet.el"
1907 "mh-e code needed for both sending and reading" 1952 "run a telnet session from within an Emacs buffer"
1908 nil) 1953 (unix comm))
1909 ("mspools.el" 1954 ("tramp-vc.el"
1910 "show mail spools waiting to be read" 1955 "Version control integration for TRAMP.el"
1911 (mail)) 1956 (comm processes))
1912 ("reporter.el" 1957 ("tramp.el"
1913 "customizable bug reporting of lisp programs" 1958 "Transparent Remote Access, Multiple Protocol"
1914 (maint mail tools)) 1959 (comm processes))
1915 ("rfc2368.el" 1960 ("webjump.el"
1916 "support for rfc2368" 1961 "programmable Web hotlist"
1917 (mail)) 1962 (comm www))
1918 ("rfc822.el" 1963 ("zone-mode.el"
1919 "hairy rfc822 parser for mail and news and suchlike" 1964 "major mode for editing DNS zone files"
1920 (mail)) 1965 (dns languages))
1921 ("rmail.el"
1922 "main code of \"RMAIL\" mail reader for Emacs"
1923 (mail))
1924 ("rmailedit.el"
1925 "\"RMAIL edit mode\" Edit the current message"
1926 (mail))
1927 ("rmailkwd.el"
1928 "part of the \"RMAIL\" mail reader for Emacs"
1929 (mail))
1930 ("rmailmsc.el"
1931 "miscellaneous support functions for the RMAIL mail reader"
1932 (mail))
1933 ("rmailout.el"
1934 "\"RMAIL\" mail reader for Emacs: output message to a file"
1935 (mail))
1936 ("rmailsort.el"
1937 "Rmail: sort messages"
1938 (mail))
1939 ("rmailsum.el"
1940 "make summary buffers for the mail reader"
1941 (mail))
1942 ("sendmail.el"
1943 "mail sending commands for Emacs."
1944 (mail))
1945 ("smtpmail.el"
1946 "simple SMTP protocol (RFC 821) for sending mail"
1947 (mail))
1948 ("supercite.el"
1949 "minor mode for citing mail and news replies"
1950 (mail news))
1951 ("uce.el"
1952 "facilitate reply to unsolicited commercial email"
1953 (uce unsolicited commercial email))
1954 ("undigest.el"
1955 "digest-cracking support for the RMAIL mail reader"
1956 (mail))
1957 ("unrmail.el"
1958 "convert Rmail files to mailbox files"
1959 (mail))
1960 ("vms-pmail.el"
1961 "use Emacs as the editor within VMS mail"
1962 (vms))
1963 ("5x5.el" 1966 ("5x5.el"
1964 "simple little puzzle game" 1967 "simple little puzzle game"
1965 (games puzzles)) 1968 (games puzzles))
@@ -2326,6 +2329,9 @@
2326 ("spell.el" 2329 ("spell.el"
2327 "spelling correction interface for Emacs" 2330 "spelling correction interface for Emacs"
2328 (wp unix)) 2331 (wp unix))
2332 ("table.el"
2333 "create and edit WYSIWYG text based embedded tables"
2334 (wp convenience))
2329 ("tex-mode.el" 2335 ("tex-mode.el"
2330 "TeX, LaTeX, and SliTeX mode commands" 2336 "TeX, LaTeX, and SliTeX mode commands"
2331 (tex)) 2337 (tex))
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index ea25175e733..a83319dc0d8 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -131,7 +131,7 @@ Completion is available." t nil)
131;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 131;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
132;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 132;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
133;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 133;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
134;;;;;; add-log-full-name) "add-log" "add-log.el" (15583 56451)) 134;;;;;; add-log-full-name) "add-log" "add-log.el" (15683 14753))
135;;; Generated autoloads from add-log.el 135;;; Generated autoloads from add-log.el
136 136
137(defvar add-log-full-name nil "\ 137(defvar add-log-full-name nil "\
@@ -221,7 +221,7 @@ Other modes are handled by a heuristic that looks in the 10K before
221point for uppercase headings starting in the first column or 221point for uppercase headings starting in the first column or
222identifiers followed by `:' or `='. See variables 222identifiers followed by `:' or `='. See variables
223`add-log-current-defun-header-regexp' and 223`add-log-current-defun-header-regexp' and
224`add-log-current-defun-function' 224`add-log-current-defun-function'.
225 225
226Has a preference of looking backwards." nil nil) 226Has a preference of looking backwards." nil nil)
227 227
@@ -407,7 +407,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil)
407;;;*** 407;;;***
408 408
409;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 409;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
410;;;;;; "net/ange-ftp.el" (15664 47249)) 410;;;;;; "net/ange-ftp.el" (15707 34351))
411;;; Generated autoloads from net/ange-ftp.el 411;;; Generated autoloads from net/ange-ftp.el
412 412
413(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 413(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -502,7 +502,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
502;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 502;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
503;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 503;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
504;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 504;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
505;;;;;; "appt" "calendar/appt.el" (15651 7288)) 505;;;;;; "appt" "calendar/appt.el" (15708 56871))
506;;; Generated autoloads from calendar/appt.el 506;;; Generated autoloads from calendar/appt.el
507 507
508(defvar appt-issue-message t "\ 508(defvar appt-issue-message t "\
@@ -1678,7 +1678,7 @@ corresponding bookmark function from Lisp (the one without the
1678;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1678;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1679;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1679;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1680;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1680;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1681;;;;;; "net/browse-url.el" (15640 49863)) 1681;;;;;; "net/browse-url.el" (15683 14757))
1682;;; Generated autoloads from net/browse-url.el 1682;;; Generated autoloads from net/browse-url.el
1683 1683
1684(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)) "\ 1684(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)) "\
@@ -2055,7 +2055,7 @@ Also see `make-text-button'." nil nil)
2055;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2055;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2056;;;;;; compile-defun byte-compile-file byte-recompile-directory 2056;;;;;; compile-defun byte-compile-file byte-recompile-directory
2057;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2057;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2058;;;;;; (15673 57912)) 2058;;;;;; (15689 46994))
2059;;; Generated autoloads from emacs-lisp/bytecomp.el 2059;;; Generated autoloads from emacs-lisp/bytecomp.el
2060 2060
2061(autoload (quote byte-force-recompile) "bytecomp" "\ 2061(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2139,7 +2139,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil
2139;;;*** 2139;;;***
2140 2140
2141;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" 2141;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2142;;;;;; (15533 28772)) 2142;;;;;; (15683 14756))
2143;;; Generated autoloads from calendar/cal-hebrew.el 2143;;; Generated autoloads from calendar/cal-hebrew.el
2144 2144
2145(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ 2145(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -2151,8 +2151,8 @@ from the cursor position." t nil)
2151 2151
2152;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2152;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2153;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2153;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2154;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15623 2154;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15698
2155;;;;;; 551)) 2155;;;;;; 64355))
2156;;; Generated autoloads from calc/calc.el 2156;;; Generated autoloads from calc/calc.el
2157 2157
2158(defvar calc-info-filename "calc.info" "\ 2158(defvar calc-info-filename "calc.info" "\
@@ -2911,7 +2911,7 @@ Infodock (based on XEmacs) has an additional symbol on this list:
2911 2911
2912;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 2912;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
2913;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 2913;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
2914;;;;;; (15669 48157)) 2914;;;;;; (15669 59919))
2915;;; Generated autoloads from international/ccl.el 2915;;; Generated autoloads from international/ccl.el
2916 2916
2917(autoload (quote ccl-compile) "ccl" "\ 2917(autoload (quote ccl-compile) "ccl" "\
@@ -3164,7 +3164,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni
3164;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3164;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3165;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3165;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3166;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3166;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3167;;;;;; (15666 2623)) 3167;;;;;; (15702 53007))
3168;;; Generated autoloads from emacs-lisp/checkdoc.el 3168;;; Generated autoloads from emacs-lisp/checkdoc.el
3169 3169
3170(autoload (quote checkdoc) "checkdoc" "\ 3170(autoload (quote checkdoc) "checkdoc" "\
@@ -3357,7 +3357,7 @@ and runs the normal hook `command-history-hook'." t nil)
3357 3357
3358;;;*** 3358;;;***
3359 3359
3360;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15664 62841)) 3360;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15666 1371))
3361;;; Generated autoloads from emacs-lisp/cl.el 3361;;; Generated autoloads from emacs-lisp/cl.el
3362 3362
3363(defvar custom-print-functions nil "\ 3363(defvar custom-print-functions nil "\
@@ -3475,7 +3475,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
3475;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3475;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3476;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3476;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3477;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3477;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3478;;;;;; (15657 51987)) 3478;;;;;; (15712 52093))
3479;;; Generated autoloads from comint.el 3479;;; Generated autoloads from comint.el
3480 3480
3481(autoload (quote make-comint-in-buffer) "comint" "\ 3481(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3531,8 +3531,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil)
3531 3531
3532;;;*** 3532;;;***
3533 3533
3534;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15668 3534;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15669
3535;;;;;; 25537)) 3535;;;;;; 19465))
3536;;; Generated autoloads from compare-w.el 3536;;; Generated autoloads from compare-w.el
3537 3537
3538(autoload (quote compare-windows) "compare-w" "\ 3538(autoload (quote compare-windows) "compare-w" "\
@@ -3739,7 +3739,7 @@ See also the variable `PC-include-file-path'." t nil)
3739;;;*** 3739;;;***
3740 3740
3741;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 3741;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
3742;;;;;; (15394 12097)) 3742;;;;;; (15707 34351))
3743;;; Generated autoloads from completion.el 3743;;; Generated autoloads from completion.el
3744 3744
3745(autoload (quote dynamic-completion-mode) "completion" "\ 3745(autoload (quote dynamic-completion-mode) "completion" "\
@@ -3750,7 +3750,7 @@ Enable dynamic word-completion." t nil)
3750;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after 3750;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
3751;;;;;; find-composition compose-chars decompose-string compose-string 3751;;;;;; find-composition compose-chars decompose-string compose-string
3752;;;;;; decompose-region compose-region) "composite" "composite.el" 3752;;;;;; decompose-region compose-region) "composite" "composite.el"
3753;;;;;; (15671 1183)) 3753;;;;;; (15714 3656))
3754;;; Generated autoloads from composite.el 3754;;; Generated autoloads from composite.el
3755 3755
3756(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ 3756(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
@@ -3795,13 +3795,17 @@ follows (the point `*' corresponds to both reference points):
3795(autoload (quote compose-region) "composite" "\ 3795(autoload (quote compose-region) "composite" "\
3796Compose characters in the current region. 3796Compose characters in the current region.
3797 3797
3798Characters are composed relatively, i.e. composed by overstricking or
3799stacking depending on ascent, descent and other properties.
3800
3798When called from a program, expects these four arguments. 3801When called from a program, expects these four arguments.
3799 3802
3800First two arguments START and END are positions (integers or markers) 3803First two arguments START and END are positions (integers or markers)
3801specifying the region. 3804specifying the region.
3802 3805
3803Optional 3rd argument COMPONENTS, if non-nil, is a character or a 3806Optional 3rd argument COMPONENTS, if non-nil, is a character or a
3804sequence (vector, list, or string) of integers. 3807sequence (vector, list, or string) of integers. In this case,
3808characters are composed not relatively but according to COMPONENTS.
3805 3809
3806If it is a character, it is an alternate character to display instead 3810If it is a character, it is an alternate character to display instead
3807of the text in the region. 3811of the text in the region.
@@ -4260,7 +4264,7 @@ paste (in addition to the normal emacs bindings)." t nil)
4260;;;;;; customize-option-other-window customize-changed-options customize-option 4264;;;;;; customize-option-other-window customize-changed-options customize-option
4261;;;;;; customize-group-other-window customize-group customize customize-save-variable 4265;;;;;; customize-group-other-window customize-group customize customize-save-variable
4262;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 4266;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
4263;;;;;; (15673 57911)) 4267;;;;;; (15675 7034))
4264;;; Generated autoloads from cus-edit.el 4268;;; Generated autoloads from cus-edit.el
4265 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4269 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4266 4270
@@ -4496,7 +4500,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on." t nil)
4496 4500
4497;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 4501;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
4498;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 4502;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
4499;;;;;; (15458 48360)) 4503;;;;;; (15683 14756))
4500;;; Generated autoloads from language/cyril-util.el 4504;;; Generated autoloads from language/cyril-util.el
4501 4505
4502(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 4506(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -4519,7 +4523,7 @@ If the argument is nil, we return the display table to its standard state." t ni
4519;;;*** 4523;;;***
4520 4524
4521;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 4525;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
4522;;;;;; (15671 1183)) 4526;;;;;; (15671 8032))
4523;;; Generated autoloads from dabbrev.el 4527;;; Generated autoloads from dabbrev.el
4524 4528
4525(define-key esc-map "/" (quote dabbrev-expand)) 4529(define-key esc-map "/" (quote dabbrev-expand))
@@ -4687,7 +4691,7 @@ $
4687;;;*** 4691;;;***
4688 4692
4689;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 4693;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
4690;;;;;; "emacs-lisp/debug.el" (15656 53216)) 4694;;;;;; "emacs-lisp/debug.el" (15685 15800))
4691;;; Generated autoloads from emacs-lisp/debug.el 4695;;; Generated autoloads from emacs-lisp/debug.el
4692 4696
4693(setq debugger (quote debug)) 4697(setq debugger (quote debug))
@@ -4925,7 +4929,7 @@ to provide correct modes for autoloaded files." nil nil)
4925;;;*** 4929;;;***
4926 4930
4927;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4931;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4928;;;;;; (15556 56042)) 4932;;;;;; (15698 64355))
4929;;; Generated autoloads from calendar/diary-lib.el 4933;;; Generated autoloads from calendar/diary-lib.el
4930 4934
4931(autoload (quote diary) "diary-lib" "\ 4935(autoload (quote diary) "diary-lib" "\
@@ -4984,7 +4988,7 @@ The backup file is the first file given to `diff'." t nil)
4984;;;*** 4988;;;***
4985 4989
4986;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 4990;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
4987;;;;;; (15668 25537)) 4991;;;;;; (15669 19465))
4988;;; Generated autoloads from diff-mode.el 4992;;; Generated autoloads from diff-mode.el
4989 4993
4990(autoload (quote diff-mode) "diff-mode" "\ 4994(autoload (quote diff-mode) "diff-mode" "\
@@ -5003,7 +5007,7 @@ Minor mode for viewing/editing context diffs.
5003;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5007;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5004;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5008;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5005;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5009;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5006;;;;;; "dired" "dired.el" (15646 4758)) 5010;;;;;; "dired" "dired.el" (15698 64354))
5007;;; Generated autoloads from dired.el 5011;;; Generated autoloads from dired.el
5008 5012
5009(defvar dired-listing-switches "-al" "\ 5013(defvar dired-listing-switches "-al" "\
@@ -5095,6 +5099,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh." t
5095 5099
5096(autoload (quote dired-noselect) "dired" "\ 5100(autoload (quote dired-noselect) "dired" "\
5097Like `dired' but returns the dired buffer as value, does not select it." nil nil) 5101Like `dired' but returns the dired buffer as value, does not select it." nil nil)
5102 (put 'dired-find-alternate-file 'disabled t)
5098 5103
5099;;;*** 5104;;;***
5100 5105
@@ -5536,7 +5541,7 @@ Play sounds in message buffers." t nil)
5536 5541
5537;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 5542;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
5538;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 5543;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
5539;;;;;; "emacs-lisp/easy-mmode.el" (15579 13270)) 5544;;;;;; "emacs-lisp/easy-mmode.el" (15707 34351))
5540;;; Generated autoloads from emacs-lisp/easy-mmode.el 5545;;; Generated autoloads from emacs-lisp/easy-mmode.el
5541 5546
5542(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 5547(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -5933,7 +5938,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5933;;;*** 5938;;;***
5934 5939
5935;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5940;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5936;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15544 37708)) 5941;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15698 64355))
5937;;; Generated autoloads from emacs-lisp/edebug.el 5942;;; Generated autoloads from emacs-lisp/edebug.el
5938 5943
5939(defvar edebug-all-defs nil "\ 5944(defvar edebug-all-defs nil "\
@@ -5960,10 +5965,22 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
5960(defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) 5965(defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
5961 5966
5962(autoload (quote edebug-eval-top-level-form) "edebug" "\ 5967(autoload (quote edebug-eval-top-level-form) "edebug" "\
5963Evaluate a top level form, such as a defun or defmacro. 5968Evaluate the top level form point is in, stepping through with Edebug.
5964This is like `eval-defun', but the code is always instrumented for Edebug. 5969This is like `eval-defun' except that it steps the code for Edebug
5965Print its name in the minibuffer and leave point where it is, 5970before evaluating it. It displays the value in the echo area
5966or if an error occurs, leave point after it with mark at the original point." t nil) 5971using `eval-expression' (which see).
5972
5973If you do this on a function definition
5974such as a defun or defmacro, it defines the function and instruments
5975its definition for Edebug, so it will do Edebug stepping when called
5976later. It displays `Edebug: FUNCTION' in the echo area to indicate
5977that FUNCTION is now instrumented for Edebug.
5978
5979If the current defun is actually a call to `defvar' or `defcustom',
5980evaluating it this way resets the variable using its initial value
5981expression even if the variable already has some other value.
5982\(Normally `defvar' and `defcustom' do not alter the value if there
5983already is one.)" t nil)
5967 5984
5968;;;*** 5985;;;***
5969 5986
@@ -5975,8 +5992,8 @@ or if an error occurs, leave point after it with mark at the original point." t
5975;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor 5992;;;;;; ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor
5976;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 5993;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
5977;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 5994;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
5978;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 5995;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
5979;;;;;; ediff-files) "ediff" "ediff.el" (15513 1037)) 5996;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15689 46993))
5980;;; Generated autoloads from ediff.el 5997;;; Generated autoloads from ediff.el
5981 5998
5982(autoload (quote ediff-files) "ediff" "\ 5999(autoload (quote ediff-files) "ediff" "\
@@ -5989,6 +6006,11 @@ Run Ediff on three files, FILE-A, FILE-B, and FILE-C." t nil)
5989 6006
5990(defalias (quote ediff) (quote ediff-files)) 6007(defalias (quote ediff) (quote ediff-files))
5991 6008
6009(autoload (quote ediff-backup) "ediff" "\
6010Run Ediff on FILE and its backup file.
6011Uses the latest backup, if there are several numerical backups.
6012If this file is a backup, `ediff' it with its original." t nil)
6013
5992(autoload (quote ediff-buffers) "ediff" "\ 6014(autoload (quote ediff-buffers) "ediff" "\
5993Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B." t nil) 6015Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B." t nil)
5994 6016
@@ -6170,7 +6192,7 @@ Display Ediff's registry." t nil)
6170;;;*** 6192;;;***
6171 6193
6172;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 6194;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
6173;;;;;; "ediff-util" "ediff-util.el" (15549 60238)) 6195;;;;;; "ediff-util" "ediff-util.el" (15698 64354))
6174;;; Generated autoloads from ediff-util.el 6196;;; Generated autoloads from ediff-util.el
6175 6197
6176(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 6198(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -6187,9 +6209,8 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil
6187 6209
6188;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 6210;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
6189;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 6211;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
6190;;;;;; (15640 49858)) 6212;;;;;; (15714 4504))
6191;;; Generated autoloads from edmacro.el 6213;;; Generated autoloads from edmacro.el
6192 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
6193 6214
6194(defvar edmacro-eight-bits nil "\ 6215(defvar edmacro-eight-bits nil "\
6195*Non-nil if edit-kbd-macro should leave 8-bit characters intact. 6216*Non-nil if edit-kbd-macro should leave 8-bit characters intact.
@@ -6304,8 +6325,8 @@ Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
6304 6325
6305;;;*** 6326;;;***
6306 6327
6307;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15186 6328;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15707
6308;;;;;; 56482)) 6329;;;;;; 34351))
6309;;; Generated autoloads from elide-head.el 6330;;; Generated autoloads from elide-head.el
6310 6331
6311(autoload (quote elide-head) "elide-head" "\ 6332(autoload (quote elide-head) "elide-head" "\
@@ -6314,7 +6335,7 @@ Hide header material in buffer according to `elide-head-headers-to-hide'.
6314The header is made invisible with an overlay. With a prefix arg, show 6335The header is made invisible with an overlay. With a prefix arg, show
6315an elided material again. 6336an elided material again.
6316 6337
6317This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t nil) 6338This is suitable as an entry on `find-file-hook' or appropriate mode hooks." t nil)
6318 6339
6319;;;*** 6340;;;***
6320 6341
@@ -6355,7 +6376,7 @@ displayed." t nil)
6355;;;*** 6376;;;***
6356 6377
6357;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 6378;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
6358;;;;;; (15672 29704)) 6379;;;;;; (15672 42728))
6359;;; Generated autoloads from mail/emacsbug.el 6380;;; Generated autoloads from mail/emacsbug.el
6360 6381
6361(autoload (quote report-emacs-bug) "emacsbug" "\ 6382(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -6491,7 +6512,7 @@ Test Eshell to verify that it works as expected." t nil)
6491;;;*** 6512;;;***
6492 6513
6493;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command 6514;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
6494;;;;;; eshell) "eshell" "eshell/eshell.el" (15470 1515)) 6515;;;;;; eshell) "eshell" "eshell/eshell.el" (15683 14756))
6495;;; Generated autoloads from eshell/eshell.el 6516;;; Generated autoloads from eshell/eshell.el
6496 6517
6497(autoload (quote eshell) "eshell" "\ 6518(autoload (quote eshell) "eshell" "\
@@ -6499,8 +6520,10 @@ Create an interactive Eshell buffer.
6499The buffer used for Eshell sessions is determined by the value of 6520The buffer used for Eshell sessions is determined by the value of
6500`eshell-buffer-name'. If there is already an Eshell session active in 6521`eshell-buffer-name'. If there is already an Eshell session active in
6501that buffer, Emacs will simply switch to it. Otherwise, a new session 6522that buffer, Emacs will simply switch to it. Otherwise, a new session
6502will begin. A new session is always created if the prefix 6523will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
6503argument ARG is specified. Returns the buffer selected (or created)." t nil) 6524switches to the session with that number, creating it if necessary. A
6525nonnumeric prefix arg means to create a new session. Returns the
6526buffer selected (or created)." t nil)
6504 6527
6505(autoload (quote eshell-command) "eshell" "\ 6528(autoload (quote eshell-command) "eshell" "\
6506Execute the Eshell command string COMMAND. 6529Execute the Eshell command string COMMAND.
@@ -6767,7 +6790,7 @@ for \\[find-tag] (which see)." t nil)
6767;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 6790;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
6768;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 6791;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
6769;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 6792;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
6770;;;;;; "ethio-util" "language/ethio-util.el" (15391 46451)) 6793;;;;;; "ethio-util" "language/ethio-util.el" (15707 34351))
6771;;; Generated autoloads from language/ethio-util.el 6794;;; Generated autoloads from language/ethio-util.el
6772 6795
6773(autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil) 6796(autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil)
@@ -7073,7 +7096,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
7073 7096
7074;;;*** 7097;;;***
7075 7098
7076;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15640 49865)) 7099;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15698 64355))
7077;;; Generated autoloads from progmodes/f90.el 7100;;; Generated autoloads from progmodes/f90.el
7078 7101
7079(autoload (quote f90-mode) "f90" "\ 7102(autoload (quote f90-mode) "f90" "\
@@ -7537,7 +7560,7 @@ Visit the file you click on in another window." t nil)
7537;;;;;; find-variable-other-window find-variable find-variable-noselect 7560;;;;;; find-variable-other-window find-variable find-variable-noselect
7538;;;;;; find-function-other-frame find-function-other-window find-function 7561;;;;;; find-function-other-frame find-function-other-window find-function
7539;;;;;; find-function-noselect find-function-search-for-symbol) "find-func" 7562;;;;;; find-function-noselect find-function-search-for-symbol) "find-func"
7540;;;;;; "emacs-lisp/find-func.el" (15588 20860)) 7563;;;;;; "emacs-lisp/find-func.el" (15707 34351))
7541;;; Generated autoloads from emacs-lisp/find-func.el 7564;;; Generated autoloads from emacs-lisp/find-func.el
7542 7565
7543(autoload (quote find-function-search-for-symbol) "find-func" "\ 7566(autoload (quote find-function-search-for-symbol) "find-func" "\
@@ -8185,7 +8208,7 @@ Start Gnus and fetch session." t nil)
8185;;;*** 8208;;;***
8186 8209
8187;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 8210;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
8188;;;;;; (15587 64723)) 8211;;;;;; (15714 3658))
8189;;; Generated autoloads from gnus/gnus-art.el 8212;;; Generated autoloads from gnus/gnus-art.el
8190 8213
8191(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 8214(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -8598,7 +8621,7 @@ to be updated." t nil)
8598 8621
8599;;;### (autoloads (describe-categories describe-syntax describe-variable 8622;;;### (autoloads (describe-categories describe-syntax describe-variable
8600;;;;;; variable-at-point describe-function-1 describe-function locate-library 8623;;;;;; variable-at-point describe-function-1 describe-function locate-library
8601;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15669 48156)) 8624;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15713 28690))
8602;;; Generated autoloads from help-fns.el 8625;;; Generated autoloads from help-fns.el
8603 8626
8604(autoload (quote help-with-tutorial) "help-fns" "\ 8627(autoload (quote help-with-tutorial) "help-fns" "\
@@ -8610,8 +8633,8 @@ With arg, you are asked to choose which language." t nil)
8610 8633
8611(autoload (quote locate-library) "help-fns" "\ 8634(autoload (quote locate-library) "help-fns" "\
8612Show the precise file name of Emacs library LIBRARY. 8635Show the precise file name of Emacs library LIBRARY.
8613This command searches the directories in `load-path' like `M-x load-library' 8636This command searches the directories in `load-path' like `\\[load-library]'
8614to find the file that `M-x load-library RET LIBRARY RET' would load. 8637to find the file that `\\[load-library] RET LIBRARY RET' would load.
8615Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes' 8638Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
8616to the specified name LIBRARY. 8639to the specified name LIBRARY.
8617 8640
@@ -8663,7 +8686,7 @@ A value of nil means skip the middle step, so that
8663 8686
8664;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 8687;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8665;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 8688;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8666;;;;;; help-mode) "help-mode" "help-mode.el" (15668 25538)) 8689;;;;;; help-mode) "help-mode" "help-mode.el" (15669 19465))
8667;;; Generated autoloads from help-mode.el 8690;;; Generated autoloads from help-mode.el
8668 8691
8669(autoload (quote help-mode) "help-mode" "\ 8692(autoload (quote help-mode) "help-mode" "\
@@ -9280,7 +9303,7 @@ Also see `automatic-hscrolling'." t nil)
9280;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 9303;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
9281;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 9304;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
9282;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 9305;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
9283;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15583 56451)) 9306;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15712 9990))
9284;;; Generated autoloads from ibuf-ext.el 9307;;; Generated autoloads from ibuf-ext.el
9285 9308
9286(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9309(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -9404,6 +9427,7 @@ Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
9404If prefix argument ADD is non-nil, then add the saved filters instead 9427If prefix argument ADD is non-nil, then add the saved filters instead
9405of replacing the current filters." t nil) 9428of replacing the current filters." t nil)
9406 (autoload 'ibuffer-filter-by-mode "ibuf-ext.el") 9429 (autoload 'ibuffer-filter-by-mode "ibuf-ext.el")
9430 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext.el")
9407 (autoload 'ibuffer-filter-by-name "ibuf-ext.el") 9431 (autoload 'ibuffer-filter-by-name "ibuf-ext.el")
9408 (autoload 'ibuffer-filter-by-filename "ibuf-ext.el") 9432 (autoload 'ibuffer-filter-by-filename "ibuf-ext.el")
9409 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext.el") 9433 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext.el")
@@ -9598,7 +9622,7 @@ bound to the current value of the filter." nil (quote macro))
9598;;;*** 9622;;;***
9599 9623
9600;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 9624;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9601;;;;;; "ibuffer" "ibuffer.el" (15629 7773)) 9625;;;;;; "ibuffer" "ibuffer.el" (15698 64354))
9602;;; Generated autoloads from ibuffer.el 9626;;; Generated autoloads from ibuffer.el
9603 9627
9604(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 9628(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -9837,7 +9861,7 @@ The main features of this mode are
9837;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame 9861;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
9838;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 9862;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
9839;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" 9863;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
9840;;;;;; "ido.el" (15664 47248)) 9864;;;;;; "ido.el" (15683 14753))
9841;;; Generated autoloads from ido.el 9865;;; Generated autoloads from ido.el
9842 9866
9843(defvar ido-mode nil "\ 9867(defvar ido-mode nil "\
@@ -10038,7 +10062,7 @@ See `read-file-name' for additional parameters." nil nil)
10038 10062
10039;;;*** 10063;;;***
10040 10064
10041;;;### (autoloads (ielm) "ielm" "ielm.el" (15629 7773)) 10065;;;### (autoloads (ielm) "ielm" "ielm.el" (15712 52093))
10042;;; Generated autoloads from ielm.el 10066;;; Generated autoloads from ielm.el
10043 (add-hook 'same-window-buffer-names "*ielm*") 10067 (add-hook 'same-window-buffer-names "*ielm*")
10044 10068
@@ -10050,7 +10074,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
10050 10074
10051;;;### (autoloads (defimage find-image remove-images insert-image 10075;;;### (autoloads (defimage find-image remove-images insert-image
10052;;;;;; put-image create-image image-type-available-p image-type-from-file-header 10076;;;;;; put-image create-image image-type-available-p image-type-from-file-header
10053;;;;;; image-type-from-data) "image" "image.el" (15501 5682)) 10077;;;;;; image-type-from-data) "image" "image.el" (15698 64354))
10054;;; Generated autoloads from image.el 10078;;; Generated autoloads from image.el
10055 10079
10056(autoload (quote image-type-from-data) "image" "\ 10080(autoload (quote image-type-from-data) "image" "\
@@ -10200,7 +10224,7 @@ Image files are those whose name has an extension in
10200;;;*** 10224;;;***
10201 10225
10202;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 10226;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
10203;;;;;; imenu-sort-function) "imenu" "imenu.el" (15510 21813)) 10227;;;;;; imenu-sort-function) "imenu" "imenu.el" (15707 34351))
10204;;; Generated autoloads from imenu.el 10228;;; Generated autoloads from imenu.el
10205 10229
10206(defvar imenu-sort-function nil "\ 10230(defvar imenu-sort-function nil "\
@@ -10429,7 +10453,7 @@ of `inferior-lisp-program'). Runs the hooks from
10429;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 10453;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
10430;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 10454;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
10431;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 10455;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
10432;;;;;; (15664 47248)) 10456;;;;;; (15685 15800))
10433;;; Generated autoloads from info.el 10457;;; Generated autoloads from info.el
10434 10458
10435(autoload (quote info-other-window) "info" "\ 10459(autoload (quote info-other-window) "info" "\
@@ -10482,7 +10506,7 @@ This will add a speedbar major display mode." t nil)
10482 10506
10483;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 10507;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
10484;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 10508;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
10485;;;;;; (15671 3848)) 10509;;;;;; (15671 8032))
10486;;; Generated autoloads from info-look.el 10510;;; Generated autoloads from info-look.el
10487 10511
10488(autoload (quote info-lookup-reset) "info-look" "\ 10512(autoload (quote info-lookup-reset) "info-look" "\
@@ -10669,7 +10693,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
10669;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 10693;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
10670;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 10694;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
10671;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 10695;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
10672;;;;;; "ispell" "textmodes/ispell.el" (15609 17209)) 10696;;;;;; "ispell" "textmodes/ispell.el" (15686 22779))
10673;;; Generated autoloads from textmodes/ispell.el 10697;;; Generated autoloads from textmodes/ispell.el
10674 10698
10675(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 10699(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -11171,24 +11195,75 @@ and the return value is the length of the conversion." t nil)
11171 11195
11172;;;*** 11196;;;***
11173 11197
11174;;;### (autoloads (kmacro-initialize kmacro-initialize) "kmacro" 11198;;;### (autoloads (kmacro-end-call-mouse kmacro-end-or-call-macro
11175;;;;;; "kmacro.el" (15647 46106)) 11199;;;;;; kmacro-start-macro-or-insert-counter kmacro-call-macro kmacro-end-macro
11200;;;;;; kmacro-start-macro) "kmacro" "kmacro.el" (15713 34420))
11176;;; Generated autoloads from kmacro.el 11201;;; Generated autoloads from kmacro.el
11202 (global-set-key "\C-x(" 'kmacro-start-macro)
11203 (global-set-key "\C-x)" 'kmacro-end-macro)
11204 (global-set-key "\C-xe" 'kmacro-call-macro)
11205 (global-set-key [f7] 'kmacro-start-macro-or-insert-counter)
11206 (global-set-key [f8] 'kmacro-end-or-call-macro)
11207 (global-set-key "\C-x\C-k" 'kmacro-keymap)
11208 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
11209
11210(autoload (quote kmacro-start-macro) "kmacro" "\
11211Record subsequent keyboard input, defining a keyboard macro.
11212The commands are recorded even as they are executed.
11213Use \\[end-kbd-macro] to finish recording and make the macro available.
11214Use \\[call-last-kbd-macro] to execute the macro.
11215Use \\[name-last-kbd-macro] to give it a permanent name.
11216Non-nil arg (prefix arg) means append to last macro defined;
11217
11218With \\[universal-argument] prefix, append to last keyboard macro
11219defined. Depending on `kmacro-execute-before-append', this may begin
11220by re-executing the last macro as if you typed it again.
11221
11222Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
11223defining the macro.
11224
11225Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
11226The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
11227The format of the counter can be modified via \\[kmacro-set-format]." t nil)
11228
11229(autoload (quote kmacro-end-macro) "kmacro" "\
11230Finish defining a keyboard macro.
11231The definition was started by \\[kmacro-start-macro].
11232The macro is now available for use via \\[kmacro-call-macro],
11233or it can be given a name with \\[name-last-kbd-macro] and then invoked
11234under that name.
11177 11235
11178(defvar kmacro-initialize nil "\ 11236With numeric arg, repeat macro now that many times,
11179Setting this variable turns on the kmacro functionality. 11237counting the definition just completed as the first repetition.
11180This binds the kmacro function keys in the `global-map', so 11238An argument of zero means repeat until error." t nil)
11181unsetting this variable does not have any effect!")
11182 11239
11183(custom-add-to-group (quote kmacro) (quote kmacro-initialize) (quote custom-variable)) 11240(autoload (quote kmacro-call-macro) "kmacro" "\
11241Call the last keyboard macro that you defined with \\[kmacro-start-macro].
11184 11242
11185(custom-add-load (quote kmacro-initialize) (quote kmacro)) 11243A prefix argument serves as a repeat count. Zero means repeat until error.
11186 11244
11187(autoload (quote kmacro-initialize) "kmacro" "\ 11245To make a macro permanent so you can call it even after
11188Setup key bindings for the keyboard macro package. 11246defining others, use M-x name-last-kbd-macro." t nil)
11189If specified, use keys START-KEY, CALL-KEY, and CALL-MOUSE. 11247
11190Don't bind to any mouse event if CALL-MOUSE is t. 11248(autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
11191Otherwise, use customized keys." nil nil) 11249Set `kmacro-counter' to ARG or 0 if missing, and `start-kbd-macro'.
11250With \\[universal-argument], append to current keyboard macro (keep kmacro-counter).
11251
11252When defining/executing macro, insert macro counter and increment with
11253ARG or 1 if missing.
11254With \\[universal-argument], insert previous kmacro-counter (but do not modify counter).
11255
11256The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
11257The format of the counter can be modified via \\[kmacro-set-format]." t nil)
11258
11259(autoload (quote kmacro-end-or-call-macro) "kmacro" "\
11260End kbd macro if currently being defined; else call last kbd macro.
11261With numeric prefix ARG, repeat macro that many times.
11262With \\[universal-argument], call second macro in macro ring." t nil)
11263
11264(autoload (quote kmacro-end-call-mouse) "kmacro" "\
11265Move point to the position clicked with the mouse and call last kbd macro.
11266If kbd macro currently being defined end it before activating it." t nil)
11192 11267
11193;;;*** 11268;;;***
11194 11269
@@ -11562,8 +11637,8 @@ for further customization of the printer command." t nil)
11562 11637
11563;;;*** 11638;;;***
11564 11639
11565;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15186 11640;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15683
11566;;;;;; 39912)) 11641;;;;;; 14756))
11567;;; Generated autoloads from calendar/lunar.el 11642;;; Generated autoloads from calendar/lunar.el
11568 11643
11569(autoload (quote phases-of-moon) "lunar" "\ 11644(autoload (quote phases-of-moon) "lunar" "\
@@ -12381,8 +12456,8 @@ Convert morse coded text in region to ordinary ASCII text." t nil)
12381 12456
12382;;;*** 12457;;;***
12383 12458
12384;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15668 12459;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15669
12385;;;;;; 25538)) 12460;;;;;; 19465))
12386;;; Generated autoloads from mouse-sel.el 12461;;; Generated autoloads from mouse-sel.el
12387 12462
12388(defvar mouse-sel-mode nil "\ 12463(defvar mouse-sel-mode nil "\
@@ -12777,7 +12852,7 @@ Open a network connection to HOST on PORT." t nil)
12777;;;;;; comment-region uncomment-region comment-kill comment-set-column 12852;;;;;; comment-region uncomment-region comment-kill comment-set-column
12778;;;;;; comment-indent comment-indent-default comment-normalize-vars 12853;;;;;; comment-indent comment-indent-default comment-normalize-vars
12779;;;;;; comment-multi-line comment-padding comment-style comment-column) 12854;;;;;; comment-multi-line comment-padding comment-style comment-column)
12780;;;;;; "newcomment" "newcomment.el" (15640 49859)) 12855;;;;;; "newcomment" "newcomment.el" (15704 51484))
12781;;; Generated autoloads from newcomment.el 12856;;; Generated autoloads from newcomment.el
12782 12857
12783(defalias (quote indent-for-comment) (quote comment-indent)) 12858(defalias (quote indent-for-comment) (quote comment-indent))
@@ -13452,8 +13527,8 @@ Completion for the `chgrp' command." nil nil)
13452 13527
13453;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 13528;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
13454;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 13529;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
13455;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15500 13530;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15698
13456;;;;;; 16256)) 13531;;;;;; 64354))
13457;;; Generated autoloads from pcomplete.el 13532;;; Generated autoloads from pcomplete.el
13458 13533
13459(autoload (quote pcomplete) "pcomplete" "\ 13534(autoload (quote pcomplete) "pcomplete" "\
@@ -13877,7 +13952,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
13877;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 13952;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
13878;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 13953;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
13879;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 13954;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
13880;;;;;; "ps-print.el" (15564 39433)) 13955;;;;;; "ps-print.el" (15683 14756))
13881;;; Generated autoloads from ps-print.el 13956;;; Generated autoloads from ps-print.el
13882 13957
13883(defvar ps-paper-type (quote letter) "\ 13958(defvar ps-paper-type (quote letter) "\
@@ -14465,7 +14540,7 @@ refilling if they would cause auto-filling." t nil)
14465;;;*** 14540;;;***
14466 14541
14467;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 14542;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
14468;;;;;; (15186 39912)) 14543;;;;;; (15712 9991))
14469;;; Generated autoloads from textmodes/reftex.el 14544;;; Generated autoloads from textmodes/reftex.el
14470 14545
14471(autoload (quote turn-on-reftex) "reftex" "\ 14546(autoload (quote turn-on-reftex) "reftex" "\
@@ -14505,7 +14580,7 @@ on the menu bar.
14505;;;*** 14580;;;***
14506 14581
14507;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 14582;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
14508;;;;;; (15649 61374)) 14583;;;;;; (15683 14757))
14509;;; Generated autoloads from textmodes/reftex-cite.el 14584;;; Generated autoloads from textmodes/reftex-cite.el
14510 14585
14511(autoload (quote reftex-citation) "reftex-cite" "\ 14586(autoload (quote reftex-citation) "reftex-cite" "\
@@ -14532,7 +14607,7 @@ While entering the regexp, completion on knows citation keys is possible.
14532;;;*** 14607;;;***
14533 14608
14534;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 14609;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
14535;;;;;; (15369 62712)) 14610;;;;;; (15683 14757))
14536;;; Generated autoloads from textmodes/reftex-index.el 14611;;; Generated autoloads from textmodes/reftex-index.el
14537 14612
14538(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 14613(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -14799,7 +14874,7 @@ variable." t nil)
14799;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 14874;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
14800;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 14875;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
14801;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 14876;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
14802;;;;;; "rmail" "mail/rmail.el" (15649 61373)) 14877;;;;;; "rmail" "mail/rmail.el" (15712 9990))
14803;;; Generated autoloads from mail/rmail.el 14878;;; Generated autoloads from mail/rmail.el
14804 14879
14805(defvar rmail-dont-reply-to-names nil "\ 14880(defvar rmail-dont-reply-to-names nil "\
@@ -14917,7 +14992,7 @@ MSG is the message number, REGEXP is the regular expression.")
14917(defvar rmail-search-mime-header-function nil "\ 14992(defvar rmail-search-mime-header-function nil "\
14918Function to check if a regexp matches a header of MIME message. 14993Function to check if a regexp matches a header of MIME message.
14919This function is called if `rmail-enable-mime' is non-nil. 14994This function is called if `rmail-enable-mime' is non-nil.
14920It is called with four arguments MSG, REGEXP, and LIMIT, where 14995It is called with three arguments MSG, REGEXP, and LIMIT, where
14921MSG is the message number, 14996MSG is the message number,
14922REGEXP is the regular expression, 14997REGEXP is the regular expression,
14923LIMIT is the position specifying the end of header.") 14998LIMIT is the position specifying the end of header.")
@@ -15644,22 +15719,22 @@ Interesting variables:
15644 15719
15645;;;*** 15720;;;***
15646 15721
15647;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" 15722;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
15648;;;;;; "scroll-all.el" (15559 7260)) 15723;;;;;; (15704 51484))
15649;;; Generated autoloads from scroll-all.el 15724;;; Generated autoloads from scroll-all.el
15650 15725
15651(defvar scroll-all-mode nil "\ 15726(defvar scroll-all-mode "Toggle Scroll-All minor mode.\nWith ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.\nWhen Scroll-All mode is on, scrolling commands entered in one window\napply to all visible windows in the same frame." "\
15652Control/track scroll locking. 15727Non-nil if Scroll-All mode is enabled.
15653 15728See the command `scroll-all-mode' for a description of this minor-mode.
15654Setting this variable directly does not take effect; 15729Setting this variable directly does not take effect;
15655use either \\[customize] or the function `scroll-all-mode'.") 15730use either \\[customize] or the function `scroll-all-mode'.")
15656 15731
15657(custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable)) 15732(custom-add-to-group (quote scroll-all) (quote scroll-all-mode) (quote custom-variable))
15658 15733
15659(custom-add-load (quote scroll-all-mode) (quote scroll-all)) 15734(custom-add-load (quote scroll-all-mode) (quote scroll-all))
15660 15735
15661(autoload (quote scroll-all-mode) "scroll-all" "\ 15736(autoload (quote scroll-all-mode) "scroll-all" "\
15662Toggle Scroll-All minor mode." t nil) 15737 *SL*" t nil)
15663 15738
15664;;;*** 15739;;;***
15665 15740
@@ -15839,7 +15914,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
15839 15914
15840;;;*** 15915;;;***
15841 15916
15842;;;### (autoloads (server-start) "server" "server.el" (15391 29182)) 15917;;;### (autoloads (server-start) "server" "server.el" (15708 56871))
15843;;; Generated autoloads from server.el 15918;;; Generated autoloads from server.el
15844 15919
15845(autoload (quote server-start) "server" "\ 15920(autoload (quote server-start) "server" "\
@@ -16265,8 +16340,8 @@ symmetrical ones, and the same character twice for the others." t nil)
16265 16340
16266;;;*** 16341;;;***
16267 16342
16268;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15347 16343;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15707
16269;;;;;; 6543)) 16344;;;;;; 34351))
16270;;; Generated autoloads from smerge-mode.el 16345;;; Generated autoloads from smerge-mode.el
16271 16346
16272(autoload (quote smerge-mode) "smerge-mode" "\ 16347(autoload (quote smerge-mode) "smerge-mode" "\
@@ -16344,7 +16419,7 @@ then `snmpv2-mode-hook'." t nil)
16344 16419
16345;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 16420;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
16346;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 16421;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
16347;;;;;; "solar" "calendar/solar.el" (15533 28773)) 16422;;;;;; "solar" "calendar/solar.el" (15683 14756))
16348;;; Generated autoloads from calendar/solar.el 16423;;; Generated autoloads from calendar/solar.el
16349 16424
16350(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 16425(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -17147,6 +17222,531 @@ The variable `tab-width' controls the spacing of tab stops." t nil)
17147 17222
17148;;;*** 17223;;;***
17149 17224
17225;;;### (autoloads (table-release table-capture table-delete-column
17226;;;;;; table-delete-row table-insert-sequence table-generate-source
17227;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
17228;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
17229;;;;;; table-split-cell-horizontally table-split-cell-vertically
17230;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
17231;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
17232;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
17233;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
17234;;;;;; table-recognize table-insert-row-column table-insert-column
17235;;;;;; table-insert-row table-insert table-point-left-cell-hook
17236;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
17237;;;;;; "table" "textmodes/table.el" (15712 16962))
17238;;; Generated autoloads from textmodes/table.el
17239
17240(defvar table-cell-map-hook nil "\
17241*Normal hooks run when finishing construction of `table-cell-map'.
17242User can modify `table-cell-map' by adding custom functions here.")
17243
17244(defvar table-load-hook nil "\
17245*List of functions to be called after the table is first loaded.")
17246
17247(defvar table-point-entered-cell-hook nil "\
17248*List of functions to be called after point entered a table cell.")
17249
17250(defvar table-point-left-cell-hook nil "\
17251*List of functions to be called after point left a table cell.")
17252
17253(autoload (quote table-insert) "table" "\
17254Insert an editable text table.
17255Insert a table of specified number of COLUMNS and ROWS. Optional
17256parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
17257cell. The cell size is uniform across the table if the specified size
17258is a number. They can be a list of numbers to specify different size
17259for each cell. When called interactively, the list of number is
17260entered by simply listing all the numbers with space characters
17261delimiting them.
17262
17263Examples:
17264
17265\\[table-insert] inserts a table at the current point location.
17266
17267Suppose we have the following situation where `-!-' indicates the
17268location of point.
17269
17270 -!-
17271
17272Type \\[table-insert] and hit ENTER key. As it asks table
17273specification, provide 3 for number of columns, 1 for number of rows,
172745 for cell width and 1 for cell height. Now you shall see the next
17275table and the point is automatically moved to the beginning of the
17276first cell.
17277
17278 +-----+-----+-----+
17279 |-!- | | |
17280 +-----+-----+-----+
17281
17282Inside a table cell, there are special key bindings. \\<table-cell-map>
17283
17284M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
17285width, which results as
17286
17287 +--------------+-----+-----+
17288 |-!- | | |
17289 +--------------+-----+-----+
17290
17291Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
17292TAB moves the point forward by a cell. The result now looks like this:
17293
17294 +--------------+------+--------------------------------+
17295 | | |-!- |
17296 +--------------+------+--------------------------------+
17297
17298If you knew each width of the columns prior to the table creation,
17299what you could have done better was to have had given the complete
17300width information to `table-insert'.
17301
17302Cell width(s): 14 6 32
17303
17304instead of
17305
17306Cell width(s): 5
17307
17308This would have eliminated the previously mentioned width adjustment
17309work all together.
17310
17311If the point is in the last cell type S-TAB S-TAB to move it to the
17312first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
17313
17314 +--------------+------+--------------------------------+
17315 |-!- | | |
17316 | | | |
17317 +--------------+------+--------------------------------+
17318
17319Type \\[table-insert-row-column] and tell it to insert a row.
17320
17321 +--------------+------+--------------------------------+
17322 |-!- | | |
17323 | | | |
17324 +--------------+------+--------------------------------+
17325 | | | |
17326 | | | |
17327 +--------------+------+--------------------------------+
17328
17329Move the point under the table as shown below.
17330
17331 +--------------+------+--------------------------------+
17332 | | | |
17333 | | | |
17334 +--------------+------+--------------------------------+
17335 | | | |
17336 | | | |
17337 +--------------+------+--------------------------------+
17338 -!-
17339
17340Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
17341when the point is outside of the table. This insertion at
17342outside of the table effectively appends a row at the end.
17343
17344 +--------------+------+--------------------------------+
17345 | | | |
17346 | | | |
17347 +--------------+------+--------------------------------+
17348 | | | |
17349 | | | |
17350 +--------------+------+--------------------------------+
17351 |-!- | | |
17352 | | | |
17353 +--------------+------+--------------------------------+
17354
17355Text editing inside the table cell produces reasonably expected
17356results.
17357
17358 +--------------+------+--------------------------------+
17359 | | | |
17360 | | | |
17361 +--------------+------+--------------------------------+
17362 | | |Text editing inside the table |
17363 | | |cell produces reasonably |
17364 | | |expected results.-!- |
17365 +--------------+------+--------------------------------+
17366 | | | |
17367 | | | |
17368 +--------------+------+--------------------------------+
17369
17370Inside a table cell has a special keymap.
17371
17372\\{table-cell-map}
17373" t nil)
17374
17375(autoload (quote table-insert-row) "table" "\
17376Insert N table row(s).
17377When point is in a table the newly inserted row(s) are placed above
17378the current row. When point is outside of the table it must be below
17379the table within the table width range, then the newly created row(s)
17380are appended at the bottom of the table." t nil)
17381
17382(autoload (quote table-insert-column) "table" "\
17383Insert N table column(s).
17384When point is in a table the newly inserted column(s) are placed left
17385of the current column. When point is outside of the table it must be
17386right side of the table within the table height range, then the newly
17387created column(s) are appended at the right of the table." t nil)
17388
17389(autoload (quote table-insert-row-column) "table" "\
17390Insert row(s) or column(s).
17391See `table-insert-row' and `table-insert-column'." t nil)
17392
17393(autoload (quote table-recognize) "table" "\
17394Recognize all tables within the current buffer and activate them.
17395Scans the entire buffer and recognizes valid table cells. If the
17396optional numeric prefix argument ARG is negative the tables in the
17397buffer become inactive, meaning the tables become plain text and loses
17398all the table specific features." t nil)
17399
17400(autoload (quote table-unrecognize) "table" nil t nil)
17401
17402(autoload (quote table-recognize-region) "table" "\
17403Recognize all tables within region.
17404BEG and END specify the region to work on. If the optional numeric
17405prefix argument ARG is negative the tables in the region become
17406inactive, meaning the tables become plain text and lose all the table
17407specific features." t nil)
17408
17409(autoload (quote table-unrecognize-region) "table" nil t nil)
17410
17411(autoload (quote table-recognize-table) "table" "\
17412Recognize a table at point.
17413If the optional numeric prefix argument ARG is negative the table
17414becomes inactive, meaning the table becomes plain text and loses all
17415the table specific features." t nil)
17416
17417(autoload (quote table-unrecognize-table) "table" nil t nil)
17418
17419(autoload (quote table-recognize-cell) "table" "\
17420Recognize a table cell that contains current point.
17421Probe the cell dimension and prepare the cell information. The
17422optional two arguments FORCE and NO-COPY are for internal use only and
17423must not be specified. When the optional numeric prefix argument ARG
17424is negative the cell becomes inactive, meaning that the cell becomes
17425plain text and loses all the table specific features." t nil)
17426
17427(autoload (quote table-unrecognize-cell) "table" nil t nil)
17428
17429(autoload (quote table-heighten-cell) "table" "\
17430Heighten the current cell by N lines by expanding the cell vertically.
17431Heightening is done by adding blank lines at the bottom of the current
17432cell. Other cells aligned horizontally with the current one are also
17433heightened in order to keep the rectangular table structure. The
17434optional argument NO-COPY is internal use only and must not be
17435specified." t nil)
17436
17437(autoload (quote table-shorten-cell) "table" "\
17438Shorten the current cell by N lines by shrinking the cell vertically.
17439Shortening is done by removing blank lines from the bottom of the cell
17440and possibly from the top of the cell as well. Therefor, the cell
17441must have some bottom/top blank lines to be shorten effectively. This
17442is applicable to all the cells aligned horizontally with the current
17443one because they are also shortened in order to keep the rectangular
17444table structure." t nil)
17445
17446(autoload (quote table-widen-cell) "table" "\
17447Widen the current cell by N columns and expand the cell horizontally.
17448Some other cells in the same table are widen as well to keep the
17449table's rectangle structure." t nil)
17450
17451(autoload (quote table-narrow-cell) "table" "\
17452Narrow the current cell by N columns and shrink the cell horizontally.
17453Some other cells in the same table are narrowed as well to keep the
17454table's rectangle structure." t nil)
17455
17456(autoload (quote table-forward-cell) "table" "\
17457Move point forward to the beginning of the next cell.
17458With argument ARG, do it ARG times;
17459a negative argument ARG = -N means move backward N cells.
17460Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
17461
17462Sample Cell Traveling Order (In Irregular Table Cases)
17463
17464You can actually try how it works in this buffer. Press
17465\\[table-recognize] and go to cells in the following tables and press
17466\\[table-forward-cell] or TAB key.
17467
17468+-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
17469|0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
17470+--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
17471|2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
17472| +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
17473| |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
17474+--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
17475
17476+--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
17477|0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
17478| | | | | +--+ | | | | | +--+ +--+
17479+--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
17480|3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
17481| | | | | |6 | | | | | | |6 | |7 |
17482+--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
17483
17484+--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
17485|0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
17486| +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
17487| |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
17488+--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
17489|5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
17490| |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
17491+--+--+--+ +--+--+--+
17492" t nil)
17493
17494(autoload (quote table-backward-cell) "table" "\
17495Move backward to the beginning of the previous cell.
17496With argument ARG, do it ARG times;
17497a negative argument ARG = -N means move forward N cells." t nil)
17498
17499(autoload (quote table-span-cell) "table" "\
17500Span current cell into adjacent cell in DIRECTION.
17501DIRECTION is one of symbols; right, left, above or below." t nil)
17502
17503(autoload (quote table-split-cell-vertically) "table" "\
17504Split current cell vertically.
17505Creates a cell above and a cell below the current point location." t nil)
17506
17507(autoload (quote table-split-cell-horizontally) "table" "\
17508Split current cell horizontally.
17509Creates a cell on the left and a cell on the right of the current point location." t nil)
17510
17511(autoload (quote table-split-cell) "table" "\
17512Split current cell in ORIENTATION.
17513ORIENTATION is a symbol either horizontally or vertically." t nil)
17514
17515(autoload (quote table-justify) "table" "\
17516Justify contents of a cell, a row of cells or a column of cells.
17517WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
17518'center, 'right, 'top, 'middle, 'bottom or 'none." t nil)
17519
17520(autoload (quote table-justify-cell) "table" "\
17521Justify cell contents.
17522JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
17523'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
17524non-nil the justify operation is limited to the current paragraph,
17525otherwise the entire cell contents is justified." t nil)
17526
17527(autoload (quote table-justify-row) "table" "\
17528Justify cells of a row.
17529JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
17530'middle, 'bottom or 'none for vertical." t nil)
17531
17532(autoload (quote table-justify-column) "table" "\
17533Justify cells of a column.
17534JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
17535'middle, 'bottom or 'none for vertical." t nil)
17536
17537(autoload (quote table-fixed-width-mode) "table" "\
17538Toggle fixing width mode.
17539In the fixed width mode, typing inside a cell never changes the cell
17540width where in the normal mode the cell width expands automatically in
17541order to prevent a word being folded into multiple lines." t nil)
17542
17543(autoload (quote table-query-dimension) "table" "\
17544Return the dimension of the current cell and the current table.
17545The result is a list (cw ch tw th c r cells) where cw is the cell
17546width, ch is the cell height, tw is the table width, th is the table
17547height, c is the number of columns, r is the number of rows and cells
17548is the total number of cells. The cell dimension excludes the cell
17549frame while the table dimension includes the table frame. The columns
17550and the rows are counted by the number of cell boundaries. Therefore
17551the number tends to be larger than it appears for the tables with
17552non-uniform cell structure (heavily spanned and split). When optional
17553WHERE is provided the cell and table at that location is reported." t nil)
17554
17555(autoload (quote table-generate-source) "table" "\
17556Generate source of the current table in the specified language.
17557LANGUAGE is a symbol that specifies the language to describe the
17558structure of the table. It must be either 'html, 'latex or 'cals.
17559The resulted source text is inserted into DEST-BUFFER and the buffer
17560object is returned. When DEST-BUFFER is omitted or nil the default
17561buffer specified in `table-dest-buffer-name' is used. In this case
17562the content of the default buffer is erased prior to the generation.
17563When DEST-BUFFER is non-nil it is expected to be either a destination
17564buffer or a name of the destination buffer. In this case the
17565generated result is inserted at the current point in the destination
17566buffer and the previously existing contents in the buffer are
17567untouched.
17568
17569References used for this implementation:
17570
17571HTML:
17572 http://www.w3.org
17573
17574LaTeX:
17575 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html
17576
17577CALS (DocBook DTD):
17578 http://www.oasis-open.org/html/a502.htm
17579 http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751
17580" t nil)
17581
17582(autoload (quote table-insert-sequence) "table" "\
17583Travel cells forward while inserting a specified sequence string in each cell.
17584STR is the base string from which the sequence starts. When STR is an
17585empty string then each cell content is erased. When STR ends with
17586numerical characters (they may optionally be surrounded by a pair of
17587parentheses) they are incremented as a decimal number. Otherwise the
17588last character in STR is incremented in ASCII code order. N is the
17589number of sequence elements to insert. When N is negative the cell
17590traveling direction is backward. When N is zero it travels forward
17591entire table. INCREMENT is the increment between adjacent sequence
17592elements and can be a negative number for effectively decrementing.
17593INTERVAL is the number of cells to travel between sequence element
17594insertion which is normally 1. When zero or less is given for
17595INTERVAL it is interpreted as number of cells per row so that sequence
17596is placed straight down vertically as long as the table's cell
17597structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
17598'right, that specifies justification of the inserted string.
17599
17600Example:
17601
17602 (progn
17603 (table-insert 16 3 5 1)
17604 (table-forward-cell 15)
17605 (table-insert-sequence \"D0\" -16 1 1 'center)
17606 (table-forward-cell 16)
17607 (table-insert-sequence \"A[0]\" -16 1 1 'center)
17608 (table-forward-cell 1)
17609 (table-insert-sequence \"-\" 16 0 1 'center))
17610
17611 (progn
17612 (table-insert 16 8 5 1)
17613 (table-insert-sequence \"@\" 0 1 2 'right)
17614 (table-forward-cell 1)
17615 (table-insert-sequence \"64\" 0 1 2 'left))
17616" t nil)
17617
17618(autoload (quote table-delete-row) "table" "\
17619Delete N row(s) of cells.
17620Delete N rows of cells from current row. The current row is the row
17621contains the current cell where point is located. Each row must
17622consists from cells of same height." t nil)
17623
17624(autoload (quote table-delete-column) "table" "\
17625Delete N column(s) of cells.
17626Delete N columns of cells from current column. The current column is
17627the column contains the current cell where point is located. Each
17628column must consists from cells of same width." t nil)
17629
17630(autoload (quote table-capture) "table" "\
17631Convert plain text into a table by capturing the text in the region.
17632Create a table with the text in region as cell contents. BEG and END
17633specify the region. The text in the region is replaced with a table.
17634The removed text is inserted in the table. When optional
17635COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
17636is parsed and separated into individual cell contents by using the
17637delimiter regular expressions. This parsing determines the number of
17638columns and rows of the table automatically. If COL-DELIM-REGEXP and
17639ROW-DELIM-REGEXP are omitted the result table has only one cell and
17640the entire region contents is placed in that cell. Optional JUSTIFY
17641is one of 'left, 'center or 'right, which specifies the cell
17642justification. Optional MIN-CELL-WIDTH specifies the minimum cell
17643width. Optional COLUMNS specify the number of columns when
17644ROW-DELIM-REGEXP is not specified.
17645
17646
17647Example 1:
17648
176491, 2, 3, 4
176505, 6, 7, 8
17651, 9, 10
17652
17653Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
17654\",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
17655this example the cells are centered and minimum cell width is
17656specified as 5.
17657
17658+-----+-----+-----+-----+
17659| 1 | 2 | 3 | 4 |
17660+-----+-----+-----+-----+
17661| 5 | 6 | 7 | 8 |
17662+-----+-----+-----+-----+
17663| | 9 | 10 | |
17664+-----+-----+-----+-----+
17665
17666Note:
17667
17668In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
17669in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
17670of each row is optional.
17671
17672
17673Example 2:
17674
17675This example shows how a table can be used for text layout editing.
17676Let `table-capture' capture the following region starting from
17677-!- and ending at -*-, that contains three paragraphs and two item
17678name headers. This time specify empty string for both
17679COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
17680
17681-!-`table-capture' is a powerful command however mastering its power
17682requires some practice. Here is a list of items what it can do.
17683
17684Parse Cell Items By using column delimiter regular
17685 expression and raw delimiter regular
17686 expression, it parses the specified text
17687 area and extracts cell items from
17688 non-table text and then forms a table out
17689 of them.
17690
17691Capture Text Area When no delimiters are specified it
17692 creates a single cell table. The text in
17693 the specified region is placed in that
17694 cell.-*-
17695
17696Now the entire content is captured in a cell which is itself a table
17697like this.
17698
17699+-----------------------------------------------------------------+
17700|`table-capture' is a powerful command however mastering its power|
17701|requires some practice. Here is a list of items what it can do. |
17702| |
17703|Parse Cell Items By using column delimiter regular |
17704| expression and raw delimiter regular |
17705| expression, it parses the specified text |
17706| area and extracts cell items from |
17707| non-table text and then forms a table out |
17708| of them. |
17709| |
17710|Capture Text Area When no delimiters are specified it |
17711| creates a single cell table. The text in |
17712| the specified region is placed in that |
17713| cell. |
17714+-----------------------------------------------------------------+
17715
17716By splitting the cell appropriately we now have a table consisting of
17717paragraphs occupying its own cell. Each cell can now be edited
17718independently.
17719
17720+-----------------------------------------------------------------+
17721|`table-capture' is a powerful command however mastering its power|
17722|requires some practice. Here is a list of items what it can do. |
17723+---------------------+-------------------------------------------+
17724|Parse Cell Items |By using column delimiter regular |
17725| |expression and raw delimiter regular |
17726| |expression, it parses the specified text |
17727| |area and extracts cell items from |
17728| |non-table text and then forms a table out |
17729| |of them. |
17730+---------------------+-------------------------------------------+
17731|Capture Text Area |When no delimiters are specified it |
17732| |creates a single cell table. The text in |
17733| |the specified region is placed in that |
17734| |cell. |
17735+---------------------+-------------------------------------------+
17736
17737By applying `table-release', which does the opposite process, the
17738contents become once again plain text. `table-release' works as
17739companion command to `table-capture' this way.
17740" t nil)
17741
17742(autoload (quote table-release) "table" "\
17743Convert a table into plain text by removing the frame from a table.
17744Remove the frame from a table and inactivate the table. This command
17745converts a table into plain text without frames. It is a companion to
17746`table-capture' which does the opposite process." t nil)
17747
17748;;;***
17749
17150;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240)) 17750;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240))
17151;;; Generated autoloads from talk.el 17751;;; Generated autoloads from talk.el
17152 17752
@@ -17155,7 +17755,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
17155 17755
17156;;;*** 17756;;;***
17157 17757
17158;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15590 62428)) 17758;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15712 9990))
17159;;; Generated autoloads from tar-mode.el 17759;;; Generated autoloads from tar-mode.el
17160 17760
17161(autoload (quote tar-mode) "tar-mode" "\ 17761(autoload (quote tar-mode) "tar-mode" "\
@@ -18035,7 +18635,7 @@ non-nil." t nil)
18035 18635
18036;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 18636;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
18037;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 18637;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
18038;;;;;; "timer.el" (15671 1184)) 18638;;;;;; "timer.el" (15671 8032))
18039;;; Generated autoloads from timer.el 18639;;; Generated autoloads from timer.el
18040 18640
18041(defalias (quote disable-timeout) (quote cancel-timer)) 18641(defalias (quote disable-timeout) (quote cancel-timer))
@@ -18094,7 +18694,7 @@ be detected." nil (quote macro))
18094;;;*** 18694;;;***
18095 18695
18096;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 18696;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
18097;;;;;; "international/titdic-cnv.el" (15538 21134)) 18697;;;;;; "international/titdic-cnv.el" (15683 14756))
18098;;; Generated autoloads from international/titdic-cnv.el 18698;;; Generated autoloads from international/titdic-cnv.el
18099 18699
18100(autoload (quote titdic-convert) "titdic-cnv" "\ 18700(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -18193,7 +18793,7 @@ Show TODO list." t nil)
18193 18793
18194;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 18794;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
18195;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" 18795;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
18196;;;;;; "toolbar/tool-bar.el" (15668 41714)) 18796;;;;;; "toolbar/tool-bar.el" (15669 19466))
18197;;; Generated autoloads from toolbar/tool-bar.el 18797;;; Generated autoloads from toolbar/tool-bar.el
18198 18798
18199(defvar tool-bar-mode nil "\ 18799(defvar tool-bar-mode nil "\
@@ -18350,7 +18950,7 @@ the window or buffer configuration at all." t nil)
18350;;;*** 18950;;;***
18351 18951
18352;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp) 18952;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp)
18353;;;;;; "tramp" "net/tramp.el" (15674 57885)) 18953;;;;;; "tramp" "net/tramp.el" (15698 64355))
18354;;; Generated autoloads from net/tramp.el 18954;;; Generated autoloads from net/tramp.el
18355 18955
18356(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\ 18956(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
@@ -18672,7 +19272,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
18672;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers 19272;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers
18673;;;;;; vc-version-other-window vc-diff vc-register vc-next-action 19273;;;;;; vc-version-other-window vc-diff vc-register vc-next-action
18674;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook 19274;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook
18675;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15672 23277)) 19275;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15683 14756))
18676;;; Generated autoloads from vc.el 19276;;; Generated autoloads from vc.el
18677 19277
18678(defvar vc-checkout-hook nil "\ 19278(defvar vc-checkout-hook nil "\
@@ -18916,7 +19516,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18916;;;*** 19516;;;***
18917 19517
18918;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 19518;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
18919;;;;;; (15672 23277)) 19519;;;;;; (15672 42728))
18920;;; Generated autoloads from vc-rcs.el 19520;;; Generated autoloads from vc-rcs.el
18921 19521
18922(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 19522(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -19513,12 +20113,37 @@ Turn on Viper emulation of Vi." t nil)
19513;;;*** 20113;;;***
19514 20114
19515;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" 20115;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
19516;;;;;; (15673 57258)) 20116;;;;;; (15698 64355))
19517;;; Generated autoloads from warnings.el 20117;;; Generated autoloads from warnings.el
19518 20118
20119(defvar warning-prefix-function nil "\
20120Function to generate warning prefixes.
20121This function, if non-nil, is called with two arguments,
20122the severity level and its entry in `warning-levels',
20123and should return the entry that should actually be used.
20124The warnings buffer is current when this function is called
20125and the function can insert text in it. This text becomes
20126the beginning of the warning.")
20127
20128(defvar warning-series nil "\
20129Non-nil means treat multiple `display-warning' calls as a series.
20130An integer is a position in the warnings buffer
20131which is the start of the current series.
20132t means the next warning begins a series (and stores an integer here).
20133A symbol with a function definition is like t, except
20134also call that function before the next warning.")
20135
20136(defvar warning-fill-prefix nil "\
20137Non-nil means fill each warning text using this string as `fill-prefix'.")
20138
20139(defvar warning-group-format " (%s)" "\
20140Format for displaying the warning group in the warning message.
20141The result of formatting the group this way gets included in the
20142message under the control of the string in `warning-levels'.")
20143
19519(autoload (quote display-warning) "warnings" "\ 20144(autoload (quote display-warning) "warnings" "\
19520Display a warning message, MESSAGE. 20145Display a warning message, MESSAGE.
19521GROUP should be a custom group name (a symbol). 20146GROUP should be a custom group name (a symbol),
19522or else a list of symbols whose first element is a custom group name. 20147or else a list of symbols whose first element is a custom group name.
19523\(The rest of the symbols represent subcategories, for warning purposes 20148\(The rest of the symbols represent subcategories, for warning purposes
19524only, and you can use whatever symbols you like.) 20149only, and you can use whatever symbols you like.)
@@ -19542,7 +20167,7 @@ See also `warning-series', `warning-prefix-function' and
19542(autoload (quote lwarn) "warnings" "\ 20167(autoload (quote lwarn) "warnings" "\
19543Display a warning message made from (format MESSAGE ARGS...). 20168Display a warning message made from (format MESSAGE ARGS...).
19544Aside from generating the message with `format', 20169Aside from generating the message with `format',
19545this is equivalent to `display-message'. 20170this is equivalent to `display-warning'.
19546 20171
19547GROUP should be a custom group name (a symbol). 20172GROUP should be a custom group name (a symbol).
19548or else a list of symbols whose first element is a custom group name. 20173or else a list of symbols whose first element is a custom group name.
@@ -19558,7 +20183,7 @@ LEVEL should be either :warning, :error, or :emergency.
19558(autoload (quote warn) "warnings" "\ 20183(autoload (quote warn) "warnings" "\
19559Display a warning message made from (format MESSAGE ARGS...). 20184Display a warning message made from (format MESSAGE ARGS...).
19560Aside from generating the message with `format', 20185Aside from generating the message with `format',
19561this is equivalent to `display-message', using 20186this is equivalent to `display-warning', using
19562`emacs' as the group and `:warning' as the level." nil nil) 20187`emacs' as the group and `:warning' as the level." nil nil)
19563 20188
19564;;;*** 20189;;;***
@@ -19578,7 +20203,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
19578;;;*** 20203;;;***
19579 20204
19580;;;### (autoloads (which-function-mode) "which-func" "which-func.el" 20205;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
19581;;;;;; (15356 16861)) 20206;;;;;; (15707 34351))
19582;;; Generated autoloads from which-func.el 20207;;; Generated autoloads from which-func.el
19583 20208
19584(defalias (quote which-func-mode) (quote which-function-mode)) 20209(defalias (quote which-func-mode) (quote which-function-mode))
@@ -19729,7 +20354,7 @@ whitespaces during the process of your editing)." t nil)
19729;;;*** 20354;;;***
19730 20355
19731;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse 20356;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
19732;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15467 59919)) 20357;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15698 64355))
19733;;; Generated autoloads from wid-browse.el 20358;;; Generated autoloads from wid-browse.el
19734 20359
19735(autoload (quote widget-browse-at) "wid-browse" "\ 20360(autoload (quote widget-browse-at) "wid-browse" "\
@@ -19748,8 +20373,8 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
19748;;;*** 20373;;;***
19749 20374
19750;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 20375;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
19751;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15673 20376;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15683
19752;;;;;; 57911)) 20377;;;;;; 14756))
19753;;; Generated autoloads from wid-edit.el 20378;;; Generated autoloads from wid-edit.el
19754 20379
19755(autoload (quote widgetp) "wid-edit" "\ 20380(autoload (quote widgetp) "wid-edit" "\
@@ -19983,10 +20608,20 @@ The key bindings are:
19983 20608
19984;;;*** 20609;;;***
19985 20610
19986;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15544 20611;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15698
19987;;;;;; 37707)) 20612;;;;;; 64355))
19988;;; Generated autoloads from xt-mouse.el 20613;;; Generated autoloads from xt-mouse.el
19989 20614
20615(defvar xterm-mouse-mode nil "\
20616Non-nil if Xterm-Mouse mode is enabled.
20617See the command `xterm-mouse-mode' for a description of this minor-mode.
20618Setting this variable directly does not take effect;
20619use either \\[customize] or the function `xterm-mouse-mode'.")
20620
20621(custom-add-to-group (quote xterm-mouse) (quote xterm-mouse-mode) (quote custom-variable))
20622
20623(custom-add-load (quote xterm-mouse-mode) (quote xt-mouse))
20624
19990(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 20625(autoload (quote xterm-mouse-mode) "xt-mouse" "\
19991Toggle XTerm mouse mode. 20626Toggle XTerm mouse mode.
19992With prefix arg, turn XTerm mouse mode on iff arg is positive. 20627With prefix arg, turn XTerm mouse mode on iff arg is positive.
@@ -20041,19 +20676,26 @@ Zone-mode does two things:
20041 20676
20042;;;*** 20677;;;***
20043 20678
20044;;;### (autoloads nil nil ("progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" 20679;;;### (autoloads nil nil ("play/meese.el" "obsolete/hilit19.el"
20045;;;;;; "language/cyrillic.el" "international/utf-8.el" "international/utf-8-subst.el" 20680;;;;;; "international/mule.el" "eshell/esh-groups.el" "gnus/nnmh.el"
20046;;;;;; "international/ucs-tables.el" "international/mule.el" "international/mule-conf.el" 20681;;;;;; "window.el" "uniquify.el" "startup.el" "saveplace.el" "menu-bar.el"
20047;;;;;; "international/mule-cmds.el" "international/characters.el" 20682;;;;;; "font-core.el" "finder-inf.el" "files.el" "cus-load.el" "bindings.el"
20048;;;;;; "vc-hooks.el" "subr.el" "startup.el" "simple.el" "replace.el" 20683;;;;;; "textmodes/page-ext.el" "term/mac-win.el" "international/mule-cmds.el"
20049;;;;;; "mouse.el" "loadup.el" "help.el" "finder-inf.el" "files.el" 20684;;;;;; "eshell/esh-util.el" "eshell/esh-ext.el" "eshell/em-ls.el"
20050;;;;;; "cus-load.el" "bindings.el" "eshell/esh-groups.el" "ediff-ptch.el" 20685;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el"
20051;;;;;; "select.el" "textmodes/text-mode.el" "textmodes/texnfo-upd.el" 20686;;;;;; "eshell/em-cmpl.el" "subr.el" "simple.el" "select.el" "language/indian.el"
20052;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" "textmodes/reftex-ref.el" 20687;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-sel.el"
20053;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-global.el" 20688;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-global.el"
20054;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el" 20689;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "progmodes/cc-engine.el"
20055;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el" 20690;;;;;; "language/georgian.el" "language/european.el" "international/utf-8.el"
20056;;;;;; "textmodes/page-ext.el" "textmodes/makeinfo.el" "textmodes/fill.el" 20691;;;;;; "international/utf-16.el" "international/ucs-tables.el" "international/ja-dic-cnv.el"
20692;;;;;; "vc-hooks.el" "replace.el" "ediff-wind.el" "cus-start.el"
20693;;;;;; "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" "language/cyrillic.el"
20694;;;;;; "international/utf-8-subst.el" "international/mule-conf.el"
20695;;;;;; "international/characters.el" "mouse.el" "loadup.el" "help.el"
20696;;;;;; "ediff-ptch.el" "textmodes/text-mode.el" "textmodes/texnfo-upd.el"
20697;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/paragraphs.el"
20698;;;;;; "textmodes/page.el" "textmodes/makeinfo.el" "textmodes/fill.el"
20057;;;;;; "textmodes/bib-mode.el" "term/wyse50.el" "term/vt420.el" 20699;;;;;; "textmodes/bib-mode.el" "term/wyse50.el" "term/vt420.el"
20058;;;;;; "term/vt400.el" "term/vt320.el" "term/vt300.el" "term/vt240.el" 20700;;;;;; "term/vt400.el" "term/vt320.el" "term/vt300.el" "term/vt240.el"
20059;;;;;; "term/vt220.el" "term/vt201.el" "term/vt200.el" "term/vt125.el" 20701;;;;;; "term/vt220.el" "term/vt201.el" "term/vt200.el" "term/vt125.el"
@@ -20064,106 +20706,99 @@ Zone-mode does two things:
20064;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/ebnf-otz.el" 20706;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/ebnf-otz.el"
20065;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" 20707;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el"
20066;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" 20708;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el"
20067;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/meese.el" 20709;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/gametree.el"
20068;;;;;; "play/gametree.el" "play/gamegrid.el" "obsolete/x-menu.el" 20710;;;;;; "play/gamegrid.el" "obsolete/x-menu.el" "obsolete/x-apollo.el"
20069;;;;;; "obsolete/x-apollo.el" "obsolete/uncompress.el" "obsolete/sun-fns.el" 20711;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el"
20070;;;;;; "obsolete/sun-curs.el" "obsolete/sc.el" "obsolete/rnews.el" 20712;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el"
20071;;;;;; "obsolete/profile.el" "obsolete/ooutline.el" "obsolete/mlsupport.el" 20713;;;;;; "obsolete/ooutline.el" "obsolete/mlsupport.el" "obsolete/cplus-md.el"
20072;;;;;; "obsolete/hilit19.el" "obsolete/cplus-md.el" "mail/vms-pmail.el" 20714;;;;;; "mail/vms-pmail.el" "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el"
20073;;;;;; "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" 20715;;;;;; "mail/mspools.el" "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el"
20074;;;;;; "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el" "mail/mailpost.el" 20716;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el"
20075;;;;;; "mail/mailheader.el" "mail/blessmail.el" "language/vietnamese.el" 20717;;;;;; "language/vietnamese.el" "language/tibetan.el" "language/thai.el"
20076;;;;;; "language/tibetan.el" "language/thai.el" "language/slovak.el" 20718;;;;;; "language/slovak.el" "language/romanian.el" "language/misc-lang.el"
20077;;;;;; "language/romanian.el" "language/misc-lang.el" "language/lao.el" 20719;;;;;; "language/lao.el" "language/korean.el" "language/japanese.el"
20078;;;;;; "language/korean.el" "language/japanese.el" "language/indian.el" 20720;;;;;; "language/hebrew.el" "language/greek.el" "language/ethiopic.el"
20079;;;;;; "language/hebrew.el" "language/greek.el" "language/european.el" 20721;;;;;; "language/english.el" "language/devanagari.el" "language/czech.el"
20080;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" 20722;;;;;; "language/chinese.el" "international/swedish.el" "international/ogonek.el"
20081;;;;;; "language/czech.el" "language/chinese.el" "international/swedish.el" 20723;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el"
20082;;;;;; "international/ogonek.el" "international/latin-9.el" "international/latin-8.el" 20724;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el"
20083;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" 20725;;;;;; "international/latin-1.el" "international/ja-dic-utl.el"
20084;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" 20726;;;;;; "international/iso-swed.el" "international/iso-insert.el"
20085;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" 20727;;;;;; "international/iso-ascii.el" "gnus/webmail.el" "gnus/utf7.el"
20086;;;;;; "international/iso-insert.el" "international/iso-ascii.el" 20728;;;;;; "gnus/starttls.el" "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el"
20087;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" 20729;;;;;; "gnus/rfc2045.el" "gnus/rfc1843.el" "gnus/qp.el" "gnus/pop3.el"
20088;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" 20730;;;;;; "gnus/nnweb.el" "gnus/nnwarchive.el" "gnus/nnultimate.el"
20089;;;;;; "gnus/qp.el" "gnus/pop3.el" "gnus/nnweb.el" "gnus/nnwarchive.el" 20731;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" "gnus/nnoo.el"
20090;;;;;; "gnus/nnultimate.el" "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" 20732;;;;;; "gnus/nnmbox.el" "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nngateway.el"
20091;;;;;; "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnlistserv.el" 20733;;;;;; "gnus/nneething.el" "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el"
20092;;;;;; "gnus/nnimap.el" "gnus/nngateway.el" "gnus/nneething.el" 20734;;;;;; "gnus/nnagent.el" "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el"
20093;;;;;; "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" 20735;;;;;; "gnus/mm-encode.el" "gnus/mm-decode.el" "gnus/mm-bodies.el"
20094;;;;;; "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el" "gnus/mm-encode.el" 20736;;;;;; "gnus/messcompat.el" "gnus/mailcap.el" "gnus/mail-source.el"
20095;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el" 20737;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/imap.el"
20096;;;;;; "gnus/mailcap.el" "gnus/mail-source.el" "gnus/mail-prsvr.el" 20738;;;;;; "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-uu.el"
20097;;;;;; "gnus/mail-parse.el" "gnus/imap.el" "gnus/ietf-drums.el" 20739;;;;;; "gnus/gnus-util.el" "gnus/gnus-undo.el" "gnus/gnus-srvr.el"
20098;;;;;; "gnus/gnus-vm.el" "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" 20740;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el"
20099;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-setup.el" "gnus/gnus-score.el" 20741;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el"
20100;;;;;; "gnus/gnus-salt.el" "gnus/gnus-range.el" "gnus/gnus-nocem.el" 20742;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el"
20101;;;;;; "gnus/gnus-mh.el" "gnus/gnus-logic.el" "gnus/gnus-int.el" 20743;;;;;; "gnus/gnus-eform.el" "gnus/gnus-dup.el" "gnus/gnus-draft.el"
20102;;;;;; "gnus/gnus-gl.el" "gnus/gnus-eform.el" "gnus/gnus-dup.el" 20744;;;;;; "gnus/gnus-demon.el" "gnus/gnus-cus.el" "gnus/gnus-bcklg.el"
20103;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el" 20745;;;;;; "gnus/gnus-async.el" "gnus/format-spec.el" "gnus/flow-fill.el"
20104;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-async.el" "gnus/format-spec.el" 20746;;;;;; "emulation/viper-util.el" "emulation/viper-mous.el" "emulation/viper-macs.el"
20105;;;;;; "gnus/flow-fill.el" "emulation/viper-util.el" "emulation/viper-mous.el" 20747;;;;;; "emulation/viper-keym.el" "emulation/viper-init.el" "emulation/viper-ex.el"
20106;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" 20748;;;;;; "emulation/tpu-mapper.el" "emulation/edt-vt100.el" "emulation/edt-pc.el"
20107;;;;;; "emulation/viper-ex.el" "emulation/tpu-mapper.el" "emulation/edt-vt100.el" 20749;;;;;; "emulation/edt-mapper.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el"
20108;;;;;; "emulation/edt-pc.el" "emulation/edt-mapper.el" "emulation/edt-lk201.el" 20750;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el"
20109;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" 20751;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/levents.el"
20110;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lisp.el" "emacs-lisp/lisp-mnt.el" 20752;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/find-gc.el"
20111;;;;;; "emacs-lisp/levents.el" "emacs-lisp/gulp.el" "emacs-lisp/float.el" 20753;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el"
20112;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" "emacs-lisp/cust-print.el" 20754;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-compat.el" "emacs-lisp/byte-opt.el"
20113;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-compat.el" 20755;;;;;; "emacs-lisp/assoc.el" "calendar/parse-time.el" "calendar/cal-x.el"
20114;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/assoc.el" "calendar/parse-time.el" 20756;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el"
20115;;;;;; "calendar/cal-x.el" "calendar/cal-tex.el" "calendar/cal-persia.el" 20757;;;;;; "calendar/cal-menu.el" "calendar/cal-mayan.el" "calendar/cal-julian.el"
20116;;;;;; "calendar/cal-move.el" "calendar/cal-menu.el" "calendar/cal-mayan.el" 20758;;;;;; "calendar/cal-iso.el" "calendar/cal-islam.el" "calendar/cal-french.el"
20117;;;;;; "calendar/cal-julian.el" "calendar/cal-iso.el" "calendar/cal-islam.el" 20759;;;;;; "calendar/cal-coptic.el" "calendar/cal-china.el" "net/netrc.el"
20118;;;;;; "calendar/cal-french.el" "calendar/cal-coptic.el" "calendar/cal-china.el" 20760;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
20119;;;;;; "net/netrc.el" "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
20120;;;;;; "net/eudc-vars.el" "eshell/esh-var.el" "eshell/esh-proc.el" 20761;;;;;; "net/eudc-vars.el" "eshell/esh-var.el" "eshell/esh-proc.el"
20121;;;;;; "eshell/esh-opt.el" "eshell/esh-module.el" "eshell/esh-maint.el" 20762;;;;;; "eshell/esh-opt.el" "eshell/esh-module.el" "eshell/esh-maint.el"
20122;;;;;; "eshell/esh-io.el" "eshell/esh-ext.el" "eshell/esh-cmd.el" 20763;;;;;; "eshell/esh-io.el" "eshell/esh-cmd.el" "eshell/esh-arg.el"
20123;;;;;; "eshell/esh-arg.el" "eshell/em-xtra.el" "eshell/em-term.el" 20764;;;;;; "eshell/em-xtra.el" "eshell/em-term.el" "eshell/em-smart.el"
20124;;;;;; "eshell/em-smart.el" "eshell/em-script.el" "eshell/em-rebind.el" 20765;;;;;; "eshell/em-script.el" "eshell/em-rebind.el" "eshell/em-prompt.el"
20125;;;;;; "eshell/em-prompt.el" "eshell/em-ls.el" "eshell/em-hist.el" 20766;;;;;; "eshell/em-basic.el" "eshell/em-banner.el" "eshell/em-alias.el"
20126;;;;;; "eshell/em-glob.el" "eshell/em-cmpl.el" "eshell/em-basic.el" 20767;;;;;; "calc/calcsel2.el" "calc/calccomp.el" "calc/calcalg3.el"
20127;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "calc/calcsel2.el" 20768;;;;;; "calc/calcalg2.el" "calc/calc-yank.el" "calc/calc-vec.el"
20128;;;;;; "calc/calccomp.el" "calc/calcalg3.el" "calc/calcalg2.el" 20769;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el"
20129;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-undo.el" 20770;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el"
20130;;;;;; "calc/calc-trail.el" "calc/calc-stuff.el" "calc/calc-store.el" 20771;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el"
20131;;;;;; "calc/calc-stat.el" "calc/calc-sel.el" "calc/calc-rules.el" 20772;;;;;; "calc/calc-poly.el" "calc/calc-mtx.el" "calc/calc-mode.el"
20132;;;;;; "calc/calc-rewr.el" "calc/calc-prog.el" "calc/calc-poly.el" 20773;;;;;; "calc/calc-misc.el" "calc/calc-math.el" "calc/calc-map.el"
20133;;;;;; "calc/calc-mtx.el" "calc/calc-mode.el" "calc/calc-misc.el" 20774;;;;;; "calc/calc-maint.el" "calc/calc-macs.el" "calc/calc-lang.el"
20134;;;;;; "calc/calc-math.el" "calc/calc-map.el" "calc/calc-maint.el" 20775;;;;;; "calc/calc-keypd.el" "calc/calc-incom.el" "calc/calc-graph.el"
20135;;;;;; "calc/calc-macs.el" "calc/calc-lang.el" "calc/calc-keypd.el" 20776;;;;;; "calc/calc-funcs.el" "calc/calc-frac.el" "calc/calc-forms.el"
20136;;;;;; "calc/calc-incom.el" "calc/calc-graph.el" "calc/calc-funcs.el" 20777;;;;;; "calc/calc-fin.el" "calc/calc-embed.el" "calc/calc-cplx.el"
20137;;;;;; "calc/calc-frac.el" "calc/calc-forms.el" "calc/calc-fin.el" 20778;;;;;; "calc/calc-comb.el" "calc/calc-bin.el" "calc/calc-arith.el"
20138;;;;;; "calc/calc-embed.el" "calc/calc-cplx.el" "calc/calc-comb.el" 20779;;;;;; "calc/calc-aent.el" "xml.el" "widget.el" "vt100-led.el" "vt-control.el"
20139;;;;;; "calc/calc-bin.el" "calc/calc-arith.el" "calc/calc-aent.el"
20140;;;;;; "xml.el" "window.el" "widget.el" "vt100-led.el" "vt-control.el"
20141;;;;;; "vmsproc.el" "vms-patch.el" "vcursor.el" "unused.el" "timezone.el" 20780;;;;;; "vmsproc.el" "vms-patch.el" "vcursor.el" "unused.el" "timezone.el"
20142;;;;;; "tempo.el" "soundex.el" "scroll-bar.el" "saveplace.el" "s-region.el" 20781;;;;;; "tempo.el" "soundex.el" "scroll-bar.el" "s-region.el" "register.el"
20143;;;;;; "register.el" "regi.el" "pcvs-util.el" "paths.el" "patcomp.el" 20782;;;;;; "regi.el" "pcvs-util.el" "paths.el" "patcomp.el" "mouse-drag.el"
20144;;;;;; "mouse-drag.el" "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" 20783;;;;;; "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" "isearch.el"
20145;;;;;; "isearch.el" "generic-x.el" "frame.el" "forms-pass.el" "forms-d2.el" 20784;;;;;; "generic-x.el" "frame.el" "forms-pass.el" "forms-d2.el" "foldout.el"
20146;;;;;; "foldout.el" "float-sup.el" "env.el" "emacs-lock.el" "electric.el" 20785;;;;;; "float-sup.el" "env.el" "emacs-lock.el" "electric.el" "ediff-vers.el"
20147;;;;;; "ediff-wind.el" "ediff-vers.el" "ediff-merg.el" "ediff-init.el" 20786;;;;;; "ediff-merg.el" "ediff-init.el" "ediff-hook.el" "dos-vars.el"
20148;;;;;; "ediff-hook.el" "dos-vars.el" "dos-fns.el" "cus-start.el" 20787;;;;;; "dos-fns.el" "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el"
20149;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el" 20788;;;;;; "buff-menu.el" "abbrevlist.el" "abbrev.el" "custom.el" "indent.el"
20150;;;;;; "abbrevlist.el" "abbrev.el" "custom.el" "indent.el" "version.el" 20789;;;;;; "version.el" "w32-vars.el" "xscheme.el" "net/ldap.el" "term/x-win.el"
20151;;;;;; "w32-vars.el" "xscheme.el" "net/ldap.el" "progmodes/cc-engine.el" 20790;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emulation/cua-gmrk.el"
20152;;;;;; "term/x-win.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" 20791;;;;;; "gnus/gnus-cite.el" "gnus/nnmail.el" "gnus/nnvirtual.el"
20153;;;;;; "emulation/cua-gmrk.el" "gnus/gnus-cite.el" "gnus/nnmail.el" 20792;;;;;; "language/utf-8-lang.el" "calc/calc-help.el" "calc/calc-units.el"
20154;;;;;; "gnus/nnvirtual.el" "language/georgian.el" "language/utf-8-lang.el" 20793;;;;;; "allout.el" "dos-w32.el" "ediff-diff.el" "faces.el" "filesets.el"
20155;;;;;; "calc/calc-help.el" "calc/calc-units.el" "allout.el" "dos-w32.el" 20794;;;;;; "format.el" "pcvs-info.el" "pcvs-parse.el" "w32-fns.el" "calc/calc-alg.el"
20156;;;;;; "ediff-diff.el" "faces.el" "filesets.el" "font-core.el" "format.el" 20795;;;;;; "gnus/gnus-ems.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
20157;;;;;; "menu-bar.el" "pcvs-info.el" "pcvs-parse.el" "uniquify.el" 20796;;;;;; "gnus/nnheader.el" "emacs-lisp/authors.el" "emacs-lisp/bindat.el"
20158;;;;;; "w32-fns.el" "calc/calc-alg.el" "gnus/gnus-ems.el" "gnus/gnus-sum.el" 20797;;;;;; "emacs-lisp/lisp-mode.el" "emulation/cua-rect.el" "emulation/viper-cmd.el"
20159;;;;;; "gnus/gnus-topic.el" "gnus/nnheader.el" "emacs-lisp/authors.el" 20798;;;;;; "eshell/em-pred.el" "eshell/em-unix.el" "net/tramp-vc.el"
20160;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/lisp-mode.el" "emulation/cua-rect.el" 20799;;;;;; "progmodes/ada-prj.el" "progmodes/ebnf-yac.el" "term/tty-colors.el"
20161;;;;;; "emulation/viper-cmd.el" "eshell/em-dirs.el" "eshell/em-pred.el" 20800;;;;;; "term/w32-win.el" "term/xterm.el" "subdirs.el") (15714 5520
20162;;;;;; "eshell/em-unix.el" "eshell/esh-util.el" "net/tramp-vc.el" 20801;;;;;; 332589))
20163;;;;;; "obsolete/c-mode.el" "progmodes/ada-prj.el" "progmodes/ebnf-yac.el"
20164;;;;;; "term/mac-win.el" "term/tty-colors.el" "term/w32-win.el"
20165;;;;;; "term/xterm.el" "textmodes/reftex-vars.el" "subdirs.el")
20166;;;;;; (15675 11367 371259))
20167 20802
20168;;;*** 20803;;;***
20169 20804