diff options
| author | Eli Zaretskii | 2001-12-21 09:20:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-21 09:20:35 +0000 |
| commit | 8d8d8d4e61cd5461632a79a567905a95856748fe (patch) | |
| tree | 4f3ca831cdb5397e2ab80f5f27c1d8e1316e3fb0 | |
| parent | 05494c29468aea12319e12b4917b4cc078e034f0 (diff) | |
| download | emacs-8d8d8d4e61cd5461632a79a567905a95856748fe.tar.gz emacs-8d8d8d4e61cd5461632a79a567905a95856748fe.zip | |
loaddefs.el and finder-inf.el regenerated.
| -rw-r--r-- | lisp/finder-inf.el | 1166 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 1364 |
2 files changed, 1453 insertions, 1077 deletions
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index 4c823352746..27dfb04208f 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | (convenience languages lisp)) | 21 | (convenience languages lisp)) |
| 22 | ("allout.el" | 22 | ("allout.el" |
| 23 | "extensive outline mode for use alone and with other modes" | 23 | "extensive outline mode for use alone and with other modes" |
| 24 | (outline mode wp languages)) | 24 | (outlines mode wp languages)) |
| 25 | ("ansi-color.el" | 25 | ("ansi-color.el" |
| 26 | "translate ANSI escape sequences into faces" | 26 | "translate ANSI escape sequences into faces" |
| 27 | (comm processes terminals services)) | 27 | (comm processes terminals services)) |
| @@ -60,7 +60,10 @@ | |||
| 60 | (convenience)) | 60 | (convenience)) |
| 61 | ("buff-menu.el" | 61 | ("buff-menu.el" |
| 62 | "buffer menu main function and support functions" | 62 | "buffer menu main function and support functions" |
| 63 | nil) | 63 | (convenience)) |
| 64 | ("button.el" | ||
| 65 | "Clickable buttons" | ||
| 66 | (extensions)) | ||
| 64 | ("byte-run.el" | 67 | ("byte-run.el" |
| 65 | "byte-compiler support for inlining" | 68 | "byte-compiler support for inlining" |
| 66 | (internal)) | 69 | (internal)) |
| @@ -138,13 +141,13 @@ | |||
| 138 | (unix tools)) | 141 | (unix tools)) |
| 139 | ("dired-aux.el" | 142 | ("dired-aux.el" |
| 140 | "less commonly used parts of dired" | 143 | "less commonly used parts of dired" |
| 141 | nil) | 144 | (files)) |
| 142 | ("dired-x.el" | 145 | ("dired-x.el" |
| 143 | "Extra Dired functionality" | 146 | "Extra Dired functionality" |
| 144 | (dired extensions)) | 147 | (dired extensions files)) |
| 145 | ("dired.el" | 148 | ("dired.el" |
| 146 | "directory-browsing commands" | 149 | "directory-browsing commands" |
| 147 | nil) | 150 | (files)) |
| 148 | ("dirtrack.el" | 151 | ("dirtrack.el" |
| 149 | "Directory Tracking by watching the prompt" | 152 | "Directory Tracking by watching the prompt" |
| 150 | (processes)) | 153 | (processes)) |
| @@ -253,9 +256,6 @@ | |||
| 253 | ("find-file.el" | 256 | ("find-file.el" |
| 254 | "find a file corresponding to this one given a pattern" | 257 | "find a file corresponding to this one given a pattern" |
| 255 | (c matching tools)) | 258 | (c matching tools)) |
| 256 | ("find-gc.el" | ||
| 257 | "detect functions that call the garbage collector" | ||
| 258 | nil) | ||
| 259 | ("find-lisp.el" | 259 | ("find-lisp.el" |
| 260 | "emulation of find in Emacs Lisp" | 260 | "emulation of find in Emacs Lisp" |
| 261 | (unix)) | 261 | (unix)) |
| @@ -307,9 +307,15 @@ | |||
| 307 | ("gud.el" | 307 | ("gud.el" |
| 308 | "Grand Unified Debugger mode for running GDB and other debuggers" | 308 | "Grand Unified Debugger mode for running GDB and other debuggers" |
| 309 | (unix tools)) | 309 | (unix tools)) |
| 310 | ("help-fns.el" | ||
| 311 | "Complex help functions" | ||
| 312 | (help internal)) | ||
| 310 | ("help-macro.el" | 313 | ("help-macro.el" |
| 311 | "makes command line help such as help-for-help" | 314 | "makes command line help such as help-for-help" |
| 312 | nil) | 315 | nil) |
| 316 | ("help-mode.el" | ||
| 317 | "`help-mode' used by *Help* buffers" | ||
| 318 | (help internal)) | ||
| 313 | ("help.el" | 319 | ("help.el" |
| 314 | "help commands for Emacs" | 320 | "help commands for Emacs" |
| 315 | (help internal)) | 321 | (help internal)) |
| @@ -412,6 +418,9 @@ | |||
| 412 | ("map-ynp.el" | 418 | ("map-ynp.el" |
| 413 | "general-purpose boolean question-asker" | 419 | "general-purpose boolean question-asker" |
| 414 | (lisp extensions)) | 420 | (lisp extensions)) |
| 421 | ("master.el" | ||
| 422 | "make a buffer the master over another buffer" | ||
| 423 | (comm)) | ||
| 415 | ("menu-bar.el" | 424 | ("menu-bar.el" |
| 416 | "define a default menu bar" | 425 | "define a default menu bar" |
| 417 | (internal mouse)) | 426 | (internal mouse)) |
| @@ -526,12 +535,18 @@ | |||
| 526 | ("resume.el" | 535 | ("resume.el" |
| 527 | "process command line args from within a suspended Emacs job" | 536 | "process command line args from within a suspended Emacs job" |
| 528 | (processes)) | 537 | (processes)) |
| 538 | ("reveal.el" | ||
| 539 | "Automatically reveal hidden text at point" | ||
| 540 | (outlines)) | ||
| 541 | ("rfn-eshadow.el" | ||
| 542 | "Highlight `shadowed' part of read-file-name input text" | ||
| 543 | (convenience)) | ||
| 529 | ("rot13.el" | 544 | ("rot13.el" |
| 530 | "display a buffer in rot13" | 545 | "display a buffer in rot13" |
| 531 | nil) | 546 | nil) |
| 532 | ("rsz-mini.el" | 547 | ("ruler-mode.el" |
| 533 | "dynamically resize minibuffer to display entire contents" | 548 | "Display a ruler in the header line" |
| 534 | (minibuffer window frame display)) | 549 | (environment)) |
| 535 | ("s-region.el" | 550 | ("s-region.el" |
| 536 | "set region using shift key" | 551 | "set region using shift key" |
| 537 | (terminals)) | 552 | (terminals)) |
| @@ -586,12 +601,6 @@ | |||
| 586 | ("subr.el" | 601 | ("subr.el" |
| 587 | "basic lisp subroutines for Emacs" | 602 | "basic lisp subroutines for Emacs" |
| 588 | nil) | 603 | nil) |
| 589 | ("sun-curs.el" | ||
| 590 | "cursor definitions for Sun windows" | ||
| 591 | (hardware)) | ||
| 592 | ("sun-fns.el" | ||
| 593 | "subroutines of Mouse handling for Sun windows" | ||
| 594 | (hardware)) | ||
| 595 | ("tabify.el" | 604 | ("tabify.el" |
| 596 | "tab conversion commands for Emacs" | 605 | "tab conversion commands for Emacs" |
| 597 | nil) | 606 | nil) |
| @@ -637,12 +646,9 @@ | |||
| 637 | ("type-break.el" | 646 | ("type-break.el" |
| 638 | "encourage rests from typing at appropriate intervals" | 647 | "encourage rests from typing at appropriate intervals" |
| 639 | (extensions timers)) | 648 | (extensions timers)) |
| 640 | ("uncompress.el" | ||
| 641 | "auto-decompression hook for visiting .Z files" | ||
| 642 | nil) | ||
| 643 | ("uniquify.el" | 649 | ("uniquify.el" |
| 644 | "unique buffer names dependent on file name" | 650 | "unique buffer names dependent on file name" |
| 645 | nil) | 651 | (files)) |
| 646 | ("unused.el" | 652 | ("unused.el" |
| 647 | "editing commands in GNU Emacs that turned out not to be used" | 653 | "editing commands in GNU Emacs that turned out not to be used" |
| 648 | (emulations)) | 654 | (emulations)) |
| @@ -663,7 +669,7 @@ | |||
| 663 | nil) | 669 | nil) |
| 664 | ("vc.el" | 670 | ("vc.el" |
| 665 | "drive a version-control system from within Emacs" | 671 | "drive a version-control system from within Emacs" |
| 666 | nil) | 672 | (tools)) |
| 667 | ("vcursor.el" | 673 | ("vcursor.el" |
| 668 | "manipulate an alternative (\"virtual\") cursor" | 674 | "manipulate an alternative (\"virtual\") cursor" |
| 669 | (virtual cursor convenience)) | 675 | (virtual cursor convenience)) |
| @@ -672,7 +678,7 @@ | |||
| 672 | (internal)) | 678 | (internal)) |
| 673 | ("view.el" | 679 | ("view.el" |
| 674 | "peruse file or buffer without editing" | 680 | "peruse file or buffer without editing" |
| 675 | nil) | 681 | (files)) |
| 676 | ("vms-patch.el" | 682 | ("vms-patch.el" |
| 677 | "override parts of files.el for VMS" | 683 | "override parts of files.el for VMS" |
| 678 | (vms)) | 684 | (vms)) |
| @@ -687,7 +693,7 @@ | |||
| 687 | (hardware)) | 693 | (hardware)) |
| 688 | ("w32-fns.el" | 694 | ("w32-fns.el" |
| 689 | "Lisp routines for Windows NT" | 695 | "Lisp routines for Windows NT" |
| 690 | nil) | 696 | (internal)) |
| 691 | ("which-func.el" | 697 | ("which-func.el" |
| 692 | "print current function in mode line" | 698 | "print current function in mode line" |
| 693 | (mode-line imenu tools)) | 699 | (mode-line imenu tools)) |
| @@ -708,19 +714,13 @@ | |||
| 708 | (window movement convenience)) | 714 | (window movement convenience)) |
| 709 | ("window.el" | 715 | ("window.el" |
| 710 | "GNU Emacs window commands aside from those written in C" | 716 | "GNU Emacs window commands aside from those written in C" |
| 711 | nil) | 717 | (internal)) |
| 712 | ("winner.el" | 718 | ("winner.el" |
| 713 | "Restore old window configurations" | 719 | "Restore old window configurations" |
| 714 | (convenience frames)) | 720 | (convenience frames)) |
| 715 | ("woman.el" | 721 | ("woman.el" |
| 716 | "browse UN*X manual pages `wo (without) man'" | 722 | "browse UN*X manual pages `wo (without) man'" |
| 717 | (help man un*x manual)) | 723 | (help man un*x manual)) |
| 718 | ("x-apollo.el" | ||
| 719 | "Apollo support functions" | ||
| 720 | nil) | ||
| 721 | ("x-menu.el" | ||
| 722 | "menu support for X" | ||
| 723 | nil) | ||
| 724 | ("xml.el" | 724 | ("xml.el" |
| 725 | "XML parser" | 725 | "XML parser" |
| 726 | (xml)) | 726 | (xml)) |
| @@ -730,168 +730,435 @@ | |||
| 730 | ("xt-mouse.el" | 730 | ("xt-mouse.el" |
| 731 | "support the mouse when emacs run in an xterm" | 731 | "support the mouse when emacs run in an xterm" |
| 732 | (mouse terminals)) | 732 | (mouse terminals)) |
| 733 | ("ccl.el" | 733 | ("calc-aent.el" |
| 734 | "CCL (Code Conversion Language) compiler" | 734 | "algebraic entry functions for Calc" |
| 735 | (ccl mule multilingual character set coding-system)) | ||
| 736 | ("characters.el" | ||
| 737 | "set syntax and category for multibyte characters" | ||
| 738 | (multibyte character character set syntax category)) | ||
| 739 | ("codepage.el" | ||
| 740 | "MS-DOS/MS-Windows specific coding systems" | ||
| 741 | (i18n ms-dos ms-windows codepage)) | ||
| 742 | ("encoded-kb.el" | ||
| 743 | "handler to input multibyte characters encoded somehow" | ||
| 744 | nil) | 735 | nil) |
| 745 | ("fontset.el" | 736 | ("calc-alg.el" |
| 746 | "commands for handling fontset" | 737 | "algebraic functions for Calc " |
| 747 | (mule multilingual fontset)) | ||
| 748 | ("isearch-x.el" | ||
| 749 | "extended isearch handling commands" | ||
| 750 | (multilingual isearch)) | ||
| 751 | ("iso-acc.el" | ||
| 752 | "minor mode providing electric accent keys" | ||
| 753 | (i18n)) | ||
| 754 | ("iso-ascii.el" | ||
| 755 | "set up char tables for ISO 8859/1 on ASCII terminals" | ||
| 756 | (i18n)) | ||
| 757 | ("iso-cvt.el" | ||
| 758 | "translate ISO 8859-1 from/to various encodings" | ||
| 759 | (tex iso latin i18n)) | ||
| 760 | ("iso-insert.el" | ||
| 761 | "insert functions for ISO 8859/1" | ||
| 762 | (i18n)) | ||
| 763 | ("iso-swed.el" | ||
| 764 | "set up char tables for ISO 8859/1 for Swedish/Finnish ttys" | ||
| 765 | (i18n)) | ||
| 766 | ("iso-transl.el" | ||
| 767 | "keyboard input definitions for ISO 8859-1" | ||
| 768 | (i18n)) | ||
| 769 | ("ja-dic-cnv.el" | ||
| 770 | "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp" | ||
| 771 | (mule multilingual japanese)) | ||
| 772 | ("ja-dic-utl.el" | ||
| 773 | "utilities for handling Japanese dictionary (SKK-JISYO.L)" | ||
| 774 | (mule multilingual japanese)) | ||
| 775 | ("kinsoku.el" | ||
| 776 | "`Kinsoku' processing funcs" | ||
| 777 | (mule kinsoku)) | ||
| 778 | ("kkc.el" | ||
| 779 | "Kana Kanji converter" | ||
| 780 | (mule multilingual japanese)) | ||
| 781 | ("latin-1.el" | ||
| 782 | "set up case-conversion and syntax tables for ISO Latin-1" | ||
| 783 | (i18n)) | ||
| 784 | ("latin-2.el" | ||
| 785 | "set up case-conversion and syntax tables for ISO Latin-2" | ||
| 786 | (i18n)) | ||
| 787 | ("latin-3.el" | ||
| 788 | "set up case-conversion and syntax tables for ISO Latin-3" | ||
| 789 | (i18n)) | ||
| 790 | ("latin-4.el" | ||
| 791 | "set up case-conversion and syntax tables for ISO Latin-4" | ||
| 792 | (i18n)) | ||
| 793 | ("latin-5.el" | ||
| 794 | "set up case-conversion and syntax tables for ISO latin-5" | ||
| 795 | (i18n)) | ||
| 796 | ("latin-8.el" | ||
| 797 | "set up case-conversion and syntax tables for ISO Latin-8" | ||
| 798 | (i18n)) | ||
| 799 | ("latin-9.el" | ||
| 800 | "set up case-conversion and syntax tables for ISO Latin-9" | ||
| 801 | (i18n)) | ||
| 802 | ("latin1-disp.el" | ||
| 803 | "display tables for other ISO 8859 on Latin-1 terminals" | ||
| 804 | (i18n)) | ||
| 805 | ("mule-cmds.el" | ||
| 806 | "commands for mulitilingual environment" | ||
| 807 | (mule multilingual)) | ||
| 808 | ("mule-conf.el" | ||
| 809 | "configure multilingual environment" | ||
| 810 | (mule multilingual character set coding system)) | ||
| 811 | ("mule-diag.el" | ||
| 812 | "show diagnosis of multilingual environment (Mule)" | ||
| 813 | (multilingual charset coding system fontset diagnosis i18n)) | ||
| 814 | ("mule-util.el" | ||
| 815 | "utility functions for mulitilingual environment (mule)" | ||
| 816 | (mule multilingual)) | ||
| 817 | ("mule.el" | ||
| 818 | "basic commands for mulitilingual environment" | ||
| 819 | (mule multilingual character set coding system)) | ||
| 820 | ("ogonek.el" | ||
| 821 | "change the encoding of Polish diacritics" | ||
| 822 | (i18n)) | ||
| 823 | ("quail.el" | ||
| 824 | "provides simple input method for multilingual text" | ||
| 825 | (mule multilingual input method)) | ||
| 826 | ("swedish.el" | ||
| 827 | "miscellaneous functions for dealing with Swedish" | ||
| 828 | (i18n)) | ||
| 829 | ("titdic-cnv.el" | ||
| 830 | "convert cxterm dictionary (TIT format) to Quail package" | ||
| 831 | (quail tit cxterm)) | ||
| 832 | ("utf-8.el" | ||
| 833 | "limited UTF-8 decoding/encoding support" | ||
| 834 | (multilingual unicode utf-8 i18n)) | ||
| 835 | ("ange-ftp.el" | ||
| 836 | "transparent FTP support for GNU Emacs" | ||
| 837 | (comm)) | ||
| 838 | ("browse-url.el" | ||
| 839 | "pass a URL to a WWW browser" | ||
| 840 | (hypertext hypermedia mouse)) | ||
| 841 | ("eudc-bob.el" | ||
| 842 | "Binary Objects Support for EUDC" | ||
| 843 | (help)) | ||
| 844 | ("eudc-export.el" | ||
| 845 | "functions to export EUDC query results" | ||
| 846 | (help)) | ||
| 847 | ("eudc-hotlist.el" | ||
| 848 | "hotlist management for EUDC" | ||
| 849 | (help)) | ||
| 850 | ("eudc-vars.el" | ||
| 851 | "Emacs Unified Directory Client" | ||
| 852 | (help)) | ||
| 853 | ("eudc.el" | ||
| 854 | "Emacs Unified Directory Client" | ||
| 855 | (help)) | ||
| 856 | ("eudcb-bbdb.el" | ||
| 857 | "Emacs Unified Directory Client - BBDB Backend" | ||
| 858 | (help)) | ||
| 859 | ("eudcb-ldap.el" | ||
| 860 | "Emacs Unified Directory Client - LDAP Backend" | ||
| 861 | (help)) | ||
| 862 | ("eudcb-ph.el" | ||
| 863 | "Emacs Unified Directory Client - CCSO PH/QI Backend" | ||
| 864 | (help)) | ||
| 865 | ("goto-addr.el" | ||
| 866 | "click to browse URL or to send to e-mail address" | ||
| 867 | (mh-e www mouse mail)) | ||
| 868 | ("ldap.el" | ||
| 869 | "client interface to LDAP for Emacs" | ||
| 870 | (comm)) | ||
| 871 | ("net-utils.el" | ||
| 872 | "network functions" | ||
| 873 | (network communications)) | ||
| 874 | ("quickurl.el" | ||
| 875 | "insert an URL based on text at point in buffer" | ||
| 876 | (hypermedia)) | ||
| 877 | ("rcompile.el" | ||
| 878 | "run a compilation on a remote machine" | ||
| 879 | (tools processes)) | ||
| 880 | ("rlogin.el" | ||
| 881 | "remote login interface" | ||
| 882 | (unix comm)) | ||
| 883 | ("snmp-mode.el" | ||
| 884 | "SNMP & SNMPv2 MIB major mode" | ||
| 885 | (data)) | ||
| 886 | ("telnet.el" | ||
| 887 | "run a telnet session from within an Emacs buffer" | ||
| 888 | nil) | 738 | nil) |
| 889 | ("webjump.el" | 739 | ("calc-arith.el" |
| 890 | "programmable Web hotlist" | 740 | "arithmetic functions for Calc" |
| 891 | (comm www)) | 741 | nil) |
| 892 | ("zone-mode.el" | 742 | ("calc-bin.el" |
| 893 | "major mode for editing DNS zone files" | 743 | "binary functions for Calc" |
| 894 | (dns languages)) | 744 | nil) |
| 745 | ("calc-comb.el" | ||
| 746 | "combinatoric functions for Calc" | ||
| 747 | nil) | ||
| 748 | ("calc-cplx.el" | ||
| 749 | "Complex number functions for Calc" | ||
| 750 | nil) | ||
| 751 | ("calc-embed.el" | ||
| 752 | "embed Calc in a buffer" | ||
| 753 | nil) | ||
| 754 | ("calc-ext.el" | ||
| 755 | "various extension functions for Calc" | ||
| 756 | nil) | ||
| 757 | ("calc-fin.el" | ||
| 758 | "financial functions for Calc" | ||
| 759 | nil) | ||
| 760 | ("calc-forms.el" | ||
| 761 | "data format conversion functions for Calc" | ||
| 762 | nil) | ||
| 763 | ("calc-frac.el" | ||
| 764 | "fraction functions for Calc" | ||
| 765 | nil) | ||
| 766 | ("calc-funcs.el" | ||
| 767 | "well-known functions for Calc" | ||
| 768 | nil) | ||
| 769 | ("calc-graph.el" | ||
| 770 | "graph output functions for Calc" | ||
| 771 | nil) | ||
| 772 | ("calc-help.el" | ||
| 773 | "help display functions for Calc," | ||
| 774 | nil) | ||
| 775 | ("calc-incom.el" | ||
| 776 | "complex data type input functions for Calc" | ||
| 777 | nil) | ||
| 778 | ("calc-keypd.el" | ||
| 779 | "mouse-capable keypad input for Calc" | ||
| 780 | nil) | ||
| 781 | ("calc-lang.el" | ||
| 782 | "calc language functions" | ||
| 783 | nil) | ||
| 784 | ("calc-macs.el" | ||
| 785 | "important macros for Calc" | ||
| 786 | nil) | ||
| 787 | ("calc-maint.el" | ||
| 788 | "maintenance routines for Calc" | ||
| 789 | nil) | ||
| 790 | ("calc-map.el" | ||
| 791 | "higher-order functions for Calc" | ||
| 792 | nil) | ||
| 793 | ("calc-math.el" | ||
| 794 | "mathematical functions for Calc" | ||
| 795 | nil) | ||
| 796 | ("calc-misc.el" | ||
| 797 | "miscellaenous functions for Calc" | ||
| 798 | nil) | ||
| 799 | ("calc-mode.el" | ||
| 800 | "calculator modes for Calc" | ||
| 801 | nil) | ||
| 802 | ("calc-mtx.el" | ||
| 803 | "matrix functions for Calc" | ||
| 804 | nil) | ||
| 805 | ("calc-poly.el" | ||
| 806 | "polynomial functions for Calc" | ||
| 807 | nil) | ||
| 808 | ("calc-prog.el" | ||
| 809 | "user programmability functions for Calc" | ||
| 810 | nil) | ||
| 811 | ("calc-rewr.el" | ||
| 812 | "rewriting functions for Calc" | ||
| 813 | nil) | ||
| 814 | ("calc-rules.el" | ||
| 815 | "rules for simplifying algebraic expressions in Calc" | ||
| 816 | nil) | ||
| 817 | ("calc-sel.el" | ||
| 818 | "data selection functions for Calc" | ||
| 819 | nil) | ||
| 820 | ("calc-stat.el" | ||
| 821 | "statistical functions for Calc" | ||
| 822 | nil) | ||
| 823 | ("calc-store.el" | ||
| 824 | "value storage functions for Calc" | ||
| 825 | nil) | ||
| 826 | ("calc-stuff.el" | ||
| 827 | "miscellaneous functions for Calc" | ||
| 828 | nil) | ||
| 829 | ("calc-trail.el" | ||
| 830 | "functions for manipulating the Calc \"trail\"" | ||
| 831 | nil) | ||
| 832 | ("calc-undo.el" | ||
| 833 | "undo functions for Calc" | ||
| 834 | nil) | ||
| 835 | ("calc-units.el" | ||
| 836 | "unit conversion functions for Calc" | ||
| 837 | nil) | ||
| 838 | ("calc-vec.el" | ||
| 839 | "vector functions for Calc" | ||
| 840 | nil) | ||
| 841 | ("calc-yank.el" | ||
| 842 | "kill-ring functionality for Calc" | ||
| 843 | nil) | ||
| 844 | ("calc.el" | ||
| 845 | "the GNU Emacs calculator" | ||
| 846 | (convenience extensions)) | ||
| 847 | ("calcalg2.el" | ||
| 848 | "more algebraic functions for Calc" | ||
| 849 | nil) | ||
| 850 | ("calcalg3.el" | ||
| 851 | "more algebraic functions for Calc" | ||
| 852 | nil) | ||
| 853 | ("calccomp.el" | ||
| 854 | "composition functions for Calc" | ||
| 855 | nil) | ||
| 856 | ("calcsel2.el" | ||
| 857 | "selection functions for Calc" | ||
| 858 | nil) | ||
| 859 | ("binhex.el" | ||
| 860 | "elisp native binhex decode" | ||
| 861 | (binhex news)) | ||
| 862 | ("earcon.el" | ||
| 863 | "sound effects for messages" | ||
| 864 | nil) | ||
| 865 | ("flow-fill.el" | ||
| 866 | "interprete RFC2646 \"flowed\" text" | ||
| 867 | (mail)) | ||
| 868 | ("format-spec.el" | ||
| 869 | "functions for formatting arbitrary formatting strings" | ||
| 870 | (tools)) | ||
| 871 | ("gnus-agent.el" | ||
| 872 | "unplugged support for Gnus" | ||
| 873 | nil) | ||
| 874 | ("gnus-art.el" | ||
| 875 | "article mode commands for Gnus" | ||
| 876 | (news)) | ||
| 877 | ("gnus-async.el" | ||
| 878 | "asynchronous support for Gnus" | ||
| 879 | (news)) | ||
| 880 | ("gnus-audio.el" | ||
| 881 | "sound effects for Gnus" | ||
| 882 | (news mail multimedia)) | ||
| 883 | ("gnus-bcklg.el" | ||
| 884 | "backlog functions for Gnus" | ||
| 885 | (news)) | ||
| 886 | ("gnus-cache.el" | ||
| 887 | "cache interface for Gnus" | ||
| 888 | (news)) | ||
| 889 | ("gnus-cite.el" | ||
| 890 | "parse citations in articles for Gnus" | ||
| 891 | nil) | ||
| 892 | ("gnus-cus.el" | ||
| 893 | "customization commands for Gnus" | ||
| 894 | (news)) | ||
| 895 | ("gnus-demon.el" | ||
| 896 | "daemonic Gnus behaviour" | ||
| 897 | (news)) | ||
| 898 | ("gnus-draft.el" | ||
| 899 | "draft message support for Gnus" | ||
| 900 | (news)) | ||
| 901 | ("gnus-dup.el" | ||
| 902 | "suppression of duplicate articles in Gnus" | ||
| 903 | (news)) | ||
| 904 | ("gnus-eform.el" | ||
| 905 | "a mode for editing forms for Gnus" | ||
| 906 | (news)) | ||
| 907 | ("gnus-ems.el" | ||
| 908 | "functions for making Gnus work under different Emacsen" | ||
| 909 | (news)) | ||
| 910 | ("gnus-gl.el" | ||
| 911 | "an interface to GroupLens for Gnus" | ||
| 912 | (news score)) | ||
| 913 | ("gnus-group.el" | ||
| 914 | "group mode commands for Gnus" | ||
| 915 | (news)) | ||
| 916 | ("gnus-int.el" | ||
| 917 | "backend interface functions for Gnus" | ||
| 918 | (news)) | ||
| 919 | ("gnus-kill.el" | ||
| 920 | "kill commands for Gnus" | ||
| 921 | (news)) | ||
| 922 | ("gnus-logic.el" | ||
| 923 | "advanced scoring code for Gnus" | ||
| 924 | (news)) | ||
| 925 | ("gnus-mh.el" | ||
| 926 | "mh-e interface for Gnus" | ||
| 927 | (news)) | ||
| 928 | ("gnus-ml.el" | ||
| 929 | "mailing list minor mode for Gnus" | ||
| 930 | (news)) | ||
| 931 | ("gnus-mlspl.el" | ||
| 932 | "a group params-based mail splitting mechanism" | ||
| 933 | (news mail)) | ||
| 934 | ("gnus-move.el" | ||
| 935 | "commands for moving Gnus from one server to another" | ||
| 936 | (news)) | ||
| 937 | ("gnus-msg.el" | ||
| 938 | "mail and post interface for Gnus" | ||
| 939 | (news)) | ||
| 940 | ("gnus-mule.el" | ||
| 941 | "provide backward compatibility function to GNUS" | ||
| 942 | (news i18n)) | ||
| 943 | ("gnus-nocem.el" | ||
| 944 | "NoCeM pseudo-cancellation treatment" | ||
| 945 | (news)) | ||
| 946 | ("gnus-range.el" | ||
| 947 | "range and sequence functions for Gnus" | ||
| 948 | (news)) | ||
| 949 | ("gnus-salt.el" | ||
| 950 | "alternate summary mode interfaces for Gnus" | ||
| 951 | (news)) | ||
| 952 | ("gnus-score.el" | ||
| 953 | "scoring code for Gnus" | ||
| 954 | (news)) | ||
| 955 | ("gnus-setup.el" | ||
| 956 | "initialization & setup for Gnus 5" | ||
| 957 | (news)) | ||
| 958 | ("gnus-soup.el" | ||
| 959 | "SOUP packet writing support for Gnus" | ||
| 960 | (news mail)) | ||
| 961 | ("gnus-spec.el" | ||
| 962 | "format spec functions for Gnus" | ||
| 963 | (news)) | ||
| 964 | ("gnus-srvr.el" | ||
| 965 | "virtual server support for Gnus" | ||
| 966 | (news)) | ||
| 967 | ("gnus-start.el" | ||
| 968 | "startup functions for Gnus" | ||
| 969 | (news)) | ||
| 970 | ("gnus-sum.el" | ||
| 971 | "summary mode commands for Gnus" | ||
| 972 | (news)) | ||
| 973 | ("gnus-topic.el" | ||
| 974 | "a folding minor mode for Gnus group buffers" | ||
| 975 | (news)) | ||
| 976 | ("gnus-undo.el" | ||
| 977 | "minor mode for undoing in Gnus" | ||
| 978 | (news)) | ||
| 979 | ("gnus-util.el" | ||
| 980 | "utility functions for Gnus" | ||
| 981 | (news)) | ||
| 982 | ("gnus-uu.el" | ||
| 983 | "extract (uu)encoded files in Gnus" | ||
| 984 | nil) | ||
| 985 | ("gnus-vm.el" | ||
| 986 | "vm interface for Gnus" | ||
| 987 | (news mail)) | ||
| 988 | ("gnus-win.el" | ||
| 989 | "window configuration functions for Gnus" | ||
| 990 | (news)) | ||
| 991 | ("gnus.el" | ||
| 992 | "a newsreader for GNU Emacs" | ||
| 993 | (news mail)) | ||
| 994 | ("ietf-drums.el" | ||
| 995 | "functions for parsing RFC822bis headers" | ||
| 996 | nil) | ||
| 997 | ("imap.el" | ||
| 998 | "imap library" | ||
| 999 | (mail)) | ||
| 1000 | ("mail-parse.el" | ||
| 1001 | "interface functions for parsing mail" | ||
| 1002 | nil) | ||
| 1003 | ("mail-prsvr.el" | ||
| 1004 | "interface variables for parsing mail" | ||
| 1005 | nil) | ||
| 1006 | ("mail-source.el" | ||
| 1007 | "functions for fetching mail" | ||
| 1008 | (news mail)) | ||
| 1009 | ("mailcap.el" | ||
| 1010 | "MIME media types configuration" | ||
| 1011 | (news mail multimedia)) | ||
| 1012 | ("message.el" | ||
| 1013 | "composing mail and news messages" | ||
| 1014 | (mail news)) | ||
| 1015 | ("messcompat.el" | ||
| 1016 | "making message mode compatible with mail mode" | ||
| 1017 | (mail news)) | ||
| 1018 | ("mm-bodies.el" | ||
| 1019 | "functions for decoding MIME things" | ||
| 1020 | nil) | ||
| 1021 | ("mm-decode.el" | ||
| 1022 | "functions for decoding MIME things" | ||
| 1023 | nil) | ||
| 1024 | ("mm-encode.el" | ||
| 1025 | "functions for encoding MIME things " | ||
| 1026 | nil) | ||
| 1027 | ("mm-partial.el" | ||
| 1028 | "showing message/partial" | ||
| 1029 | (message partial)) | ||
| 1030 | ("mm-util.el" | ||
| 1031 | "Utility functions for Mule and low level things" | ||
| 1032 | nil) | ||
| 1033 | ("mm-uu.el" | ||
| 1034 | "return uu stuff as mm handles" | ||
| 1035 | (postscript uudecode binhex shar forward news)) | ||
| 1036 | ("mm-view.el" | ||
| 1037 | "functions for viewing MIME objects" | ||
| 1038 | nil) | ||
| 1039 | ("mml.el" | ||
| 1040 | "package for parsing and validating MML documents" | ||
| 1041 | nil) | ||
| 1042 | ("nnagent.el" | ||
| 1043 | "offline backend for Gnus" | ||
| 1044 | (news mail)) | ||
| 1045 | ("nnbabyl.el" | ||
| 1046 | "rmail mbox access for Gnus" | ||
| 1047 | (news mail)) | ||
| 1048 | ("nndir.el" | ||
| 1049 | "single directory newsgroup access for Gnus" | ||
| 1050 | (news)) | ||
| 1051 | ("nndoc.el" | ||
| 1052 | "single file access for Gnus" | ||
| 1053 | (news)) | ||
| 1054 | ("nndraft.el" | ||
| 1055 | "draft article access for Gnus" | ||
| 1056 | (news)) | ||
| 1057 | ("nneething.el" | ||
| 1058 | "arbitrary file access for Gnus" | ||
| 1059 | (news mail)) | ||
| 1060 | ("nnfolder.el" | ||
| 1061 | "mail folder access for Gnus" | ||
| 1062 | (mail)) | ||
| 1063 | ("nngateway.el" | ||
| 1064 | "posting news via mail gateways" | ||
| 1065 | (news mail)) | ||
| 1066 | ("nnheader.el" | ||
| 1067 | "header access macros for Gnus and its backends" | ||
| 1068 | (news)) | ||
| 1069 | ("nnimap.el" | ||
| 1070 | "imap backend for Gnus" | ||
| 1071 | (mail)) | ||
| 1072 | ("nnkiboze.el" | ||
| 1073 | "select virtual news access for Gnus" | ||
| 1074 | (news)) | ||
| 1075 | ("nnlistserv.el" | ||
| 1076 | "retrieving articles via web mailing list archives" | ||
| 1077 | (news mail)) | ||
| 1078 | ("nnmail.el" | ||
| 1079 | "mail support functions for the Gnus mail backends" | ||
| 1080 | (news mail)) | ||
| 1081 | ("nnmbox.el" | ||
| 1082 | "mail mbox access for Gnus" | ||
| 1083 | (news mail)) | ||
| 1084 | ("nnmh.el" | ||
| 1085 | "mhspool access for Gnus" | ||
| 1086 | (news mail)) | ||
| 1087 | ("nnml.el" | ||
| 1088 | "mail spool access for Gnus" | ||
| 1089 | (news mail)) | ||
| 1090 | ("nnoo.el" | ||
| 1091 | "OO Gnus Backends" | ||
| 1092 | (news)) | ||
| 1093 | ("nnslashdot.el" | ||
| 1094 | "interfacing with Slashdot" | ||
| 1095 | (news)) | ||
| 1096 | ("nnsoup.el" | ||
| 1097 | "SOUP access for Gnus" | ||
| 1098 | (news mail)) | ||
| 1099 | ("nnspool.el" | ||
| 1100 | "spool access for GNU Emacs" | ||
| 1101 | (news)) | ||
| 1102 | ("nntp.el" | ||
| 1103 | "nntp access for Gnus" | ||
| 1104 | (news)) | ||
| 1105 | ("nnultimate.el" | ||
| 1106 | "interfacing with the Ultimate Bulletin Board system" | ||
| 1107 | (news)) | ||
| 1108 | ("nnvirtual.el" | ||
| 1109 | "virtual newsgroups access for Gnus" | ||
| 1110 | (news)) | ||
| 1111 | ("nnwarchive.el" | ||
| 1112 | "interfacing with web archives" | ||
| 1113 | (news egroups mail-archive)) | ||
| 1114 | ("nnweb.el" | ||
| 1115 | "retrieving articles via web search engines" | ||
| 1116 | (news)) | ||
| 1117 | ("parse-time.el" | ||
| 1118 | "parsing time strings" | ||
| 1119 | (util)) | ||
| 1120 | ("pop3.el" | ||
| 1121 | "Post Office Protocol (RFC 1460) interface" | ||
| 1122 | (mail)) | ||
| 1123 | ("qp.el" | ||
| 1124 | "Quoted-Printable functions" | ||
| 1125 | (mail extensions)) | ||
| 1126 | ("rfc1843.el" | ||
| 1127 | "HZ (rfc1843) decoding" | ||
| 1128 | (news hz hz+ mail i18n)) | ||
| 1129 | ("rfc2045.el" | ||
| 1130 | "functions for decoding rfc2045 headers" | ||
| 1131 | nil) | ||
| 1132 | ("rfc2047.el" | ||
| 1133 | "functions for encoding and decoding rfc2047 messages" | ||
| 1134 | nil) | ||
| 1135 | ("rfc2104.el" | ||
| 1136 | "RFC2104 Hashed Message Authentication Codes" | ||
| 1137 | (mail)) | ||
| 1138 | ("rfc2231.el" | ||
| 1139 | "functions for decoding rfc2231 headers" | ||
| 1140 | nil) | ||
| 1141 | ("score-mode.el" | ||
| 1142 | "mode for editing Gnus score files" | ||
| 1143 | (news mail)) | ||
| 1144 | ("smiley-ems.el" | ||
| 1145 | "displaying smiley faces" | ||
| 1146 | (news mail multimedia)) | ||
| 1147 | ("starttls.el" | ||
| 1148 | "STARTTLS functions" | ||
| 1149 | (tls ssl openssl mail news)) | ||
| 1150 | ("time-date.el" | ||
| 1151 | "date and time handling functions" | ||
| 1152 | (mail news util)) | ||
| 1153 | ("utf7.el" | ||
| 1154 | "UTF-7 encoding/decoding for Emacs" | ||
| 1155 | (mail)) | ||
| 1156 | ("uudecode.el" | ||
| 1157 | "elisp native uudecode" | ||
| 1158 | (uudecode news)) | ||
| 1159 | ("webmail.el" | ||
| 1160 | "interface of web mail" | ||
| 1161 | (hotmail netaddress my-deja netscape)) | ||
| 895 | ("appt.el" | 1162 | ("appt.el" |
| 896 | "appointment notification functions" | 1163 | "appointment notification functions" |
| 897 | (calendar)) | 1164 | (calendar)) |
| @@ -1042,6 +1309,9 @@ | |||
| 1042 | ("find-func.el" | 1309 | ("find-func.el" |
| 1043 | "find the definition of the Emacs Lisp function near point" | 1310 | "find the definition of the Emacs Lisp function near point" |
| 1044 | (emacs-lisp functions variables)) | 1311 | (emacs-lisp functions variables)) |
| 1312 | ("find-gc.el" | ||
| 1313 | "detect functions that call the garbage collector" | ||
| 1314 | nil) | ||
| 1045 | ("float.el" | 1315 | ("float.el" |
| 1046 | "obsolete floating point arithmetic package" | 1316 | "obsolete floating point arithmetic package" |
| 1047 | (extensions)) | 1317 | (extensions)) |
| @@ -1053,7 +1323,7 @@ | |||
| 1053 | (help)) | 1323 | (help)) |
| 1054 | ("levents.el" | 1324 | ("levents.el" |
| 1055 | "emulate the Lucid event data type and associated functions" | 1325 | "emulate the Lucid event data type and associated functions" |
| 1056 | nil) | 1326 | (emulations)) |
| 1057 | ("lisp-mnt.el" | 1327 | ("lisp-mnt.el" |
| 1058 | "minor mode for Emacs Lisp maintainers" | 1328 | "minor mode for Emacs Lisp maintainers" |
| 1059 | (docs)) | 1329 | (docs)) |
| @@ -1071,10 +1341,10 @@ | |||
| 1071 | (emulations)) | 1341 | (emulations)) |
| 1072 | ("lucid.el" | 1342 | ("lucid.el" |
| 1073 | "emulate some Lucid Emacs functions" | 1343 | "emulate some Lucid Emacs functions" |
| 1074 | nil) | 1344 | (emulations)) |
| 1075 | ("pp.el" | 1345 | ("pp.el" |
| 1076 | "pretty printer for Emacs Lisp" | 1346 | "pretty printer for Emacs Lisp" |
| 1077 | nil) | 1347 | (lisp)) |
| 1078 | ("re-builder.el" | 1348 | ("re-builder.el" |
| 1079 | "building Regexps with visual feedback" | 1349 | "building Regexps with visual feedback" |
| 1080 | (matching lisp tools)) | 1350 | (matching lisp tools)) |
| @@ -1084,12 +1354,18 @@ | |||
| 1084 | ("ring.el" | 1354 | ("ring.el" |
| 1085 | "handle rings of items" | 1355 | "handle rings of items" |
| 1086 | (extensions)) | 1356 | (extensions)) |
| 1357 | ("rx.el" | ||
| 1358 | "sexp notation for regular expressions" | ||
| 1359 | (strings regexps extensions)) | ||
| 1087 | ("shadow.el" | 1360 | ("shadow.el" |
| 1088 | "locate Emacs Lisp file shadowings" | 1361 | "locate Emacs Lisp file shadowings" |
| 1089 | (lisp)) | 1362 | (lisp)) |
| 1090 | ("sregex.el" | 1363 | ("sregex.el" |
| 1091 | "symbolic regular expressions" | 1364 | "symbolic regular expressions" |
| 1092 | (extensions)) | 1365 | (extensions)) |
| 1366 | ("syntax.el" | ||
| 1367 | "Helper functions to find syntactic context" | ||
| 1368 | nil) | ||
| 1093 | ("tq.el" | 1369 | ("tq.el" |
| 1094 | "utility to maintain a transaction queue" | 1370 | "utility to maintain a transaction queue" |
| 1095 | (extensions)) | 1371 | (extensions)) |
| @@ -1258,312 +1534,117 @@ | |||
| 1258 | ("eshell.el" | 1534 | ("eshell.el" |
| 1259 | "the Emacs command shell" | 1535 | "the Emacs command shell" |
| 1260 | (processes)) | 1536 | (processes)) |
| 1261 | ("binhex.el" | 1537 | ("ccl.el" |
| 1262 | "elisp native binhex decode" | 1538 | "CCL (Code Conversion Language) compiler" |
| 1263 | (binhex news)) | 1539 | (ccl mule multilingual character set coding-system)) |
| 1264 | ("earcon.el" | 1540 | ("characters.el" |
| 1265 | "sound effects for messages" | 1541 | "set syntax and category for multibyte characters" |
| 1266 | nil) | 1542 | (multibyte character character set syntax category)) |
| 1267 | ("flow-fill.el" | 1543 | ("code-pages.el" |
| 1268 | "interprete RFC2646 \"flowed\" text" | 1544 | "coding systems for assorted codepages" |
| 1269 | (mail)) | 1545 | (i18n)) |
| 1270 | ("format-spec.el" | 1546 | ("codepage.el" |
| 1271 | "functions for formatting arbitrary formatting strings" | 1547 | "MS-DOS/MS-Windows specific coding systems" |
| 1272 | (tools)) | 1548 | (i18n ms-dos ms-windows codepage)) |
| 1273 | ("gnus-agent.el" | 1549 | ("encoded-kb.el" |
| 1274 | "unplugged support for Gnus" | 1550 | "handler to input multibyte characters encoded somehow" |
| 1275 | nil) | ||
| 1276 | ("gnus-art.el" | ||
| 1277 | "article mode commands for Gnus" | ||
| 1278 | (news)) | ||
| 1279 | ("gnus-async.el" | ||
| 1280 | "asynchronous support for Gnus" | ||
| 1281 | (news)) | ||
| 1282 | ("gnus-audio.el" | ||
| 1283 | "sound effects for Gnus" | ||
| 1284 | (news mail multimedia)) | ||
| 1285 | ("gnus-bcklg.el" | ||
| 1286 | "backlog functions for Gnus" | ||
| 1287 | (news)) | ||
| 1288 | ("gnus-cache.el" | ||
| 1289 | "cache interface for Gnus" | ||
| 1290 | (news)) | ||
| 1291 | ("gnus-cite.el" | ||
| 1292 | "parse citations in articles for Gnus" | ||
| 1293 | nil) | ||
| 1294 | ("gnus-cus.el" | ||
| 1295 | "customization commands for Gnus" | ||
| 1296 | (news)) | ||
| 1297 | ("gnus-demon.el" | ||
| 1298 | "daemonic Gnus behaviour" | ||
| 1299 | (news)) | ||
| 1300 | ("gnus-draft.el" | ||
| 1301 | "draft message support for Gnus" | ||
| 1302 | (news)) | ||
| 1303 | ("gnus-dup.el" | ||
| 1304 | "suppression of duplicate articles in Gnus" | ||
| 1305 | (news)) | ||
| 1306 | ("gnus-eform.el" | ||
| 1307 | "a mode for editing forms for Gnus" | ||
| 1308 | (news)) | ||
| 1309 | ("gnus-ems.el" | ||
| 1310 | "functions for making Gnus work under different Emacsen" | ||
| 1311 | (news)) | ||
| 1312 | ("gnus-gl.el" | ||
| 1313 | "an interface to GroupLens for Gnus" | ||
| 1314 | (news score)) | ||
| 1315 | ("gnus-group.el" | ||
| 1316 | "group mode commands for Gnus" | ||
| 1317 | (news)) | ||
| 1318 | ("gnus-int.el" | ||
| 1319 | "backend interface functions for Gnus" | ||
| 1320 | (news)) | ||
| 1321 | ("gnus-kill.el" | ||
| 1322 | "kill commands for Gnus" | ||
| 1323 | (news)) | ||
| 1324 | ("gnus-logic.el" | ||
| 1325 | "advanced scoring code for Gnus" | ||
| 1326 | (news)) | ||
| 1327 | ("gnus-mh.el" | ||
| 1328 | "mh-e interface for Gnus" | ||
| 1329 | (news)) | ||
| 1330 | ("gnus-ml.el" | ||
| 1331 | "mailing list minor mode for Gnus" | ||
| 1332 | (news)) | ||
| 1333 | ("gnus-mlspl.el" | ||
| 1334 | "a group params-based mail splitting mechanism" | ||
| 1335 | (news mail)) | ||
| 1336 | ("gnus-move.el" | ||
| 1337 | "commands for moving Gnus from one server to another" | ||
| 1338 | (news)) | ||
| 1339 | ("gnus-msg.el" | ||
| 1340 | "mail and post interface for Gnus" | ||
| 1341 | (news)) | ||
| 1342 | ("gnus-mule.el" | ||
| 1343 | "provide backward compatibility function to GNUS" | ||
| 1344 | (news i18n)) | ||
| 1345 | ("gnus-nocem.el" | ||
| 1346 | "NoCeM pseudo-cancellation treatment" | ||
| 1347 | (news)) | ||
| 1348 | ("gnus-range.el" | ||
| 1349 | "range and sequence functions for Gnus" | ||
| 1350 | (news)) | ||
| 1351 | ("gnus-salt.el" | ||
| 1352 | "alternate summary mode interfaces for Gnus" | ||
| 1353 | (news)) | ||
| 1354 | ("gnus-score.el" | ||
| 1355 | "scoring code for Gnus" | ||
| 1356 | (news)) | ||
| 1357 | ("gnus-setup.el" | ||
| 1358 | "initialization & setup for Gnus 5" | ||
| 1359 | (news)) | ||
| 1360 | ("gnus-soup.el" | ||
| 1361 | "SOUP packet writing support for Gnus" | ||
| 1362 | (news mail)) | ||
| 1363 | ("gnus-spec.el" | ||
| 1364 | "format spec functions for Gnus" | ||
| 1365 | (news)) | ||
| 1366 | ("gnus-srvr.el" | ||
| 1367 | "virtual server support for Gnus" | ||
| 1368 | (news)) | ||
| 1369 | ("gnus-start.el" | ||
| 1370 | "startup functions for Gnus" | ||
| 1371 | (news)) | ||
| 1372 | ("gnus-sum.el" | ||
| 1373 | "summary mode commands for Gnus" | ||
| 1374 | (news)) | ||
| 1375 | ("gnus-topic.el" | ||
| 1376 | "a folding minor mode for Gnus group buffers" | ||
| 1377 | (news)) | ||
| 1378 | ("gnus-undo.el" | ||
| 1379 | "minor mode for undoing in Gnus" | ||
| 1380 | (news)) | ||
| 1381 | ("gnus-util.el" | ||
| 1382 | "utility functions for Gnus" | ||
| 1383 | (news)) | ||
| 1384 | ("gnus-uu.el" | ||
| 1385 | "extract (uu)encoded files in Gnus" | ||
| 1386 | nil) | ||
| 1387 | ("gnus-vm.el" | ||
| 1388 | "vm interface for Gnus" | ||
| 1389 | (news mail)) | ||
| 1390 | ("gnus-win.el" | ||
| 1391 | "window configuration functions for Gnus" | ||
| 1392 | (news)) | ||
| 1393 | ("gnus.el" | ||
| 1394 | "a newsreader for GNU Emacs" | ||
| 1395 | (news mail)) | ||
| 1396 | ("ietf-drums.el" | ||
| 1397 | "functions for parsing RFC822bis headers" | ||
| 1398 | nil) | ||
| 1399 | ("imap.el" | ||
| 1400 | "imap library" | ||
| 1401 | (mail)) | ||
| 1402 | ("mail-parse.el" | ||
| 1403 | "interface functions for parsing mail" | ||
| 1404 | nil) | ||
| 1405 | ("mail-prsvr.el" | ||
| 1406 | "interface variables for parsing mail" | ||
| 1407 | nil) | ||
| 1408 | ("mail-source.el" | ||
| 1409 | "functions for fetching mail" | ||
| 1410 | (news mail)) | ||
| 1411 | ("mailcap.el" | ||
| 1412 | "MIME media types configuration" | ||
| 1413 | (news mail multimedia)) | ||
| 1414 | ("message.el" | ||
| 1415 | "composing mail and news messages" | ||
| 1416 | (mail news)) | ||
| 1417 | ("messcompat.el" | ||
| 1418 | "making message mode compatible with mail mode" | ||
| 1419 | (mail news)) | ||
| 1420 | ("mm-bodies.el" | ||
| 1421 | "functions for decoding MIME things" | ||
| 1422 | nil) | ||
| 1423 | ("mm-decode.el" | ||
| 1424 | "functions for decoding MIME things" | ||
| 1425 | nil) | ||
| 1426 | ("mm-encode.el" | ||
| 1427 | "functions for encoding MIME things " | ||
| 1428 | nil) | ||
| 1429 | ("mm-partial.el" | ||
| 1430 | "showing message/partial" | ||
| 1431 | (message partial)) | ||
| 1432 | ("mm-util.el" | ||
| 1433 | "utility functions for MIME things" | ||
| 1434 | nil) | ||
| 1435 | ("mm-uu.el" | ||
| 1436 | "return uu stuff as mm handles" | ||
| 1437 | (postscript uudecode binhex shar forward news)) | ||
| 1438 | ("mm-view.el" | ||
| 1439 | "functions for viewing MIME objects" | ||
| 1440 | nil) | ||
| 1441 | ("mml.el" | ||
| 1442 | "package for parsing and validating MML documents" | ||
| 1443 | nil) | ||
| 1444 | ("nnagent.el" | ||
| 1445 | "offline backend for Gnus" | ||
| 1446 | (news mail)) | ||
| 1447 | ("nnbabyl.el" | ||
| 1448 | "rmail mbox access for Gnus" | ||
| 1449 | (news mail)) | ||
| 1450 | ("nndir.el" | ||
| 1451 | "single directory newsgroup access for Gnus" | ||
| 1452 | (news)) | ||
| 1453 | ("nndoc.el" | ||
| 1454 | "single file access for Gnus" | ||
| 1455 | (news)) | ||
| 1456 | ("nndraft.el" | ||
| 1457 | "draft article access for Gnus" | ||
| 1458 | (news)) | ||
| 1459 | ("nneething.el" | ||
| 1460 | "arbitrary file access for Gnus" | ||
| 1461 | (news mail)) | ||
| 1462 | ("nnfolder.el" | ||
| 1463 | "mail folder access for Gnus" | ||
| 1464 | (mail)) | ||
| 1465 | ("nngateway.el" | ||
| 1466 | "posting news via mail gateways" | ||
| 1467 | (news mail)) | ||
| 1468 | ("nnheader.el" | ||
| 1469 | "header access macros for Gnus and its backends" | ||
| 1470 | (news)) | ||
| 1471 | ("nnimap.el" | ||
| 1472 | "imap backend for Gnus" | ||
| 1473 | (mail)) | ||
| 1474 | ("nnkiboze.el" | ||
| 1475 | "select virtual news access for Gnus" | ||
| 1476 | (news)) | ||
| 1477 | ("nnlistserv.el" | ||
| 1478 | "retrieving articles via web mailing list archives" | ||
| 1479 | (news mail)) | ||
| 1480 | ("nnmail.el" | ||
| 1481 | "mail support functions for the Gnus mail backends" | ||
| 1482 | (news mail)) | ||
| 1483 | ("nnmbox.el" | ||
| 1484 | "mail mbox access for Gnus" | ||
| 1485 | (news mail)) | ||
| 1486 | ("nnmh.el" | ||
| 1487 | "mhspool access for Gnus" | ||
| 1488 | (news mail)) | ||
| 1489 | ("nnml.el" | ||
| 1490 | "mail spool access for Gnus" | ||
| 1491 | (news mail)) | ||
| 1492 | ("nnoo.el" | ||
| 1493 | "OO Gnus Backends" | ||
| 1494 | (news)) | ||
| 1495 | ("nnslashdot.el" | ||
| 1496 | "interfacing with Slashdot" | ||
| 1497 | (news)) | ||
| 1498 | ("nnsoup.el" | ||
| 1499 | "SOUP access for Gnus" | ||
| 1500 | (news mail)) | ||
| 1501 | ("nnspool.el" | ||
| 1502 | "spool access for GNU Emacs" | ||
| 1503 | (news)) | ||
| 1504 | ("nntp.el" | ||
| 1505 | "nntp access for Gnus" | ||
| 1506 | (news)) | ||
| 1507 | ("nnultimate.el" | ||
| 1508 | "interfacing with the Ultimate Bulletin Board system" | ||
| 1509 | (news)) | ||
| 1510 | ("nnvirtual.el" | ||
| 1511 | "virtual newsgroups access for Gnus" | ||
| 1512 | (news)) | ||
| 1513 | ("nnwarchive.el" | ||
| 1514 | "interfacing with web archives" | ||
| 1515 | (news egroups mail-archive)) | ||
| 1516 | ("nnweb.el" | ||
| 1517 | "retrieving articles via web search engines" | ||
| 1518 | (news)) | ||
| 1519 | ("parse-time.el" | ||
| 1520 | "parsing time strings" | ||
| 1521 | (util)) | ||
| 1522 | ("pop3.el" | ||
| 1523 | "Post Office Protocol (RFC 1460) interface" | ||
| 1524 | (mail)) | ||
| 1525 | ("qp.el" | ||
| 1526 | "Quoted-Printable functions" | ||
| 1527 | (mail extensions)) | ||
| 1528 | ("rfc1843.el" | ||
| 1529 | "HZ (rfc1843) decoding" | ||
| 1530 | (news hz hz+ mail i18n)) | ||
| 1531 | ("rfc2045.el" | ||
| 1532 | "functions for decoding rfc2045 headers" | ||
| 1533 | nil) | ||
| 1534 | ("rfc2047.el" | ||
| 1535 | "functions for encoding and decoding rfc2047 messages" | ||
| 1536 | nil) | ||
| 1537 | ("rfc2104.el" | ||
| 1538 | "RFC2104 Hashed Message Authentication Codes" | ||
| 1539 | (mail)) | ||
| 1540 | ("rfc2231.el" | ||
| 1541 | "functions for decoding rfc2231 headers" | ||
| 1542 | nil) | 1551 | nil) |
| 1543 | ("score-mode.el" | 1552 | ("fontset.el" |
| 1544 | "mode for editing Gnus score files" | 1553 | "commands for handling fontset" |
| 1545 | (news mail)) | 1554 | (mule multilingual fontset)) |
| 1546 | ("smiley-ems.el" | 1555 | ("isearch-x.el" |
| 1547 | "displaying smiley faces" | 1556 | "extended isearch handling commands" |
| 1548 | (news mail multimedia)) | 1557 | (multilingual isearch)) |
| 1549 | ("starttls.el" | 1558 | ("iso-acc.el" |
| 1550 | "STARTTLS functions" | 1559 | "minor mode providing electric accent keys" |
| 1551 | (tls ssl openssl mail news)) | 1560 | (i18n)) |
| 1552 | ("time-date.el" | 1561 | ("iso-ascii.el" |
| 1553 | "date and time handling functions" | 1562 | "set up char tables for ISO 8859/1 on ASCII terminals" |
| 1554 | (mail news util)) | 1563 | (i18n)) |
| 1555 | ("utf7.el" | 1564 | ("iso-cvt.el" |
| 1556 | "UTF-7 encoding/decoding for Emacs" | 1565 | "translate ISO 8859-1 from/to various encodings" |
| 1557 | (mail)) | 1566 | (tex iso latin i18n)) |
| 1558 | ("uudecode.el" | 1567 | ("iso-insert.el" |
| 1559 | "elisp native uudecode" | 1568 | "insert functions for ISO 8859/1" |
| 1560 | (uudecode news)) | 1569 | (i18n)) |
| 1561 | ("webmail.el" | 1570 | ("iso-swed.el" |
| 1562 | "interface of web mail" | 1571 | "set up char tables for ISO 8859/1 for Swedish/Finnish ttys" |
| 1563 | (hotmail netaddress my-deja netscape)) | 1572 | (i18n)) |
| 1564 | ("tool-bar.el" | 1573 | ("iso-transl.el" |
| 1565 | "setting up the tool bar" | 1574 | "keyboard input definitions for ISO 8859-1" |
| 1566 | (mouse frames)) | 1575 | (i18n)) |
| 1576 | ("ja-dic-cnv.el" | ||
| 1577 | "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp" | ||
| 1578 | (mule multilingual japanese)) | ||
| 1579 | ("ja-dic-utl.el" | ||
| 1580 | "utilities for handling Japanese dictionary (SKK-JISYO.L)" | ||
| 1581 | (mule multilingual japanese)) | ||
| 1582 | ("kinsoku.el" | ||
| 1583 | "`Kinsoku' processing funcs" | ||
| 1584 | (mule kinsoku)) | ||
| 1585 | ("kkc.el" | ||
| 1586 | "Kana Kanji converter" | ||
| 1587 | (mule multilingual japanese)) | ||
| 1588 | ("latin-1.el" | ||
| 1589 | "set up case-conversion and syntax tables for ISO Latin-1" | ||
| 1590 | (i18n)) | ||
| 1591 | ("latin-2.el" | ||
| 1592 | "set up case-conversion and syntax tables for ISO Latin-2" | ||
| 1593 | (i18n)) | ||
| 1594 | ("latin-3.el" | ||
| 1595 | "set up case-conversion and syntax tables for ISO Latin-3" | ||
| 1596 | (i18n)) | ||
| 1597 | ("latin-4.el" | ||
| 1598 | "set up case-conversion and syntax tables for ISO Latin-4" | ||
| 1599 | (i18n)) | ||
| 1600 | ("latin-5.el" | ||
| 1601 | "set up case-conversion and syntax tables for ISO latin-5" | ||
| 1602 | (i18n)) | ||
| 1603 | ("latin-8.el" | ||
| 1604 | "set up case-conversion and syntax tables for ISO Latin-8" | ||
| 1605 | (i18n)) | ||
| 1606 | ("latin-9.el" | ||
| 1607 | "set up case-conversion and syntax tables for ISO Latin-9" | ||
| 1608 | (i18n)) | ||
| 1609 | ("latin1-disp.el" | ||
| 1610 | "display tables for other ISO 8859 on Latin-1 terminals" | ||
| 1611 | (i18n)) | ||
| 1612 | ("mule-cmds.el" | ||
| 1613 | "commands for mulitilingual environment" | ||
| 1614 | (mule multilingual)) | ||
| 1615 | ("mule-conf.el" | ||
| 1616 | "configure multilingual environment" | ||
| 1617 | (mule multilingual character set coding system)) | ||
| 1618 | ("mule-diag.el" | ||
| 1619 | "show diagnosis of multilingual environment (Mule)" | ||
| 1620 | (multilingual charset coding system fontset diagnosis i18n)) | ||
| 1621 | ("mule-util.el" | ||
| 1622 | "utility functions for mulitilingual environment (mule)" | ||
| 1623 | (mule multilingual)) | ||
| 1624 | ("mule.el" | ||
| 1625 | "basic commands for mulitilingual environment" | ||
| 1626 | (mule multilingual character set coding system)) | ||
| 1627 | ("ogonek.el" | ||
| 1628 | "change the encoding of Polish diacritics" | ||
| 1629 | (i18n)) | ||
| 1630 | ("quail.el" | ||
| 1631 | "provides simple input method for multilingual text" | ||
| 1632 | (mule multilingual input method i18n)) | ||
| 1633 | ("swedish.el" | ||
| 1634 | "miscellaneous functions for dealing with Swedish" | ||
| 1635 | (i18n)) | ||
| 1636 | ("titdic-cnv.el" | ||
| 1637 | "convert cxterm dictionary (TIT format) to Quail package" | ||
| 1638 | (quail tit cxterm)) | ||
| 1639 | ("ucs-tables.el" | ||
| 1640 | "translation to, from and via Unicode" | ||
| 1641 | (i18n)) | ||
| 1642 | ("utf-8-subst.el" | ||
| 1643 | "translation of untranslatable utf-8 to CJK" | ||
| 1644 | (i18n)) | ||
| 1645 | ("utf-8.el" | ||
| 1646 | "Limited UTF-8 decoding/encoding support" | ||
| 1647 | (multilingual unicode utf-8 i18n)) | ||
| 1567 | ("china-util.el" | 1648 | ("china-util.el" |
| 1568 | "utilities for Chinese" | 1649 | "utilities for Chinese" |
| 1569 | (mule multilingual chinese)) | 1650 | (mule multilingual chinese)) |
| @@ -1580,10 +1661,10 @@ | |||
| 1580 | "support for Czech" | 1661 | "support for Czech" |
| 1581 | (multilingual czech)) | 1662 | (multilingual czech)) |
| 1582 | ("devan-util.el" | 1663 | ("devan-util.el" |
| 1583 | "support for Devanagari Script Composition" | 1664 | "Support for composing Devanagari characters" |
| 1584 | (multilingual indian devanagari)) | 1665 | (multilingual devanagari)) |
| 1585 | ("devanagari.el" | 1666 | ("devanagari.el" |
| 1586 | "support for Devanagari" | 1667 | "Support for Devanagari" |
| 1587 | (multilingual indian devanagari)) | 1668 | (multilingual indian devanagari)) |
| 1588 | ("english.el" | 1669 | ("english.el" |
| 1589 | "support for English" | 1670 | "support for English" |
| @@ -1597,14 +1678,20 @@ | |||
| 1597 | ("european.el" | 1678 | ("european.el" |
| 1598 | "support for European languages" | 1679 | "support for European languages" |
| 1599 | (multilingual european)) | 1680 | (multilingual european)) |
| 1681 | ("georgian.el" | ||
| 1682 | "language support for Georgian" | ||
| 1683 | (i18n)) | ||
| 1600 | ("greek.el" | 1684 | ("greek.el" |
| 1601 | "support for Greek" | 1685 | "support for Greek" |
| 1602 | (multilingual greek)) | 1686 | (multilingual greek)) |
| 1603 | ("hebrew.el" | 1687 | ("hebrew.el" |
| 1604 | "support for Hebrew" | 1688 | "support for Hebrew" |
| 1605 | (multilingual hebrew)) | 1689 | (multilingual hebrew)) |
| 1690 | ("ind-util.el" | ||
| 1691 | "Transliteration and Misc. Tools for Indian Languages" | ||
| 1692 | (multilingual indian devanagari)) | ||
| 1606 | ("indian.el" | 1693 | ("indian.el" |
| 1607 | "support for Indian Languages" | 1694 | "Indian languages support" |
| 1608 | (multilingual indian)) | 1695 | (multilingual indian)) |
| 1609 | ("japan-util.el" | 1696 | ("japan-util.el" |
| 1610 | "utilities for Japanese" | 1697 | "utilities for Japanese" |
| @@ -1645,6 +1732,9 @@ | |||
| 1645 | ("tibetan.el" | 1732 | ("tibetan.el" |
| 1646 | "support for Tibetan language" | 1733 | "support for Tibetan language" |
| 1647 | (multilingual tibetan)) | 1734 | (multilingual tibetan)) |
| 1735 | ("utf-8-lang.el" | ||
| 1736 | "generic UTF-8 language environment" | ||
| 1737 | (i18n)) | ||
| 1648 | ("viet-util.el" | 1738 | ("viet-util.el" |
| 1649 | "utilities for Vietnamese" | 1739 | "utilities for Vietnamese" |
| 1650 | (mule multilingual vietnamese)) | 1740 | (mule multilingual vietnamese)) |
| @@ -1741,9 +1831,6 @@ | |||
| 1741 | ("rmailsum.el" | 1831 | ("rmailsum.el" |
| 1742 | "make summary buffers for the mail reader" | 1832 | "make summary buffers for the mail reader" |
| 1743 | (mail)) | 1833 | (mail)) |
| 1744 | ("sc.el" | ||
| 1745 | "old name for supercite" | ||
| 1746 | nil) | ||
| 1747 | ("sendmail.el" | 1834 | ("sendmail.el" |
| 1748 | "mail sending commands for Emacs." | 1835 | "mail sending commands for Emacs." |
| 1749 | (mail)) | 1836 | (mail)) |
| @@ -1765,6 +1852,66 @@ | |||
| 1765 | ("vms-pmail.el" | 1852 | ("vms-pmail.el" |
| 1766 | "use Emacs as the editor within VMS mail" | 1853 | "use Emacs as the editor within VMS mail" |
| 1767 | (vms)) | 1854 | (vms)) |
| 1855 | ("ange-ftp.el" | ||
| 1856 | "transparent FTP support for GNU Emacs" | ||
| 1857 | (comm)) | ||
| 1858 | ("browse-url.el" | ||
| 1859 | "pass a URL to a WWW browser" | ||
| 1860 | (hypertext hypermedia mouse)) | ||
| 1861 | ("eudc-bob.el" | ||
| 1862 | "Binary Objects Support for EUDC" | ||
| 1863 | (help)) | ||
| 1864 | ("eudc-export.el" | ||
| 1865 | "functions to export EUDC query results" | ||
| 1866 | (help)) | ||
| 1867 | ("eudc-hotlist.el" | ||
| 1868 | "hotlist management for EUDC" | ||
| 1869 | (help)) | ||
| 1870 | ("eudc-vars.el" | ||
| 1871 | "Emacs Unified Directory Client" | ||
| 1872 | (help)) | ||
| 1873 | ("eudc.el" | ||
| 1874 | "Emacs Unified Directory Client" | ||
| 1875 | (help)) | ||
| 1876 | ("eudcb-bbdb.el" | ||
| 1877 | "Emacs Unified Directory Client - BBDB Backend" | ||
| 1878 | (help)) | ||
| 1879 | ("eudcb-ldap.el" | ||
| 1880 | "Emacs Unified Directory Client - LDAP Backend" | ||
| 1881 | (help)) | ||
| 1882 | ("eudcb-ph.el" | ||
| 1883 | "Emacs Unified Directory Client - CCSO PH/QI Backend" | ||
| 1884 | (help)) | ||
| 1885 | ("goto-addr.el" | ||
| 1886 | "click to browse URL or to send to e-mail address" | ||
| 1887 | (mh-e www mouse mail)) | ||
| 1888 | ("ldap.el" | ||
| 1889 | "client interface to LDAP for Emacs" | ||
| 1890 | (comm)) | ||
| 1891 | ("net-utils.el" | ||
| 1892 | "network functions" | ||
| 1893 | (network communications)) | ||
| 1894 | ("quickurl.el" | ||
| 1895 | "insert an URL based on text at point in buffer" | ||
| 1896 | (hypermedia)) | ||
| 1897 | ("rcompile.el" | ||
| 1898 | "run a compilation on a remote machine" | ||
| 1899 | (tools processes)) | ||
| 1900 | ("rlogin.el" | ||
| 1901 | "remote login interface" | ||
| 1902 | (unix comm)) | ||
| 1903 | ("snmp-mode.el" | ||
| 1904 | "SNMP & SNMPv2 MIB major mode" | ||
| 1905 | (data)) | ||
| 1906 | ("telnet.el" | ||
| 1907 | "run a telnet session from within an Emacs buffer" | ||
| 1908 | (unix comm)) | ||
| 1909 | ("webjump.el" | ||
| 1910 | "programmable Web hotlist" | ||
| 1911 | (comm www)) | ||
| 1912 | ("zone-mode.el" | ||
| 1913 | "major mode for editing DNS zone files" | ||
| 1914 | (dns languages)) | ||
| 1768 | ("5x5.el" | 1915 | ("5x5.el" |
| 1769 | "simple little puzzle game" | 1916 | "simple little puzzle game" |
| 1770 | (games puzzles)) | 1917 | (games puzzles)) |
| @@ -1863,7 +2010,7 @@ | |||
| 1863 | (languages ada xref)) | 2010 | (languages ada xref)) |
| 1864 | ("antlr-mode.el" | 2011 | ("antlr-mode.el" |
| 1865 | "major mode for ANTLR grammar files" | 2012 | "major mode for ANTLR grammar files" |
| 1866 | nil) | 2013 | (languages)) |
| 1867 | ("asm-mode.el" | 2014 | ("asm-mode.el" |
| 1868 | "mode for editing assembler code" | 2015 | "mode for editing assembler code" |
| 1869 | (tools languages)) | 2016 | (tools languages)) |
| @@ -1964,7 +2111,7 @@ | |||
| 1964 | "hides selected code within ifdef" | 2111 | "hides selected code within ifdef" |
| 1965 | (c outlines)) | 2112 | (c outlines)) |
| 1966 | ("hideshow.el" | 2113 | ("hideshow.el" |
| 1967 | "minor mode cmds to selectively display blocks of code" | 2114 | "minor mode cmds to selectively display code/comment blocks" |
| 1968 | (c c++ java lisp tools editing comments blocks hiding outlines)) | 2115 | (c c++ java lisp tools editing comments blocks hiding outlines)) |
| 1969 | ("icon.el" | 2116 | ("icon.el" |
| 1970 | "mode for editing Icon code" | 2117 | "mode for editing Icon code" |
| @@ -2152,6 +2299,9 @@ | |||
| 2152 | ("underline.el" | 2299 | ("underline.el" |
| 2153 | "insert/remove underlining (done by overstriking) in Emacs" | 2300 | "insert/remove underlining (done by overstriking) in Emacs" |
| 2154 | (wp)) | 2301 | (wp)) |
| 2302 | ("tool-bar.el" | ||
| 2303 | "setting up the tool bar" | ||
| 2304 | (mouse frames)) | ||
| 2155 | )) | 2305 | )) |
| 2156 | 2306 | ||
| 2157 | (provide 'finder-inf) | 2307 | (provide 'finder-inf) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 203509b1a74..d8da58b9812 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 7 | ;;;;;; "play/5x5.el" (15192 12238)) | 7 | ;;;;;; "play/5x5.el" (15384 21747)) |
| 8 | ;;; Generated autoloads from play/5x5.el | 8 | ;;; Generated autoloads from play/5x5.el |
| 9 | 9 | ||
| 10 | (autoload (quote 5x5) "5x5" "\ | 10 | (autoload (quote 5x5) "5x5" "\ |
| @@ -38,8 +38,8 @@ Attempt to crack 5x5 by mutating the current solution." t nil) | |||
| 38 | Attempt to crack 5x5 by mutating the best solution." t nil) | 38 | Attempt to crack 5x5 by mutating the best solution." t nil) |
| 39 | 39 | ||
| 40 | (autoload (quote 5x5-crack-xor-mutate) "5x5" "\ | 40 | (autoload (quote 5x5-crack-xor-mutate) "5x5" "\ |
| 41 | Attempt to crack 5x5 by xor the current and best solution and then | 41 | Attempt to crack 5x5 by xor the current and best solution. |
| 42 | mutating the result." t nil) | 42 | Mutate the result." t nil) |
| 43 | 43 | ||
| 44 | (autoload (quote 5x5-crack) "5x5" "\ | 44 | (autoload (quote 5x5-crack) "5x5" "\ |
| 45 | Attempt to find a solution for 5x5. | 45 | Attempt to find a solution for 5x5. |
| @@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil) | |||
| 52 | ;;;*** | 52 | ;;;*** |
| 53 | 53 | ||
| 54 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 54 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 55 | ;;;;;; (15192 12240)) | 55 | ;;;;;; (15394 64300)) |
| 56 | ;;; Generated autoloads from progmodes/ada-mode.el | 56 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 57 | 57 | ||
| 58 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 58 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -224,8 +224,8 @@ Fix any old-style date entries in the current log file to default format." t nil | |||
| 224 | ;;;*** | 224 | ;;;*** |
| 225 | 225 | ||
| 226 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action | 226 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action |
| 227 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15185 | 227 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15384 |
| 228 | ;;;;;; 36002)) | 228 | ;;;;;; 21745)) |
| 229 | ;;; Generated autoloads from emacs-lisp/advice.el | 229 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 230 | 230 | ||
| 231 | (defvar ad-redefinition-action (quote warn) "\ | 231 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -392,7 +392,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil) | |||
| 392 | ;;;*** | 392 | ;;;*** |
| 393 | 393 | ||
| 394 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 394 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 395 | ;;;;;; "net/ange-ftp.el" (15306 37169)) | 395 | ;;;;;; "net/ange-ftp.el" (15322 26506)) |
| 396 | ;;; Generated autoloads from net/ange-ftp.el | 396 | ;;; Generated autoloads from net/ange-ftp.el |
| 397 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 397 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| 398 | 398 | ||
| @@ -433,7 +433,7 @@ Display Sarah's birthday present in a new buffer." t nil) | |||
| 433 | ;;;*** | 433 | ;;;*** |
| 434 | 434 | ||
| 435 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 435 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 436 | ;;;;;; "ansi-color" "ansi-color.el" (14969 37995)) | 436 | ;;;;;; "ansi-color" "ansi-color.el" (15384 21740)) |
| 437 | ;;; Generated autoloads from ansi-color.el | 437 | ;;; Generated autoloads from ansi-color.el |
| 438 | 438 | ||
| 439 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 439 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -455,7 +455,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil) | |||
| 455 | ;;;*** | 455 | ;;;*** |
| 456 | 456 | ||
| 457 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 457 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 458 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15242 17023)) | 458 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15384 21747)) |
| 459 | ;;; Generated autoloads from progmodes/antlr-mode.el | 459 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 460 | 460 | ||
| 461 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 461 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -488,7 +488,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil) | |||
| 488 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary | 488 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary |
| 489 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line | 489 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line |
| 490 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) | 490 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) |
| 491 | ;;;;;; "appt" "calendar/appt.el" (15192 12220)) | 491 | ;;;;;; "appt" "calendar/appt.el" (15384 21744)) |
| 492 | ;;; Generated autoloads from calendar/appt.el | 492 | ;;; Generated autoloads from calendar/appt.el |
| 493 | 493 | ||
| 494 | (defvar appt-issue-message t "\ | 494 | (defvar appt-issue-message t "\ |
| @@ -540,8 +540,8 @@ They specify the range of dates that the diary is being processed for." nil nil) | |||
| 540 | ;;;*** | 540 | ;;;*** |
| 541 | 541 | ||
| 542 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 542 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 543 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15299 | 543 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15358 |
| 544 | ;;;;;; 18676)) | 544 | ;;;;;; 31081)) |
| 545 | ;;; Generated autoloads from apropos.el | 545 | ;;; Generated autoloads from apropos.el |
| 546 | 546 | ||
| 547 | (autoload (quote apropos-mode) "apropos" "\ | 547 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -604,7 +604,7 @@ archive. | |||
| 604 | 604 | ||
| 605 | ;;;*** | 605 | ;;;*** |
| 606 | 606 | ||
| 607 | ;;;### (autoloads (array-mode) "array" "array.el" (15192 12207)) | 607 | ;;;### (autoloads (array-mode) "array" "array.el" (15384 21740)) |
| 608 | ;;; Generated autoloads from array.el | 608 | ;;; Generated autoloads from array.el |
| 609 | 609 | ||
| 610 | (autoload (quote array-mode) "array" "\ | 610 | (autoload (quote array-mode) "array" "\ |
| @@ -673,8 +673,8 @@ Entering array mode calls the function `array-mode-hook'." t nil) | |||
| 673 | 673 | ||
| 674 | ;;;*** | 674 | ;;;*** |
| 675 | 675 | ||
| 676 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15192 | 676 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15384 |
| 677 | ;;;;;; 12246)) | 677 | ;;;;;; 21747)) |
| 678 | ;;; Generated autoloads from textmodes/artist.el | 678 | ;;; Generated autoloads from textmodes/artist.el |
| 679 | 679 | ||
| 680 | (autoload (quote artist-mode) "artist" "\ | 680 | (autoload (quote artist-mode) "artist" "\ |
| @@ -972,7 +972,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1' | |||
| 972 | ;;;*** | 972 | ;;;*** |
| 973 | 973 | ||
| 974 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 974 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 975 | ;;;;;; (15192 12240)) | 975 | ;;;;;; (15327 25266)) |
| 976 | ;;; Generated autoloads from progmodes/autoconf.el | 976 | ;;; Generated autoloads from progmodes/autoconf.el |
| 977 | 977 | ||
| 978 | (autoload (quote autoconf-mode) "autoconf" "\ | 978 | (autoload (quote autoconf-mode) "autoconf" "\ |
| @@ -981,7 +981,7 @@ Major mode for editing Autoconf configure.in files." t nil) | |||
| 981 | ;;;*** | 981 | ;;;*** |
| 982 | 982 | ||
| 983 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 983 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 984 | ;;;;;; "autoinsert" "autoinsert.el" (14900 37239)) | 984 | ;;;;;; "autoinsert" "autoinsert.el" (15391 40437)) |
| 985 | ;;; Generated autoloads from autoinsert.el | 985 | ;;; Generated autoloads from autoinsert.el |
| 986 | 986 | ||
| 987 | (autoload (quote auto-insert) "autoinsert" "\ | 987 | (autoload (quote auto-insert) "autoinsert" "\ |
| @@ -1015,7 +1015,7 @@ insert a template for the file depending on the mode of the buffer." t nil) | |||
| 1015 | 1015 | ||
| 1016 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories | 1016 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories |
| 1017 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1017 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1018 | ;;;;;; (15301 19232)) | 1018 | ;;;;;; (15384 21745)) |
| 1019 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1019 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1020 | 1020 | ||
| 1021 | (autoload (quote update-file-autoloads) "autoload" "\ | 1021 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1155,7 +1155,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr | |||
| 1155 | ;;;*** | 1155 | ;;;*** |
| 1156 | 1156 | ||
| 1157 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 1157 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
| 1158 | ;;;;;; (15223 37886)) | 1158 | ;;;;;; (15384 21740)) |
| 1159 | ;;; Generated autoloads from battery.el | 1159 | ;;; Generated autoloads from battery.el |
| 1160 | 1160 | ||
| 1161 | (autoload (quote battery) "battery" "\ | 1161 | (autoload (quote battery) "battery" "\ |
| @@ -1284,13 +1284,13 @@ non-nil. | |||
| 1284 | 1284 | ||
| 1285 | ;;;*** | 1285 | ;;;*** |
| 1286 | 1286 | ||
| 1287 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (13229 | 1287 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (15394 |
| 1288 | ;;;;;; 27947)) | 1288 | ;;;;;; 64300)) |
| 1289 | ;;; Generated autoloads from play/blackbox.el | 1289 | ;;; Generated autoloads from play/blackbox.el |
| 1290 | 1290 | ||
| 1291 | (autoload (quote blackbox) "blackbox" "\ | 1291 | (autoload (quote blackbox) "blackbox" "\ |
| 1292 | Play blackbox. Optional prefix argument is the number of balls; | 1292 | Play blackbox. |
| 1293 | the default is 4. | 1293 | Optional prefix argument is the number of balls; the default is 4. |
| 1294 | 1294 | ||
| 1295 | What is blackbox? | 1295 | What is blackbox? |
| 1296 | 1296 | ||
| @@ -1407,7 +1407,7 @@ a reflection." t nil) | |||
| 1407 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete | 1407 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete |
| 1408 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location | 1408 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location |
| 1409 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" | 1409 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" |
| 1410 | ;;;;;; "bookmark.el" (15296 35571)) | 1410 | ;;;;;; "bookmark.el" (15394 64298)) |
| 1411 | ;;; Generated autoloads from bookmark.el | 1411 | ;;; Generated autoloads from bookmark.el |
| 1412 | (define-key ctl-x-map "rb" 'bookmark-jump) | 1412 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 1413 | (define-key ctl-x-map "rm" 'bookmark-set) | 1413 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -1661,15 +1661,16 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1661 | ;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm | 1661 | ;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm |
| 1662 | ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic | 1662 | ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic |
| 1663 | ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz | 1663 | ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz |
| 1664 | ;;;;;; browse-url-netscape browse-url-at-mouse browse-url-at-point | 1664 | ;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape |
| 1665 | ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point | ||
| 1665 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 1666 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 1666 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program | 1667 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
| 1667 | ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-flag | 1668 | ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program |
| 1668 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" | 1669 | ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" |
| 1669 | ;;;;;; (15192 12237)) | 1670 | ;;;;;; "net/browse-url.el" (15384 21746)) |
| 1670 | ;;; Generated autoloads from net/browse-url.el | 1671 | ;;; Generated autoloads from net/browse-url.el |
| 1671 | 1672 | ||
| 1672 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ | 1673 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ |
| 1673 | *Function to display the current buffer in a WWW browser. | 1674 | *Function to display the current buffer in a WWW browser. |
| 1674 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and | 1675 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
| 1675 | `browse-url-of-file' commands. | 1676 | `browse-url-of-file' commands. |
| @@ -1680,15 +1681,18 @@ associated with the first REGEXP which matches the current URL. The | |||
| 1680 | function is passed the URL and any other args of `browse-url'. The last | 1681 | function is passed the URL and any other args of `browse-url'. The last |
| 1681 | regexp should probably be \".\" to specify a default browser.") | 1682 | regexp should probably be \".\" to specify a default browser.") |
| 1682 | 1683 | ||
| 1684 | (defvar browse-url-browser-display nil "\ | ||
| 1685 | *The X display for running the browser, if not same as Emacs'.") | ||
| 1686 | |||
| 1687 | (defvar browse-url-galeon-program "galeon" "\ | ||
| 1688 | The name by which to invoke Galeon.") | ||
| 1689 | |||
| 1683 | (defvar browse-url-new-window-flag nil "\ | 1690 | (defvar browse-url-new-window-flag nil "\ |
| 1684 | *If non-nil, always open a new browser window with appropriate browsers. | 1691 | *If non-nil, always open a new browser window with appropriate browsers. |
| 1685 | Passing an interactive argument to \\[browse-url], or specific browser | 1692 | Passing an interactive argument to \\[browse-url], or specific browser |
| 1686 | commands reverses the effect of this variable. Requires Netscape version | 1693 | commands reverses the effect of this variable. Requires Netscape version |
| 1687 | 1.1N or later or XMosaic version 2.5 or later if using those browsers.") | 1694 | 1.1N or later or XMosaic version 2.5 or later if using those browsers.") |
| 1688 | 1695 | ||
| 1689 | (defvar browse-url-netscape-display nil "\ | ||
| 1690 | *The X display for running Netscape, if not same as Emacs'.") | ||
| 1691 | |||
| 1692 | (defvar browse-url-save-file nil "\ | 1696 | (defvar browse-url-save-file nil "\ |
| 1693 | *If non-nil, save the buffer before displaying its file. | 1697 | *If non-nil, save the buffer before displaying its file. |
| 1694 | Used by the `browse-url-of-file' command.") | 1698 | Used by the `browse-url-of-file' command.") |
| @@ -1732,6 +1736,21 @@ but point is not changed. Doesn't let you edit the URL like | |||
| 1732 | `browse-url'. Variable `browse-url-browser-function' says which browser | 1736 | `browse-url'. Variable `browse-url-browser-function' says which browser |
| 1733 | to use." t nil) | 1737 | to use." t nil) |
| 1734 | 1738 | ||
| 1739 | (autoload (quote browse-url-default-browser) "browse-url" "\ | ||
| 1740 | Find a suitable browser and ask it to load URL. | ||
| 1741 | Default to the URL around or before point. | ||
| 1742 | |||
| 1743 | When called interactively, if variable `browse-url-new-window-flag' is | ||
| 1744 | non-nil, load the document in a new window, if possible, otherwise use | ||
| 1745 | a random existing one. A non-nil interactive prefix argument reverses | ||
| 1746 | the effect of `browse-url-new-window-flag'. | ||
| 1747 | |||
| 1748 | When called non-interactively, optional second argument NEW-WINDOW is | ||
| 1749 | used instead of `browse-url-new-window-flag'. | ||
| 1750 | |||
| 1751 | The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape, | ||
| 1752 | Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3." nil nil) | ||
| 1753 | |||
| 1735 | (autoload (quote browse-url-netscape) "browse-url" "\ | 1754 | (autoload (quote browse-url-netscape) "browse-url" "\ |
| 1736 | Ask the Netscape WWW browser to load URL. | 1755 | Ask the Netscape WWW browser to load URL. |
| 1737 | Default to the URL around or before point. The strings in variable | 1756 | Default to the URL around or before point. The strings in variable |
| @@ -1745,6 +1764,32 @@ the effect of `browse-url-new-window-flag'. | |||
| 1745 | When called non-interactively, optional second argument NEW-WINDOW is | 1764 | When called non-interactively, optional second argument NEW-WINDOW is |
| 1746 | used instead of `browse-url-new-window-flag'." t nil) | 1765 | used instead of `browse-url-new-window-flag'." t nil) |
| 1747 | 1766 | ||
| 1767 | (autoload (quote browse-url-mozilla) "browse-url" "\ | ||
| 1768 | Ask the Mozilla WWW browser to load URL. | ||
| 1769 | Default to the URL around or before point. The strings in variable | ||
| 1770 | `browse-url-mozilla-arguments' are also passed to Mozilla. | ||
| 1771 | |||
| 1772 | When called interactively, if variable `browse-url-new-window-flag' is | ||
| 1773 | non-nil, load the document in a new Mozilla window, otherwise use a | ||
| 1774 | random existing one. A non-nil interactive prefix argument reverses | ||
| 1775 | the effect of `browse-url-new-window-flag'. | ||
| 1776 | |||
| 1777 | When called non-interactively, optional second argument NEW-WINDOW is | ||
| 1778 | used instead of `browse-url-new-window-flag'." t nil) | ||
| 1779 | |||
| 1780 | (autoload (quote browse-url-galeon) "browse-url" "\ | ||
| 1781 | Ask the Galeon WWW browser to load URL. | ||
| 1782 | Default to the URL around or before point. The strings in variable | ||
| 1783 | `browse-url-galeon-arguments' are also passed to Galeon. | ||
| 1784 | |||
| 1785 | When called interactively, if variable `browse-url-new-window-flag' is | ||
| 1786 | non-nil, load the document in a new Galeon window, otherwise use a | ||
| 1787 | random existing one. A non-nil interactive prefix argument reverses | ||
| 1788 | the effect of `browse-url-new-window-flag'. | ||
| 1789 | |||
| 1790 | When called non-interactively, optional second argument NEW-WINDOW is | ||
| 1791 | used instead of `browse-url-new-window-flag'." t nil) | ||
| 1792 | |||
| 1748 | (autoload (quote browse-url-gnome-moz) "browse-url" "\ | 1793 | (autoload (quote browse-url-gnome-moz) "browse-url" "\ |
| 1749 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. | 1794 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. |
| 1750 | Default to the URL around or before point. The strings in variable | 1795 | Default to the URL around or before point. The strings in variable |
| @@ -1870,8 +1915,8 @@ Default to the URL around or before point." t nil) | |||
| 1870 | 1915 | ||
| 1871 | ;;;*** | 1916 | ;;;*** |
| 1872 | 1917 | ||
| 1873 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (13607 | 1918 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15391 |
| 1874 | ;;;;;; 42538)) | 1919 | ;;;;;; 40440)) |
| 1875 | ;;; Generated autoloads from play/bruce.el | 1920 | ;;; Generated autoloads from play/bruce.el |
| 1876 | 1921 | ||
| 1877 | (autoload (quote bruce) "bruce" "\ | 1922 | (autoload (quote bruce) "bruce" "\ |
| @@ -1883,7 +1928,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil) | |||
| 1883 | ;;;*** | 1928 | ;;;*** |
| 1884 | 1929 | ||
| 1885 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 1930 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 1886 | ;;;;;; "bs" "bs.el" (15297 22172)) | 1931 | ;;;;;; "bs" "bs.el" (15358 31081)) |
| 1887 | ;;; Generated autoloads from bs.el | 1932 | ;;; Generated autoloads from bs.el |
| 1888 | 1933 | ||
| 1889 | (autoload (quote bs-cycle-next) "bs" "\ | 1934 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -1916,8 +1961,8 @@ name of buffer configuration." t nil) | |||
| 1916 | ;;;*** | 1961 | ;;;*** |
| 1917 | 1962 | ||
| 1918 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 1963 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 1919 | ;;;;;; make-button define-button-type) "button" "button.el" (15306 | 1964 | ;;;;;; make-button define-button-type) "button" "button.el" (15328 |
| 1920 | ;;;;;; 37162)) | 1965 | ;;;;;; 62164)) |
| 1921 | ;;; Generated autoloads from button.el | 1966 | ;;; Generated autoloads from button.el |
| 1922 | 1967 | ||
| 1923 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 1968 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ |
| @@ -1994,7 +2039,7 @@ Also see `make-text-button'." nil nil) | |||
| 1994 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 2039 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1995 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 2040 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 1996 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 2041 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 1997 | ;;;;;; "emacs-lisp/bytecomp.el" (15311 55090)) | 2042 | ;;;;;; "emacs-lisp/bytecomp.el" (15358 31086)) |
| 1998 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2043 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1999 | 2044 | ||
| 2000 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2045 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2020,7 +2065,7 @@ recompile every `.el' file that already has a `.elc' file." t nil) | |||
| 2020 | Compile a file of Lisp code named FILENAME into a file of byte code. | 2065 | Compile a file of Lisp code named FILENAME into a file of byte code. |
| 2021 | The output file's name is made by appending `c' to the end of FILENAME. | 2066 | The output file's name is made by appending `c' to the end of FILENAME. |
| 2022 | With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling. | 2067 | With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling. |
| 2023 | The value is t if there were no errors, nil if errors." t nil) | 2068 | The value is non-nil if there were no errors, nil if errors." t nil) |
| 2024 | 2069 | ||
| 2025 | (autoload (quote compile-defun) "bytecomp" "\ | 2070 | (autoload (quote compile-defun) "bytecomp" "\ |
| 2026 | Compile and evaluate the current top-level form. | 2071 | Compile and evaluate the current top-level form. |
| @@ -2080,6 +2125,87 @@ from the cursor position." t nil) | |||
| 2080 | 2125 | ||
| 2081 | ;;;*** | 2126 | ;;;*** |
| 2082 | 2127 | ||
| 2128 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | ||
| 2129 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | ||
| 2130 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15394 | ||
| 2131 | ;;;;;; 64299)) | ||
| 2132 | ;;; Generated autoloads from calc/calc.el | ||
| 2133 | |||
| 2134 | (defvar calc-info-filename "calc.info" "\ | ||
| 2135 | *File name in which to look for the Calculator's Info documentation.") | ||
| 2136 | |||
| 2137 | (defvar calc-settings-file user-init-file "\ | ||
| 2138 | *File in which to record permanent settings; default is `user-init-file'.") | ||
| 2139 | |||
| 2140 | (defvar calc-autoload-directory nil "\ | ||
| 2141 | Name of directory from which additional \".elc\" files for Calc should be | ||
| 2142 | loaded. Should include a trailing \"/\". | ||
| 2143 | If nil, use original installation directory. | ||
| 2144 | This can safely be nil as long as the Calc files are on the load-path.") | ||
| 2145 | |||
| 2146 | (defvar calc-gnuplot-name "gnuplot" "\ | ||
| 2147 | *Name of GNUPLOT program, for calc-graph features.") | ||
| 2148 | |||
| 2149 | (defvar calc-gnuplot-plot-command nil "\ | ||
| 2150 | *Name of command for displaying GNUPLOT output; %s = file name to print.") | ||
| 2151 | |||
| 2152 | (defvar calc-gnuplot-print-command "lp %s" "\ | ||
| 2153 | *Name of command for printing GNUPLOT output; %s = file name to print.") | ||
| 2154 | (global-set-key "\e#" 'calc-dispatch) | ||
| 2155 | |||
| 2156 | (autoload (quote calc-dispatch) "calc" "\ | ||
| 2157 | Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details." t nil) | ||
| 2158 | |||
| 2159 | (autoload (quote calc) "calc" "\ | ||
| 2160 | The Emacs Calculator. Full documentation is listed under \"calc-mode\"." t nil) | ||
| 2161 | |||
| 2162 | (autoload (quote full-calc) "calc" "\ | ||
| 2163 | Invoke the Calculator and give it a full-sized window." t nil) | ||
| 2164 | |||
| 2165 | (autoload (quote quick-calc) "calc" "\ | ||
| 2166 | Do a quick calculation in the minibuffer without invoking full Calculator." t nil) | ||
| 2167 | |||
| 2168 | (autoload (quote calc-eval) "calc" "\ | ||
| 2169 | Do a quick calculation and return the result as a string. | ||
| 2170 | Return value will either be the formatted result in string form, | ||
| 2171 | or a list containing a character position and an error message in string form." nil nil) | ||
| 2172 | |||
| 2173 | (autoload (quote calc-keypad) "calc" "\ | ||
| 2174 | Invoke the Calculator in \"visual keypad\" mode. | ||
| 2175 | This is most useful in the X window system. | ||
| 2176 | In this mode, click on the Calc \"buttons\" using the left mouse button. | ||
| 2177 | Or, position the cursor manually and do M-x calc-keypad-press." t nil) | ||
| 2178 | |||
| 2179 | (autoload (quote full-calc-keypad) "calc" "\ | ||
| 2180 | Invoke the Calculator in full-screen \"visual keypad\" mode. | ||
| 2181 | See calc-keypad for details." t nil) | ||
| 2182 | |||
| 2183 | (autoload (quote calc-grab-region) "calc" "\ | ||
| 2184 | Parse the region as a vector of numbers and push it on the Calculator stack." t nil) | ||
| 2185 | |||
| 2186 | (autoload (quote calc-grab-rectangle) "calc" "\ | ||
| 2187 | Parse a rectangle as a matrix of numbers and push it on the Calculator stack." t nil) | ||
| 2188 | |||
| 2189 | (autoload (quote calc-embedded) "calc" "\ | ||
| 2190 | Start Calc Embedded mode on the formula surrounding point." t nil) | ||
| 2191 | |||
| 2192 | (autoload (quote calc-embedded-activate) "calc" "\ | ||
| 2193 | Scan the current editing buffer for all embedded := and => formulas. | ||
| 2194 | Also looks for the equivalent TeX words, \\gets and \\evalto." t nil) | ||
| 2195 | |||
| 2196 | (autoload (quote defmath) "calc" nil nil (quote macro)) | ||
| 2197 | |||
| 2198 | ;;;*** | ||
| 2199 | |||
| 2200 | ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" | ||
| 2201 | ;;;;;; (15394 64299)) | ||
| 2202 | ;;; Generated autoloads from calc/calc-ext.el | ||
| 2203 | |||
| 2204 | (autoload (quote calc-extensions) "calc-ext" "\ | ||
| 2205 | This function is part of the autoload linkage for parts of Calc." nil nil) | ||
| 2206 | |||
| 2207 | ;;;*** | ||
| 2208 | |||
| 2083 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (15302 | 2209 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (15302 |
| 2084 | ;;;;;; 65117)) | 2210 | ;;;;;; 65117)) |
| 2085 | ;;; Generated autoloads from calculator.el | 2211 | ;;; Generated autoloads from calculator.el |
| @@ -2106,7 +2232,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 2106 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2232 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2107 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2233 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2108 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2234 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2109 | ;;;;;; (15302 40107)) | 2235 | ;;;;;; (15384 21745)) |
| 2110 | ;;; Generated autoloads from calendar/calendar.el | 2236 | ;;; Generated autoloads from calendar/calendar.el |
| 2111 | 2237 | ||
| 2112 | (defvar calendar-week-start-day 0 "\ | 2238 | (defvar calendar-week-start-day 0 "\ |
| @@ -2579,7 +2705,7 @@ Syntax table used in pike-mode buffers.") | |||
| 2579 | 2705 | ||
| 2580 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 2706 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 2581 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 2707 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 2582 | ;;;;;; (15122 26750)) | 2708 | ;;;;;; (15384 21747)) |
| 2583 | ;;; Generated autoloads from progmodes/cc-mode.el | 2709 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 2584 | 2710 | ||
| 2585 | (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) | 2711 | (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) |
| @@ -2999,7 +3125,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni | |||
| 2999 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3125 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3000 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3126 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3001 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 3127 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 3002 | ;;;;;; (15319 49208)) | 3128 | ;;;;;; (15384 21745)) |
| 3003 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3129 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3004 | 3130 | ||
| 3005 | (autoload (quote checkdoc) "checkdoc" "\ | 3131 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -3138,8 +3264,8 @@ checking of documentation strings. | |||
| 3138 | ;;;*** | 3264 | ;;;*** |
| 3139 | 3265 | ||
| 3140 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 3266 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer |
| 3141 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15192 | 3267 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15391 |
| 3142 | ;;;;;; 12234)) | 3268 | ;;;;;; 40439)) |
| 3143 | ;;; Generated autoloads from language/china-util.el | 3269 | ;;; Generated autoloads from language/china-util.el |
| 3144 | 3270 | ||
| 3145 | (autoload (quote decode-hz-region) "china-util" "\ | 3271 | (autoload (quote decode-hz-region) "china-util" "\ |
| @@ -3192,7 +3318,7 @@ and runs the normal hook `command-history-hook'." t nil) | |||
| 3192 | 3318 | ||
| 3193 | ;;;*** | 3319 | ;;;*** |
| 3194 | 3320 | ||
| 3195 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15297 22177)) | 3321 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15384 21745)) |
| 3196 | ;;; Generated autoloads from emacs-lisp/cl.el | 3322 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 3197 | 3323 | ||
| 3198 | (defvar custom-print-functions nil "\ | 3324 | (defvar custom-print-functions nil "\ |
| @@ -3208,7 +3334,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3208 | ;;;*** | 3334 | ;;;*** |
| 3209 | 3335 | ||
| 3210 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3336 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3211 | ;;;;;; (15226 33281)) | 3337 | ;;;;;; (15358 31086)) |
| 3212 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3338 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3213 | 3339 | ||
| 3214 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) | 3340 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) |
| @@ -3233,8 +3359,8 @@ For use inside Lisp programs, see also `c-macro-expansion'." t nil) | |||
| 3233 | 3359 | ||
| 3234 | ;;;*** | 3360 | ;;;*** |
| 3235 | 3361 | ||
| 3236 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15192 | 3362 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15394 |
| 3237 | ;;;;;; 12207)) | 3363 | ;;;;;; 64298)) |
| 3238 | ;;; Generated autoloads from cmuscheme.el | 3364 | ;;; Generated autoloads from cmuscheme.el |
| 3239 | 3365 | ||
| 3240 | (autoload (quote run-scheme) "cmuscheme" "\ | 3366 | (autoload (quote run-scheme) "cmuscheme" "\ |
| @@ -3248,9 +3374,22 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' | |||
| 3248 | 3374 | ||
| 3249 | ;;;*** | 3375 | ;;;*** |
| 3250 | 3376 | ||
| 3377 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | ||
| 3378 | ;;;;;; (15387 34065)) | ||
| 3379 | ;;; Generated autoloads from international/code-pages.el | ||
| 3380 | |||
| 3381 | (autoload (quote cp-make-coding-system) "code-pages" "\ | ||
| 3382 | Make coding system NAME for and 8-bit, extended-ASCII character set. | ||
| 3383 | V is a 128-long vector of characters to translate the upper half of | ||
| 3384 | the charactert set. DOC-STRING and MNEMONIC are used as the | ||
| 3385 | corresponding args of `make-coding-system'. If MNEMONIC isn't given, | ||
| 3386 | ?* is used." nil (quote macro)) | ||
| 3387 | |||
| 3388 | ;;;*** | ||
| 3389 | |||
| 3251 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 3390 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 3252 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 3391 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 3253 | ;;;;;; "codepage" "international/codepage.el" (15192 12231)) | 3392 | ;;;;;; "codepage" "international/codepage.el" (15384 21745)) |
| 3254 | ;;; Generated autoloads from international/codepage.el | 3393 | ;;; Generated autoloads from international/codepage.el |
| 3255 | 3394 | ||
| 3256 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 3395 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -3297,7 +3436,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3297 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3436 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3298 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3437 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3299 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3438 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3300 | ;;;;;; (15309 60248)) | 3439 | ;;;;;; (15394 64298)) |
| 3301 | ;;; Generated autoloads from comint.el | 3440 | ;;; Generated autoloads from comint.el |
| 3302 | 3441 | ||
| 3303 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3442 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3377,7 +3516,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3377 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3516 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3378 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3517 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3379 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3518 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3380 | ;;;;;; "compile" "progmodes/compile.el" (15320 3854)) | 3519 | ;;;;;; "compile" "progmodes/compile.el" (15384 21747)) |
| 3381 | ;;; Generated autoloads from progmodes/compile.el | 3520 | ;;; Generated autoloads from progmodes/compile.el |
| 3382 | 3521 | ||
| 3383 | (defvar compilation-mode-hook nil "\ | 3522 | (defvar compilation-mode-hook nil "\ |
| @@ -3543,7 +3682,7 @@ See also the variable `PC-include-file-path'." t nil) | |||
| 3543 | ;;;*** | 3682 | ;;;*** |
| 3544 | 3683 | ||
| 3545 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 3684 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 3546 | ;;;;;; (15192 12207)) | 3685 | ;;;;;; (15394 64298)) |
| 3547 | ;;; Generated autoloads from completion.el | 3686 | ;;; Generated autoloads from completion.el |
| 3548 | 3687 | ||
| 3549 | (autoload (quote dynamic-completion-mode) "completion" "\ | 3688 | (autoload (quote dynamic-completion-mode) "completion" "\ |
| @@ -3743,16 +3882,18 @@ vector of CHAR respectively." nil nil) | |||
| 3743 | ;;;*** | 3882 | ;;;*** |
| 3744 | 3883 | ||
| 3745 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 3884 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 3746 | ;;;;;; "cookie1" "play/cookie1.el" (14747 44775)) | 3885 | ;;;;;; "cookie1" "play/cookie1.el" (15384 21747)) |
| 3747 | ;;; Generated autoloads from play/cookie1.el | 3886 | ;;; Generated autoloads from play/cookie1.el |
| 3748 | 3887 | ||
| 3749 | (autoload (quote cookie) "cookie1" "\ | 3888 | (autoload (quote cookie) "cookie1" "\ |
| 3750 | Return a random phrase from PHRASE-FILE. When the phrase file | 3889 | Return a random phrase from PHRASE-FILE. |
| 3751 | is read in, display STARTMSG at beginning of load, ENDMSG at end." nil nil) | 3890 | When the phrase file is read in, display STARTMSG at the beginning |
| 3891 | of load, ENDMSG at the end." nil nil) | ||
| 3752 | 3892 | ||
| 3753 | (autoload (quote cookie-insert) "cookie1" "\ | 3893 | (autoload (quote cookie-insert) "cookie1" "\ |
| 3754 | Insert random phrases from PHRASE-FILE; COUNT of them. When the phrase file | 3894 | Insert random phrases from PHRASE-FILE; COUNT of them. |
| 3755 | is read in, display STARTMSG at beginning of load, ENDMSG at end." nil nil) | 3895 | When the phrase file is read in, display STARTMSG at the beginning |
| 3896 | of load, ENDMSG at the end." nil nil) | ||
| 3756 | 3897 | ||
| 3757 | (autoload (quote cookie-snarf) "cookie1" "\ | 3898 | (autoload (quote cookie-snarf) "cookie1" "\ |
| 3758 | Reads in the PHRASE-FILE, returns it as a vector of strings. | 3899 | Reads in the PHRASE-FILE, returns it as a vector of strings. |
| @@ -3760,7 +3901,7 @@ Emit STARTMSG and ENDMSG before and after. Caches the result; second | |||
| 3760 | and subsequent calls on the same file won't go to disk." nil nil) | 3901 | and subsequent calls on the same file won't go to disk." nil nil) |
| 3761 | 3902 | ||
| 3762 | (autoload (quote shuffle-vector) "cookie1" "\ | 3903 | (autoload (quote shuffle-vector) "cookie1" "\ |
| 3763 | Randomly permute the elements of VECTOR (all permutations equally likely)" nil nil) | 3904 | Randomly permute the elements of VECTOR (all permutations equally likely)." nil nil) |
| 3764 | 3905 | ||
| 3765 | ;;;*** | 3906 | ;;;*** |
| 3766 | 3907 | ||
| @@ -3781,7 +3922,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3781 | ;;;*** | 3922 | ;;;*** |
| 3782 | 3923 | ||
| 3783 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3924 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3784 | ;;;;;; (15306 37171)) | 3925 | ;;;;;; (15358 31086)) |
| 3785 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3926 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3786 | 3927 | ||
| 3787 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3928 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -3952,7 +4093,7 @@ or as help on variables `cperl-tips', `cperl-problems', | |||
| 3952 | ;;;*** | 4093 | ;;;*** |
| 3953 | 4094 | ||
| 3954 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 4095 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 3955 | ;;;;;; (15192 12242)) | 4096 | ;;;;;; (15349 7598)) |
| 3956 | ;;; Generated autoloads from progmodes/cpp.el | 4097 | ;;; Generated autoloads from progmodes/cpp.el |
| 3957 | 4098 | ||
| 3958 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 4099 | (autoload (quote cpp-highlight-buffer) "cpp" "\ |
| @@ -3991,7 +4132,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) | |||
| 3991 | ;;;*** | 4132 | ;;;*** |
| 3992 | 4133 | ||
| 3993 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 4134 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 3994 | ;;;;;; (14600 38414)) | 4135 | ;;;;;; (15384 21745)) |
| 3995 | ;;; Generated autoloads from emacs-lisp/crm.el | 4136 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 3996 | 4137 | ||
| 3997 | (autoload (quote completing-read-multiple) "crm" "\ | 4138 | (autoload (quote completing-read-multiple) "crm" "\ |
| @@ -4008,7 +4149,7 @@ The default value for the separator character is the value of | |||
| 4008 | `crm-default-separator' (comma). The separator character may be | 4149 | `crm-default-separator' (comma). The separator character may be |
| 4009 | changed by modifying the value of `crm-separator'. | 4150 | changed by modifying the value of `crm-separator'. |
| 4010 | 4151 | ||
| 4011 | Continguous strings of non-separator-characters are referred to as | 4152 | Contiguous strings of non-separator-characters are referred to as |
| 4012 | 'elements'. In the aforementioned example, the elements are: 'alice', | 4153 | 'elements'. In the aforementioned example, the elements are: 'alice', |
| 4013 | 'bob', and 'eve'. | 4154 | 'bob', and 'eve'. |
| 4014 | 4155 | ||
| @@ -4032,7 +4173,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4032 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 4173 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4033 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 4174 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 4034 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 4175 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 4035 | ;;;;;; (15297 22173)) | 4176 | ;;;;;; (15384 21741)) |
| 4036 | ;;; Generated autoloads from cus-edit.el | 4177 | ;;; Generated autoloads from cus-edit.el |
| 4037 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4178 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4038 | 4179 | ||
| @@ -4212,7 +4353,7 @@ See `defface' for the format of SPEC." nil nil) | |||
| 4212 | ;;;*** | 4353 | ;;;*** |
| 4213 | 4354 | ||
| 4214 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 4355 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
| 4215 | ;;;;;; (14910 483)) | 4356 | ;;;;;; (15394 64298)) |
| 4216 | ;;; Generated autoloads from cvs-status.el | 4357 | ;;; Generated autoloads from cvs-status.el |
| 4217 | 4358 | ||
| 4218 | (autoload (quote cvs-status-mode) "cvs-status" "\ | 4359 | (autoload (quote cvs-status-mode) "cvs-status" "\ |
| @@ -4221,7 +4362,7 @@ Mode used for cvs status output." t nil) | |||
| 4221 | ;;;*** | 4362 | ;;;*** |
| 4222 | 4363 | ||
| 4223 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 4364 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 4224 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15315 52173)) | 4365 | ;;;;;; "cwarn" "progmodes/cwarn.el" (15384 21747)) |
| 4225 | ;;; Generated autoloads from progmodes/cwarn.el | 4366 | ;;; Generated autoloads from progmodes/cwarn.el |
| 4226 | 4367 | ||
| 4227 | (autoload (quote cwarn-mode) "cwarn" "\ | 4368 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -4271,7 +4412,7 @@ If the argument is nil, we return the display table to its standard state." t ni | |||
| 4271 | ;;;*** | 4412 | ;;;*** |
| 4272 | 4413 | ||
| 4273 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 4414 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 4274 | ;;;;;; (15155 16524)) | 4415 | ;;;;;; (15337 53819)) |
| 4275 | ;;; Generated autoloads from dabbrev.el | 4416 | ;;; Generated autoloads from dabbrev.el |
| 4276 | 4417 | ||
| 4277 | (define-key esc-map "/" (quote dabbrev-expand)) | 4418 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -4316,8 +4457,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) | |||
| 4316 | 4457 | ||
| 4317 | ;;;*** | 4458 | ;;;*** |
| 4318 | 4459 | ||
| 4319 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15054 | 4460 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15384 |
| 4320 | ;;;;;; 32604)) | 4461 | ;;;;;; 21747)) |
| 4321 | ;;; Generated autoloads from progmodes/dcl-mode.el | 4462 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 4322 | 4463 | ||
| 4323 | (autoload (quote dcl-mode) "dcl-mode" "\ | 4464 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -4439,7 +4580,7 @@ $ | |||
| 4439 | ;;;*** | 4580 | ;;;*** |
| 4440 | 4581 | ||
| 4441 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 4582 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 4442 | ;;;;;; "emacs-lisp/debug.el" (14763 42852)) | 4583 | ;;;;;; "emacs-lisp/debug.el" (15391 40439)) |
| 4443 | ;;; Generated autoloads from emacs-lisp/debug.el | 4584 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 4444 | 4585 | ||
| 4445 | (setq debugger (quote debug)) | 4586 | (setq debugger (quote debug)) |
| @@ -4468,7 +4609,7 @@ If argument is nil or an empty string, cancel for all functions." t nil) | |||
| 4468 | ;;;*** | 4609 | ;;;*** |
| 4469 | 4610 | ||
| 4470 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 4611 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 4471 | ;;;;;; (15192 12238)) | 4612 | ;;;;;; (15394 64300)) |
| 4472 | ;;; Generated autoloads from play/decipher.el | 4613 | ;;; Generated autoloads from play/decipher.el |
| 4473 | 4614 | ||
| 4474 | (autoload (quote decipher) "decipher" "\ | 4615 | (autoload (quote decipher) "decipher" "\ |
| @@ -4512,8 +4653,8 @@ START and END delimits the corners of text rectangle." t nil) | |||
| 4512 | 4653 | ||
| 4513 | ;;;*** | 4654 | ;;;*** |
| 4514 | 4655 | ||
| 4515 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15192 | 4656 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15384 |
| 4516 | ;;;;;; 12242)) | 4657 | ;;;;;; 21747)) |
| 4517 | ;;; Generated autoloads from progmodes/delphi.el | 4658 | ;;; Generated autoloads from progmodes/delphi.el |
| 4518 | 4659 | ||
| 4519 | (autoload (quote delphi-mode) "delphi" "\ | 4660 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -4561,8 +4702,8 @@ no args, if that value is non-nil." t nil) | |||
| 4561 | 4702 | ||
| 4562 | ;;;*** | 4703 | ;;;*** |
| 4563 | 4704 | ||
| 4564 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15209 | 4705 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15358 |
| 4565 | ;;;;;; 13374)) | 4706 | ;;;;;; 31081)) |
| 4566 | ;;; Generated autoloads from delsel.el | 4707 | ;;; Generated autoloads from delsel.el |
| 4567 | 4708 | ||
| 4568 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 4709 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -4590,7 +4731,7 @@ any selection." t nil) | |||
| 4590 | ;;;*** | 4731 | ;;;*** |
| 4591 | 4732 | ||
| 4592 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 4733 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 4593 | ;;;;;; "derived" "derived.el" (15319 49207)) | 4734 | ;;;;;; "derived" "derived.el" (15384 21741)) |
| 4594 | ;;; Generated autoloads from derived.el | 4735 | ;;; Generated autoloads from derived.el |
| 4595 | 4736 | ||
| 4596 | (autoload (quote define-derived-mode) "derived" "\ | 4737 | (autoload (quote define-derived-mode) "derived" "\ |
| @@ -4605,7 +4746,7 @@ NAME: a string which will appear in the status line (e.g. \"Hypertext\") | |||
| 4605 | DOCSTRING: an optional documentation string--if you do not supply one, | 4746 | DOCSTRING: an optional documentation string--if you do not supply one, |
| 4606 | the function will attempt to invent something useful. | 4747 | the function will attempt to invent something useful. |
| 4607 | BODY: forms to execute just before running the | 4748 | BODY: forms to execute just before running the |
| 4608 | hooks for the new mode. | 4749 | hooks for the new mode. Do not use `interactive' here. |
| 4609 | 4750 | ||
| 4610 | Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: | 4751 | Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: |
| 4611 | 4752 | ||
| @@ -4634,7 +4775,7 @@ the first time the mode is used." nil nil) | |||
| 4634 | ;;;*** | 4775 | ;;;*** |
| 4635 | 4776 | ||
| 4636 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 4777 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 4637 | ;;;;;; (15318 28377)) | 4778 | ;;;;;; (15358 31081)) |
| 4638 | ;;; Generated autoloads from desktop.el | 4779 | ;;; Generated autoloads from desktop.el |
| 4639 | 4780 | ||
| 4640 | (autoload (quote desktop-read) "desktop" "\ | 4781 | (autoload (quote desktop-read) "desktop" "\ |
| @@ -4648,68 +4789,16 @@ to provide correct modes for autoloaded files." nil nil) | |||
| 4648 | 4789 | ||
| 4649 | ;;;*** | 4790 | ;;;*** |
| 4650 | 4791 | ||
| 4651 | ;;;### (autoloads (devanagari-decode-itrans-region devanagari-encode-itrans-region | 4792 | ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15391 |
| 4652 | ;;;;;; in-is13194-devanagari-pre-write-conversion devanagari-decompose-to-is13194-region | 4793 | ;;;;;; 40440)) |
| 4653 | ;;;;;; in-is13194-devanagari-post-read-conversion devanagari-compose-from-is13194-region | ||
| 4654 | ;;;;;; devanagari-compose-region devanagari-compose-string devanagari-decompose-region | ||
| 4655 | ;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string | ||
| 4656 | ;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian | ||
| 4657 | ;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" | ||
| 4658 | ;;;;;; (15192 12234)) | ||
| 4659 | ;;; Generated autoloads from language/devan-util.el | 4794 | ;;; Generated autoloads from language/devan-util.el |
| 4660 | 4795 | ||
| 4661 | (autoload (quote indian-to-devanagari) "devan-util" "\ | 4796 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") |
| 4662 | Convert IS 13194 character CHAR to Devanagari basic characters. | ||
| 4663 | If CHAR is not IS 13194, return CHAR as is." nil nil) | ||
| 4664 | |||
| 4665 | (autoload (quote devanagari-to-indian) "devan-util" "\ | ||
| 4666 | Convert Devanagari basic character CHAR to IS 13194 characters. | ||
| 4667 | If CHAR is not Devanagari basic character, return CHAR as is." nil nil) | ||
| 4668 | |||
| 4669 | (autoload (quote indian-to-devanagari-region) "devan-util" "\ | ||
| 4670 | Convert IS 13194 characters in region to Devanagari basic characters. | ||
| 4671 | When called from a program, expects two arguments, | ||
| 4672 | positions (integers or markers) specifying the region." t nil) | ||
| 4673 | |||
| 4674 | (autoload (quote devanagari-to-indian-region) "devan-util" "\ | ||
| 4675 | Convert Devanagari basic characters in region to Indian characters. | ||
| 4676 | When called from a program, expects two arguments, | ||
| 4677 | positions (integers or markers) specifying the region." t nil) | ||
| 4678 | |||
| 4679 | (autoload (quote indian-to-devanagari-string) "devan-util" "\ | ||
| 4680 | Convert Indian characters in STRING to Devanagari Basic characters." nil nil) | ||
| 4681 | |||
| 4682 | (autoload (quote char-to-glyph-devanagari) "devan-util" "\ | ||
| 4683 | Convert Devanagari characters in STRING to Devanagari glyphs. | ||
| 4684 | Ligatures and special rules are processed." nil nil) | ||
| 4685 | |||
| 4686 | (autoload (quote devanagari-decompose-string) "devan-util" "\ | ||
| 4687 | Decompose Devanagari string STR" nil nil) | ||
| 4688 | |||
| 4689 | (autoload (quote devanagari-decompose-region) "devan-util" nil t nil) | ||
| 4690 | |||
| 4691 | (autoload (quote devanagari-compose-string) "devan-util" nil nil nil) | ||
| 4692 | |||
| 4693 | (autoload (quote devanagari-compose-region) "devan-util" nil t nil) | ||
| 4694 | |||
| 4695 | (autoload (quote devanagari-compose-from-is13194-region) "devan-util" "\ | ||
| 4696 | Compose IS 13194 characters in the region to Devanagari characters." t nil) | ||
| 4697 | |||
| 4698 | (autoload (quote in-is13194-devanagari-post-read-conversion) "devan-util" nil nil nil) | ||
| 4699 | |||
| 4700 | (autoload (quote devanagari-decompose-to-is13194-region) "devan-util" "\ | ||
| 4701 | Decompose Devanagari characters in the region to IS 13194 characters." t nil) | ||
| 4702 | |||
| 4703 | (autoload (quote in-is13194-devanagari-pre-write-conversion) "devan-util" nil nil nil) | ||
| 4704 | |||
| 4705 | (autoload (quote devanagari-encode-itrans-region) "devan-util" nil t nil) | ||
| 4706 | |||
| 4707 | (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil) | ||
| 4708 | 4797 | ||
| 4709 | ;;;*** | 4798 | ;;;*** |
| 4710 | 4799 | ||
| 4711 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" | 4800 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" |
| 4712 | ;;;;;; (15297 22176)) | 4801 | ;;;;;; (15384 21745)) |
| 4713 | ;;; Generated autoloads from calendar/diary-lib.el | 4802 | ;;; Generated autoloads from calendar/diary-lib.el |
| 4714 | 4803 | ||
| 4715 | (autoload (quote diary) "diary-lib" "\ | 4804 | (autoload (quote diary) "diary-lib" "\ |
| @@ -4768,7 +4857,7 @@ The backup file is the first file given to `diff'." t nil) | |||
| 4768 | ;;;*** | 4857 | ;;;*** |
| 4769 | 4858 | ||
| 4770 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 4859 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 4771 | ;;;;;; (15279 8859)) | 4860 | ;;;;;; (15384 21741)) |
| 4772 | ;;; Generated autoloads from diff-mode.el | 4861 | ;;; Generated autoloads from diff-mode.el |
| 4773 | 4862 | ||
| 4774 | (autoload (quote diff-mode) "diff-mode" "\ | 4863 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -4787,14 +4876,17 @@ Minor mode for viewing/editing context diffs. | |||
| 4787 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4876 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4788 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4877 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4789 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4878 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4790 | ;;;;;; "dired" "dired.el" (15279 8859)) | 4879 | ;;;;;; "dired" "dired.el" (15394 64298)) |
| 4791 | ;;; Generated autoloads from dired.el | 4880 | ;;; Generated autoloads from dired.el |
| 4792 | 4881 | ||
| 4793 | (defvar dired-listing-switches "-al" "\ | 4882 | (defvar dired-listing-switches "-al" "\ |
| 4794 | *Switches passed to `ls' for dired. MUST contain the `l' option. | 4883 | *Switches passed to `ls' for dired. MUST contain the `l' option. |
| 4795 | May contain all other options that don't contradict `-l'; | 4884 | May contain all other options that don't contradict `-l'; |
| 4796 | may contain even `F', `b', `i' and `s'. See also the variable | 4885 | may contain even `F', `b', `i' and `s'. See also the variable |
| 4797 | `dired-ls-F-marks-symlinks' concerning the `F' switch.") | 4886 | `dired-ls-F-marks-symlinks' concerning the `F' switch. |
| 4887 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | ||
| 4888 | some of the `ls' switches are not supported; see the doc string of | ||
| 4889 | `insert-directory' on ls-lisp.el for more details.") | ||
| 4798 | 4890 | ||
| 4799 | (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ | 4891 | (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ |
| 4800 | Name of chown command (usually `chown' or `/etc/chown').") | 4892 | Name of chown command (usually `chown' or `/etc/chown').") |
| @@ -4891,7 +4983,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil | |||
| 4891 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 4983 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 4892 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 4984 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 4893 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 4985 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 4894 | ;;;;;; "dired-aux.el" (15279 8859)) | 4986 | ;;;;;; "dired-aux.el" (15394 64298)) |
| 4895 | ;;; Generated autoloads from dired-aux.el | 4987 | ;;; Generated autoloads from dired-aux.el |
| 4896 | 4988 | ||
| 4897 | (autoload (quote dired-diff) "dired-aux" "\ | 4989 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -5124,7 +5216,7 @@ true then the type of the file linked to by FILE is printed instead." t nil) | |||
| 5124 | 5216 | ||
| 5125 | ;;;*** | 5217 | ;;;*** |
| 5126 | 5218 | ||
| 5127 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15246 17699)) | 5219 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15391 40437)) |
| 5128 | ;;; Generated autoloads from dired-x.el | 5220 | ;;; Generated autoloads from dired-x.el |
| 5129 | 5221 | ||
| 5130 | (autoload (quote dired-jump) "dired-x" "\ | 5222 | (autoload (quote dired-jump) "dired-x" "\ |
| @@ -5171,7 +5263,7 @@ redefine OBJECT if it is a symbol." t nil) | |||
| 5171 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii | 5263 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii |
| 5172 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table | 5264 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table |
| 5173 | ;;;;;; describe-display-table set-display-table-slot display-table-slot | 5265 | ;;;;;; describe-display-table set-display-table-slot display-table-slot |
| 5174 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (15192 12208)) | 5266 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (15384 21741)) |
| 5175 | ;;; Generated autoloads from disp-table.el | 5267 | ;;; Generated autoloads from disp-table.el |
| 5176 | 5268 | ||
| 5177 | (autoload (quote make-display-table) "disp-table" "\ | 5269 | (autoload (quote make-display-table) "disp-table" "\ |
| @@ -5363,8 +5455,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil ( | |||
| 5363 | ;;;*** | 5455 | ;;;*** |
| 5364 | 5456 | ||
| 5365 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 5457 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 5366 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15192 | 5458 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15391 |
| 5367 | ;;;;;; 12223)) | 5459 | ;;;;;; 40439)) |
| 5368 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 5460 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 5369 | 5461 | ||
| 5370 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 5462 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -5610,7 +5702,7 @@ It returns the old style symbol." t nil) | |||
| 5610 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use | 5702 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use |
| 5611 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol | 5703 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol |
| 5612 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" | 5704 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" |
| 5613 | ;;;;;; "progmodes/ebrowse.el" (15318 48330)) | 5705 | ;;;;;; "progmodes/ebrowse.el" (15394 64300)) |
| 5614 | ;;; Generated autoloads from progmodes/ebrowse.el | 5706 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 5615 | 5707 | ||
| 5616 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 5708 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -5673,7 +5765,7 @@ Display statistics for a class tree." t nil) | |||
| 5673 | ;;;*** | 5765 | ;;;*** |
| 5674 | 5766 | ||
| 5675 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 5767 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 5676 | ;;;;;; (15238 19581)) | 5768 | ;;;;;; (15349 7596)) |
| 5677 | ;;; Generated autoloads from ebuff-menu.el | 5769 | ;;; Generated autoloads from ebuff-menu.el |
| 5678 | 5770 | ||
| 5679 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 5771 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ |
| @@ -5706,7 +5798,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |||
| 5706 | ;;;*** | 5798 | ;;;*** |
| 5707 | 5799 | ||
| 5708 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5800 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 5709 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15292 25969)) | 5801 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15358 31086)) |
| 5710 | ;;; Generated autoloads from emacs-lisp/edebug.el | 5802 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 5711 | 5803 | ||
| 5712 | (defvar edebug-all-defs nil "\ | 5804 | (defvar edebug-all-defs nil "\ |
| @@ -6009,7 +6101,7 @@ or nil, use a compact 80-column format." nil nil) | |||
| 6009 | ;;;*** | 6101 | ;;;*** |
| 6010 | 6102 | ||
| 6011 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 6103 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 6012 | ;;;;;; "emulation/edt.el" (15192 12224)) | 6104 | ;;;;;; "emulation/edt.el" (15394 64299)) |
| 6013 | ;;; Generated autoloads from emulation/edt.el | 6105 | ;;; Generated autoloads from emulation/edt.el |
| 6014 | 6106 | ||
| 6015 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 6107 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -6055,12 +6147,16 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." n | |||
| 6055 | 6147 | ||
| 6056 | ;;;*** | 6148 | ;;;*** |
| 6057 | 6149 | ||
| 6058 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string | 6150 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 6059 | ;;;;;; eldoc-mode) "eldoc" "emacs-lisp/eldoc.el" (14891 22286)) | 6151 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15358 31086)) |
| 6060 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 6152 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 6061 | 6153 | ||
| 6062 | (defvar eldoc-mode nil "\ | 6154 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| 6063 | *If non-nil, show the defined parameters for the elisp function near point. | 6155 | *String to display in mode line when Eldoc Mode is enabled.") |
| 6156 | |||
| 6157 | (autoload (quote eldoc-mode) "eldoc" "\ | ||
| 6158 | Toggle ElDoc mode on or off. | ||
| 6159 | Show the defined parameters for the elisp function near point. | ||
| 6064 | 6160 | ||
| 6065 | For the emacs lisp function at the beginning of the sexp which point is | 6161 | For the emacs lisp function at the beginning of the sexp which point is |
| 6066 | within, show the defined parameters for the function in the echo area. | 6162 | within, show the defined parameters for the function in the echo area. |
| @@ -6071,21 +6167,7 @@ from the documentation string if possible. | |||
| 6071 | If point is over a documented variable, print that variable's docstring | 6167 | If point is over a documented variable, print that variable's docstring |
| 6072 | instead. | 6168 | instead. |
| 6073 | 6169 | ||
| 6074 | This variable is buffer-local.") | 6170 | With prefix ARG, turn ElDoc mode on if and only if ARG is positive." t nil) |
| 6075 | |||
| 6076 | (defvar eldoc-minor-mode-string " ElDoc" "\ | ||
| 6077 | *String to display in mode line when Eldoc Mode is enabled.") | ||
| 6078 | |||
| 6079 | (cond ((fboundp (quote add-minor-mode)) (add-minor-mode (quote eldoc-mode) (quote eldoc-minor-mode-string))) ((assq (quote eldoc-mode) (default-value (quote minor-mode-alist)))) (t (setq-default minor-mode-alist (append (default-value (quote minor-mode-alist)) (quote ((eldoc-mode eldoc-minor-mode-string))))))) | ||
| 6080 | |||
| 6081 | (autoload (quote eldoc-mode) "eldoc" "\ | ||
| 6082 | *Enable or disable eldoc mode. | ||
| 6083 | See documentation for the variable of the same name for more details. | ||
| 6084 | |||
| 6085 | If called interactively with no prefix argument, toggle current condition | ||
| 6086 | of the mode. | ||
| 6087 | If called with a positive or negative prefix argument, enable or disable | ||
| 6088 | the mode, respectively." t nil) | ||
| 6089 | 6171 | ||
| 6090 | (autoload (quote turn-on-eldoc-mode) "eldoc" "\ | 6172 | (autoload (quote turn-on-eldoc-mode) "eldoc" "\ |
| 6091 | Unequivocally turn on eldoc-mode (see variable documentation)." t nil) | 6173 | Unequivocally turn on eldoc-mode (see variable documentation)." t nil) |
| @@ -6107,7 +6189,7 @@ This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t | |||
| 6107 | ;;;*** | 6189 | ;;;*** |
| 6108 | 6190 | ||
| 6109 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 6191 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 6110 | ;;;;;; (15192 12223)) | 6192 | ;;;;;; (15394 64299)) |
| 6111 | ;;; Generated autoloads from emacs-lisp/elint.el | 6193 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 6112 | 6194 | ||
| 6113 | (autoload (quote elint-initialize) "elint" "\ | 6195 | (autoload (quote elint-initialize) "elint" "\ |
| @@ -6116,8 +6198,8 @@ Initialize elint." t nil) | |||
| 6116 | ;;;*** | 6198 | ;;;*** |
| 6117 | 6199 | ||
| 6118 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 6200 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 6119 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15192 | 6201 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15394 |
| 6120 | ;;;;;; 12223)) | 6202 | ;;;;;; 64299)) |
| 6121 | ;;; Generated autoloads from emacs-lisp/elp.el | 6203 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 6122 | 6204 | ||
| 6123 | (autoload (quote elp-instrument-function) "elp" "\ | 6205 | (autoload (quote elp-instrument-function) "elp" "\ |
| @@ -6156,7 +6238,7 @@ Prompts for bug subject. Leaves you in a mail buffer." t nil) | |||
| 6156 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 6238 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 6157 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 6239 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 6158 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 6240 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 6159 | ;;;;;; "emerge.el" (15192 12209)) | 6241 | ;;;;;; "emerge.el" (15384 21741)) |
| 6160 | ;;; Generated autoloads from emerge.el | 6242 | ;;; Generated autoloads from emerge.el |
| 6161 | 6243 | ||
| 6162 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 6244 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
| @@ -6208,9 +6290,19 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil) | |||
| 6208 | ;;;*** | 6290 | ;;;*** |
| 6209 | 6291 | ||
| 6210 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 6292 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 6211 | ;;;;;; (15192 12231)) | 6293 | ;;;;;; (15384 21745)) |
| 6212 | ;;; Generated autoloads from international/encoded-kb.el | 6294 | ;;; Generated autoloads from international/encoded-kb.el |
| 6213 | 6295 | ||
| 6296 | (defvar encoded-kbd-mode nil "\ | ||
| 6297 | Non-nil if Encoded-Kbd mode is enabled. | ||
| 6298 | See the command `encoded-kbd-mode' for a description of this minor-mode. | ||
| 6299 | Setting this variable directly does not take effect; | ||
| 6300 | use either \\[customize] or the function `encoded-kbd-mode'.") | ||
| 6301 | |||
| 6302 | (custom-add-to-group (quote encoded-kbd) (quote encoded-kbd-mode) (quote custom-variable)) | ||
| 6303 | |||
| 6304 | (custom-add-load (quote encoded-kbd-mode) (quote encoded-kb)) | ||
| 6305 | |||
| 6214 | (autoload (quote encoded-kbd-mode) "encoded-kb" "\ | 6306 | (autoload (quote encoded-kbd-mode) "encoded-kb" "\ |
| 6215 | Toggle Encoded-kbd minor mode. | 6307 | Toggle Encoded-kbd minor mode. |
| 6216 | With arg, turn Encoded-kbd mode on if and only if arg is positive. | 6308 | With arg, turn Encoded-kbd mode on if and only if arg is positive. |
| @@ -6221,12 +6313,12 @@ automatically. | |||
| 6221 | 6313 | ||
| 6222 | In Encoded-kbd mode, a text sent from keyboard is accepted | 6314 | In Encoded-kbd mode, a text sent from keyboard is accepted |
| 6223 | as a multilingual text encoded in a coding system set by | 6315 | as a multilingual text encoded in a coding system set by |
| 6224 | \\[set-keyboard-coding-system]." nil nil) | 6316 | \\[set-keyboard-coding-system]." t nil) |
| 6225 | 6317 | ||
| 6226 | ;;;*** | 6318 | ;;;*** |
| 6227 | 6319 | ||
| 6228 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 6320 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 6229 | ;;;;;; "enriched" "enriched.el" (14886 12681)) | 6321 | ;;;;;; "enriched" "enriched.el" (15384 21741)) |
| 6230 | ;;; Generated autoloads from enriched.el | 6322 | ;;; Generated autoloads from enriched.el |
| 6231 | 6323 | ||
| 6232 | (autoload (quote enriched-mode) "enriched" "\ | 6324 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -6236,7 +6328,7 @@ text/enriched format. | |||
| 6236 | Turning the mode on runs `enriched-mode-hook'. | 6328 | Turning the mode on runs `enriched-mode-hook'. |
| 6237 | 6329 | ||
| 6238 | More information about Enriched mode is available in the file | 6330 | More information about Enriched mode is available in the file |
| 6239 | etc/enriched.doc in the Emacs distribution directory. | 6331 | etc/enriched.doc in the Emacs distribution directory. |
| 6240 | 6332 | ||
| 6241 | Commands: | 6333 | Commands: |
| 6242 | 6334 | ||
| @@ -6304,7 +6396,7 @@ Please include any configuration details that might be involved." t nil) | |||
| 6304 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 6396 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 6305 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list | 6397 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list |
| 6306 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 6398 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 6307 | ;;;;;; (15320 19403)) | 6399 | ;;;;;; (15384 21747)) |
| 6308 | ;;; Generated autoloads from progmodes/etags.el | 6400 | ;;; Generated autoloads from progmodes/etags.el |
| 6309 | 6401 | ||
| 6310 | (defvar tags-file-name nil "\ | 6402 | (defvar tags-file-name nil "\ |
| @@ -6545,7 +6637,7 @@ for \\[find-tag] (which see)." t nil) | |||
| 6545 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker | 6637 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker |
| 6546 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker | 6638 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker |
| 6547 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) | 6639 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) |
| 6548 | ;;;;;; "ethio-util" "language/ethio-util.el" (15192 12234)) | 6640 | ;;;;;; "ethio-util" "language/ethio-util.el" (15394 64299)) |
| 6549 | ;;; Generated autoloads from language/ethio-util.el | 6641 | ;;; Generated autoloads from language/ethio-util.el |
| 6550 | 6642 | ||
| 6551 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil) | 6643 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil) |
| @@ -6811,7 +6903,7 @@ file modes." nil nil) | |||
| 6811 | ;;;*** | 6903 | ;;;*** |
| 6812 | 6904 | ||
| 6813 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 6905 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 6814 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (15306 37162)) | 6906 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (15384 21741)) |
| 6815 | ;;; Generated autoloads from expand.el | 6907 | ;;; Generated autoloads from expand.el |
| 6816 | 6908 | ||
| 6817 | (autoload (quote expand-add-abbrevs) "expand" "\ | 6909 | (autoload (quote expand-add-abbrevs) "expand" "\ |
| @@ -6848,7 +6940,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 6848 | 6940 | ||
| 6849 | ;;;*** | 6941 | ;;;*** |
| 6850 | 6942 | ||
| 6851 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14970 28801)) | 6943 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15384 21747)) |
| 6852 | ;;; Generated autoloads from progmodes/f90.el | 6944 | ;;; Generated autoloads from progmodes/f90.el |
| 6853 | 6945 | ||
| 6854 | (autoload (quote f90-mode) "f90" "\ | 6946 | (autoload (quote f90-mode) "f90" "\ |
| @@ -6916,7 +7008,7 @@ with no args, if that value is non-nil." t nil) | |||
| 6916 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props | 7008 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props |
| 6917 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible | 7009 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible |
| 6918 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground | 7010 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground |
| 6919 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15319 49208)) | 7011 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15384 21741)) |
| 6920 | ;;; Generated autoloads from facemenu.el | 7012 | ;;; Generated autoloads from facemenu.el |
| 6921 | (define-key global-map "\M-g" 'facemenu-keymap) | 7013 | (define-key global-map "\M-g" 'facemenu-keymap) |
| 6922 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 7014 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -7054,7 +7146,7 @@ of colors that the current display can handle." t nil) | |||
| 7054 | ;;;*** | 7146 | ;;;*** |
| 7055 | 7147 | ||
| 7056 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" | 7148 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" |
| 7057 | ;;;;;; "fast-lock.el" (15192 12210)) | 7149 | ;;;;;; "fast-lock.el" (15384 21741)) |
| 7058 | ;;; Generated autoloads from fast-lock.el | 7150 | ;;; Generated autoloads from fast-lock.el |
| 7059 | 7151 | ||
| 7060 | (autoload (quote fast-lock-mode) "fast-lock" "\ | 7152 | (autoload (quote fast-lock-mode) "fast-lock" "\ |
| @@ -7091,7 +7183,7 @@ Unconditionally turn on Fast Lock mode." nil nil) | |||
| 7091 | 7183 | ||
| 7092 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 7184 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 7093 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 7185 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 7094 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15292 25972)) | 7186 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15394 64300)) |
| 7095 | ;;; Generated autoloads from mail/feedmail.el | 7187 | ;;; Generated autoloads from mail/feedmail.el |
| 7096 | 7188 | ||
| 7097 | (autoload (quote feedmail-send-it) "feedmail" "\ | 7189 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -7181,7 +7273,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil) | |||
| 7181 | ;;;*** | 7273 | ;;;*** |
| 7182 | 7274 | ||
| 7183 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" | 7275 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" |
| 7184 | ;;;;;; (14887 35754)) | 7276 | ;;;;;; (15384 21741)) |
| 7185 | ;;; Generated autoloads from filecache.el | 7277 | ;;; Generated autoloads from filecache.el |
| 7186 | 7278 | ||
| 7187 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ | 7279 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ |
| @@ -7241,7 +7333,7 @@ Thus ARG can also contain additional grep options." t nil) | |||
| 7241 | 7333 | ||
| 7242 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 7334 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 7243 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 7335 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 7244 | ;;;;;; (15173 51739)) | 7336 | ;;;;;; (15391 40437)) |
| 7245 | ;;; Generated autoloads from find-file.el | 7337 | ;;; Generated autoloads from find-file.el |
| 7246 | 7338 | ||
| 7247 | (autoload (quote ff-get-other-file) "find-file" "\ | 7339 | (autoload (quote ff-get-other-file) "find-file" "\ |
| @@ -7316,7 +7408,7 @@ Visit the file you click on in another window." t nil) | |||
| 7316 | ;;;;;; find-variable-other-window find-variable find-variable-noselect | 7408 | ;;;;;; find-variable-other-window find-variable find-variable-noselect |
| 7317 | ;;;;;; find-function-other-frame find-function-other-window find-function | 7409 | ;;;;;; find-function-other-frame find-function-other-window find-function |
| 7318 | ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" | 7410 | ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" |
| 7319 | ;;;;;; (15199 61891)) | 7411 | ;;;;;; (15326 12779)) |
| 7320 | ;;; Generated autoloads from emacs-lisp/find-func.el | 7412 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 7321 | 7413 | ||
| 7322 | (autoload (quote find-function-noselect) "find-func" "\ | 7414 | (autoload (quote find-function-noselect) "find-func" "\ |
| @@ -7353,13 +7445,13 @@ Find, in ananother frame, the definition of FUNCTION near point. | |||
| 7353 | See `find-function' for more details." t nil) | 7445 | See `find-function' for more details." t nil) |
| 7354 | 7446 | ||
| 7355 | (autoload (quote find-variable-noselect) "find-func" "\ | 7447 | (autoload (quote find-variable-noselect) "find-func" "\ |
| 7356 | Return a pair `(buffer . point)' pointing to the definition of SYMBOL. | 7448 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. |
| 7357 | 7449 | ||
| 7358 | Finds the Emacs Lisp library containing the definition of SYMBOL | 7450 | Finds the Emacs Lisp library containing the definition of SYMBOL |
| 7359 | in a buffer and the point of the definition. The buffer is | 7451 | in a buffer and the point of the definition. The buffer is |
| 7360 | not selected. | 7452 | not selected. |
| 7361 | 7453 | ||
| 7362 | The library where VARIABLE is defined is searched for in | 7454 | The library where VARIABLE is defined is searched for in FILE or |
| 7363 | `find-function-source-path', if non nil, otherwise in `load-path'." nil nil) | 7455 | `find-function-source-path', if non nil, otherwise in `load-path'." nil nil) |
| 7364 | 7456 | ||
| 7365 | (autoload (quote find-variable) "find-func" "\ | 7457 | (autoload (quote find-variable) "find-func" "\ |
| @@ -7450,7 +7542,7 @@ to get the effect of a C-q." nil nil) | |||
| 7450 | 7542 | ||
| 7451 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 7543 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 7452 | ;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string) | 7544 | ;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string) |
| 7453 | ;;;;;; "flyspell" "textmodes/flyspell.el" (15279 11558)) | 7545 | ;;;;;; "flyspell" "textmodes/flyspell.el" (15349 7598)) |
| 7454 | ;;; Generated autoloads from textmodes/flyspell.el | 7546 | ;;; Generated autoloads from textmodes/flyspell.el |
| 7455 | 7547 | ||
| 7456 | (defvar flyspell-mode-line-string " Fly" "\ | 7548 | (defvar flyspell-mode-line-string " Fly" "\ |
| @@ -7460,8 +7552,6 @@ Set this to nil if you don't want a modeline indicator.") | |||
| 7460 | (autoload (quote flyspell-prog-mode) "flyspell" "\ | 7552 | (autoload (quote flyspell-prog-mode) "flyspell" "\ |
| 7461 | Turn on `flyspell-mode' for comments and strings." t nil) | 7553 | Turn on `flyspell-mode' for comments and strings." t nil) |
| 7462 | 7554 | ||
| 7463 | (defvar flyspell-mode-map (make-sparse-keymap)) | ||
| 7464 | |||
| 7465 | (autoload (quote flyspell-mode) "flyspell" "\ | 7555 | (autoload (quote flyspell-mode) "flyspell" "\ |
| 7466 | Minor mode performing on-the-fly spelling checking. | 7556 | Minor mode performing on-the-fly spelling checking. |
| 7467 | Ispell is automatically spawned on background for each entered words. | 7557 | Ispell is automatically spawned on background for each entered words. |
| @@ -7475,7 +7565,7 @@ Bindings: | |||
| 7475 | \\[flyspell-correct-word] (or mouse-2): popup correct words. | 7565 | \\[flyspell-correct-word] (or mouse-2): popup correct words. |
| 7476 | 7566 | ||
| 7477 | Hooks: | 7567 | Hooks: |
| 7478 | flyspell-mode-hook is run after flyspell is entered. | 7568 | This runs `flyspell-mode-hook' after flyspell is entered. |
| 7479 | 7569 | ||
| 7480 | Remark: | 7570 | Remark: |
| 7481 | `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are | 7571 | `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are |
| @@ -7487,11 +7577,10 @@ consider adding: | |||
| 7487 | \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex)))) | 7577 | \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex)))) |
| 7488 | in your .emacs file. | 7578 | in your .emacs file. |
| 7489 | 7579 | ||
| 7490 | flyspell-region checks all words inside a region. | 7580 | \\[flyspell-region] checks all words inside a region. |
| 7491 | 7581 | \\[flyspell-buffer] checks the whole buffer." t nil) | |
| 7492 | flyspell-buffer checks the whole buffer." t nil) | ||
| 7493 | 7582 | ||
| 7494 | (if (fboundp (quote add-minor-mode)) (add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) flyspell-mode-map nil (quote flyspell-mode)) (or (assoc (quote flyspell-mode) minor-mode-alist) (setq minor-mode-alist (cons (quote (flyspell-mode flyspell-mode-line-string)) minor-mode-alist))) (or (assoc (quote flyspell-mode) minor-mode-map-alist) (setq minor-mode-map-alist (cons (cons (quote flyspell-mode) flyspell-mode-map) minor-mode-map-alist)))) | 7583 | (add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) nil nil (quote flyspell-mode)) |
| 7495 | 7584 | ||
| 7496 | (autoload (quote flyspell-mode-off) "flyspell" "\ | 7585 | (autoload (quote flyspell-mode-off) "flyspell" "\ |
| 7497 | Turn Flyspell mode off." nil nil) | 7586 | Turn Flyspell mode off." nil nil) |
| @@ -7574,7 +7663,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7574 | 7663 | ||
| 7575 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7664 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7576 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7665 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7577 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15280 18506)) | 7666 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15384 21741)) |
| 7578 | ;;; Generated autoloads from font-lock.el | 7667 | ;;; Generated autoloads from font-lock.el |
| 7579 | 7668 | ||
| 7580 | (make-variable-buffer-local (quote font-lock-defaults)) | 7669 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -7697,7 +7786,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil) | |||
| 7697 | ;;;*** | 7786 | ;;;*** |
| 7698 | 7787 | ||
| 7699 | ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" | 7788 | ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" |
| 7700 | ;;;;;; (15318 48329)) | 7789 | ;;;;;; (15394 64299)) |
| 7701 | ;;; Generated autoloads from international/fontset.el | 7790 | ;;; Generated autoloads from international/fontset.el |
| 7702 | 7791 | ||
| 7703 | (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ | 7792 | (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ |
| @@ -7716,8 +7805,8 @@ It returns a name of the created fontset." nil nil) | |||
| 7716 | 7805 | ||
| 7717 | ;;;*** | 7806 | ;;;*** |
| 7718 | 7807 | ||
| 7719 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15192 | 7808 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15394 |
| 7720 | ;;;;;; 12235)) | 7809 | ;;;;;; 64300)) |
| 7721 | ;;; Generated autoloads from mail/footnote.el | 7810 | ;;; Generated autoloads from mail/footnote.el |
| 7722 | 7811 | ||
| 7723 | (autoload (quote footnote-mode) "footnote" "\ | 7812 | (autoload (quote footnote-mode) "footnote" "\ |
| @@ -7769,7 +7858,7 @@ Visit a file in Forms mode in other window." t nil) | |||
| 7769 | ;;;*** | 7858 | ;;;*** |
| 7770 | 7859 | ||
| 7771 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 7860 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 7772 | ;;;;;; "progmodes/fortran.el" (15192 12243)) | 7861 | ;;;;;; "progmodes/fortran.el" (15384 21747)) |
| 7773 | ;;; Generated autoloads from progmodes/fortran.el | 7862 | ;;; Generated autoloads from progmodes/fortran.el |
| 7774 | 7863 | ||
| 7775 | (defvar fortran-tab-mode-default nil "\ | 7864 | (defvar fortran-tab-mode-default nil "\ |
| @@ -7947,7 +8036,7 @@ at places they belong to." t nil) | |||
| 7947 | ;;;*** | 8036 | ;;;*** |
| 7948 | 8037 | ||
| 7949 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 8038 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 7950 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15252 33904)) | 8039 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15341 16282)) |
| 7951 | ;;; Generated autoloads from gnus/gnus.el | 8040 | ;;; Generated autoloads from gnus/gnus.el |
| 7952 | 8041 | ||
| 7953 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 8042 | (autoload (quote gnus-slave-no-server) "gnus" "\ |
| @@ -8005,7 +8094,7 @@ Start Gnus and fetch session." t nil) | |||
| 8005 | ;;;*** | 8094 | ;;;*** |
| 8006 | 8095 | ||
| 8007 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 8096 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 8008 | ;;;;;; (15272 19188)) | 8097 | ;;;;;; (15394 64299)) |
| 8009 | ;;; Generated autoloads from gnus/gnus-art.el | 8098 | ;;; Generated autoloads from gnus/gnus-art.el |
| 8010 | 8099 | ||
| 8011 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 8100 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -8042,7 +8131,7 @@ Generate NOV files recursively starting in DIR." t nil) | |||
| 8042 | ;;;*** | 8131 | ;;;*** |
| 8043 | 8132 | ||
| 8044 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 8133 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 8045 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (14875 60440)) | 8134 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (15384 21745)) |
| 8046 | ;;; Generated autoloads from gnus/gnus-group.el | 8135 | ;;; Generated autoloads from gnus/gnus-group.el |
| 8047 | 8136 | ||
| 8048 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 8137 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -8081,7 +8170,7 @@ Minor mode for providing mailing-list commands. | |||
| 8081 | 8170 | ||
| 8082 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 8171 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 8083 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 8172 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 8084 | ;;;;;; (15192 12228)) | 8173 | ;;;;;; (15384 21745)) |
| 8085 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 8174 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 8086 | 8175 | ||
| 8087 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 8176 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ |
| @@ -8120,8 +8209,8 @@ See gnus-group-split-fancy for more information. | |||
| 8120 | gnus-group-split is a valid value for nnmail-split-methods." nil nil) | 8209 | gnus-group-split is a valid value for nnmail-split-methods." nil nil) |
| 8121 | 8210 | ||
| 8122 | (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\ | 8211 | (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\ |
| 8123 | Uses information from group parameters in order to split mail. It | 8212 | Uses information from group parameters in order to split mail. |
| 8124 | can be embedded into nnmail-split-fancy lists with the SPLIT | 8213 | It can be embedded into `nnmail-split-fancy' lists with the SPLIT |
| 8125 | 8214 | ||
| 8126 | \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL) | 8215 | \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL) |
| 8127 | 8216 | ||
| @@ -8182,8 +8271,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil) | |||
| 8182 | 8271 | ||
| 8183 | ;;;*** | 8272 | ;;;*** |
| 8184 | 8273 | ||
| 8185 | ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14915 | 8274 | ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15323 |
| 8186 | ;;;;;; 11613)) | 8275 | ;;;;;; 15021)) |
| 8187 | ;;; Generated autoloads from gnus/gnus-msg.el | 8276 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 8188 | 8277 | ||
| 8189 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 8278 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
| @@ -8262,11 +8351,12 @@ Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) | |||
| 8262 | 8351 | ||
| 8263 | ;;;*** | 8352 | ;;;*** |
| 8264 | 8353 | ||
| 8265 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15306 37170)) | 8354 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15394 64300)) |
| 8266 | ;;; Generated autoloads from play/gomoku.el | 8355 | ;;; Generated autoloads from play/gomoku.el |
| 8267 | 8356 | ||
| 8268 | (autoload (quote gomoku) "gomoku" "\ | 8357 | (autoload (quote gomoku) "gomoku" "\ |
| 8269 | Start a Gomoku game between you and Emacs. | 8358 | Start a Gomoku game between you and Emacs. |
| 8359 | |||
| 8270 | If a game is in progress, this command allow you to resume it. | 8360 | If a game is in progress, this command allow you to resume it. |
| 8271 | If optional arguments N and M are given, an N by M board is used. | 8361 | If optional arguments N and M are given, an N by M board is used. |
| 8272 | If prefix arg is given for N, M is prompted for. | 8362 | If prefix arg is given for N, M is prompted for. |
| @@ -8277,6 +8367,10 @@ marks horizontally, vertically or in diagonal. | |||
| 8277 | 8367 | ||
| 8278 | You play by moving the cursor over the square you choose and hitting | 8368 | You play by moving the cursor over the square you choose and hitting |
| 8279 | \\<gomoku-mode-map>\\[gomoku-human-plays]. | 8369 | \\<gomoku-mode-map>\\[gomoku-human-plays]. |
| 8370 | |||
| 8371 | This program actually plays a simplified or archaic version of the | ||
| 8372 | Gomoku game, and ought to be upgraded to use the full modern rules. | ||
| 8373 | |||
| 8280 | Use \\[describe-mode] for more info." t nil) | 8374 | Use \\[describe-mode] for more info." t nil) |
| 8281 | 8375 | ||
| 8282 | ;;;*** | 8376 | ;;;*** |
| @@ -8320,7 +8414,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 8320 | ;;;*** | 8414 | ;;;*** |
| 8321 | 8415 | ||
| 8322 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 8416 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 8323 | ;;;;;; (15263 18995)) | 8417 | ;;;;;; (15384 21741)) |
| 8324 | ;;; Generated autoloads from gud.el | 8418 | ;;; Generated autoloads from gud.el |
| 8325 | 8419 | ||
| 8326 | (autoload (quote gdb) "gud" "\ | 8420 | (autoload (quote gdb) "gud" "\ |
| @@ -8357,10 +8451,10 @@ The directory containing FILE becomes the initial working directory | |||
| 8357 | and source-file directory for your debugger." t nil) | 8451 | and source-file directory for your debugger." t nil) |
| 8358 | 8452 | ||
| 8359 | (autoload (quote jdb) "gud" "\ | 8453 | (autoload (quote jdb) "gud" "\ |
| 8360 | Run jdb with command line COMMAND-LINE in a buffer. The buffer is named | 8454 | Run jdb with command line COMMAND-LINE in a buffer. |
| 8361 | \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\" | 8455 | The buffer is named \"*gud*\" if no initial class is given or |
| 8362 | if there is. If the \"-classpath\" switch is given, omit all whitespace | 8456 | \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" |
| 8363 | between it and it's value." t nil) | 8457 | switch is given, omit all whitespace between it and it's value." t nil) |
| 8364 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") | 8458 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") |
| 8365 | 8459 | ||
| 8366 | ;;;*** | 8460 | ;;;*** |
| @@ -8403,9 +8497,9 @@ to be updated." t nil) | |||
| 8403 | 8497 | ||
| 8404 | ;;;*** | 8498 | ;;;*** |
| 8405 | 8499 | ||
| 8406 | ;;;### (autoloads (describe-variable variable-at-point describe-function-1 | 8500 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 8407 | ;;;;;; describe-function locate-library help-with-tutorial) "help-fns" | 8501 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 8408 | ;;;;;; "help-fns.el" (15315 52171)) | 8502 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15362 56769)) |
| 8409 | ;;; Generated autoloads from help-fns.el | 8503 | ;;; Generated autoloads from help-fns.el |
| 8410 | 8504 | ||
| 8411 | (autoload (quote help-with-tutorial) "help-fns" "\ | 8505 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -8444,6 +8538,15 @@ Returns the documentation as a string, also. | |||
| 8444 | If VARIABLE has a buffer-local value in BUFFER (default to the current buffer), | 8538 | If VARIABLE has a buffer-local value in BUFFER (default to the current buffer), |
| 8445 | it is displayed along with the global value." t nil) | 8539 | it is displayed along with the global value." t nil) |
| 8446 | 8540 | ||
| 8541 | (autoload (quote describe-syntax) "help-fns" "\ | ||
| 8542 | Describe the syntax specifications in the syntax table of BUFFER. | ||
| 8543 | The descriptions are inserted in a help buffer, which is then displayed. | ||
| 8544 | BUFFER defaults to the current buffer." t nil) | ||
| 8545 | |||
| 8546 | (autoload (quote describe-categories) "help-fns" "\ | ||
| 8547 | Describe the category specifications in the current category table. | ||
| 8548 | The descriptions are inserted in a buffer, which is then displayed." t nil) | ||
| 8549 | |||
| 8447 | ;;;*** | 8550 | ;;;*** |
| 8448 | 8551 | ||
| 8449 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 8552 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| @@ -8461,7 +8564,7 @@ A value of nil means skip the middle step, so that | |||
| 8461 | 8564 | ||
| 8462 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 8565 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 8463 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 8566 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 8464 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15317 28321)) | 8567 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15384 21741)) |
| 8465 | ;;; Generated autoloads from help-mode.el | 8568 | ;;; Generated autoloads from help-mode.el |
| 8466 | 8569 | ||
| 8467 | (autoload (quote help-mode) "help-mode" "\ | 8570 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -8536,7 +8639,7 @@ Provide help for current mode." t nil) | |||
| 8536 | ;;;*** | 8639 | ;;;*** |
| 8537 | 8640 | ||
| 8538 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 8641 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 8539 | ;;;;;; "hexl.el" (15279 8859)) | 8642 | ;;;;;; "hexl.el" (15384 21741)) |
| 8540 | ;;; Generated autoloads from hexl.el | 8643 | ;;; Generated autoloads from hexl.el |
| 8541 | 8644 | ||
| 8542 | (autoload (quote hexl-mode) "hexl" "\ | 8645 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8729,12 +8832,9 @@ be found in variable `hi-lock-interactive-patterns'." t nil) | |||
| 8729 | ;;;*** | 8832 | ;;;*** |
| 8730 | 8833 | ||
| 8731 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 8834 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 8732 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15192 12243)) | 8835 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15384 21747)) |
| 8733 | ;;; Generated autoloads from progmodes/hideif.el | 8836 | ;;; Generated autoloads from progmodes/hideif.el |
| 8734 | 8837 | ||
| 8735 | (defvar hide-ifdef-mode nil "\ | ||
| 8736 | Non-nil when hide-ifdef-mode is activated.") | ||
| 8737 | |||
| 8738 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 8838 | (autoload (quote hide-ifdef-mode) "hideif" "\ |
| 8739 | Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. | 8839 | Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. |
| 8740 | With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. | 8840 | With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. |
| @@ -8742,26 +8842,26 @@ In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor | |||
| 8742 | would eliminate may be hidden from view. Several variables affect | 8842 | would eliminate may be hidden from view. Several variables affect |
| 8743 | how the hiding is done: | 8843 | how the hiding is done: |
| 8744 | 8844 | ||
| 8745 | hide-ifdef-env | 8845 | `hide-ifdef-env' |
| 8746 | An association list of defined and undefined symbols for the | 8846 | An association list of defined and undefined symbols for the |
| 8747 | current buffer. Initially, the global value of `hide-ifdef-env' | 8847 | current buffer. Initially, the global value of `hide-ifdef-env' |
| 8748 | is used. | 8848 | is used. |
| 8749 | 8849 | ||
| 8750 | hide-ifdef-define-alist | 8850 | `hide-ifdef-define-alist' |
| 8751 | An association list of defined symbol lists. | 8851 | An association list of defined symbol lists. |
| 8752 | Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env' | 8852 | Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env' |
| 8753 | and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env' | 8853 | and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env' |
| 8754 | from one of the lists in `hide-ifdef-define-alist'. | 8854 | from one of the lists in `hide-ifdef-define-alist'. |
| 8755 | 8855 | ||
| 8756 | hide-ifdef-lines | 8856 | `hide-ifdef-lines' |
| 8757 | Set to non-nil to not show #if, #ifdef, #ifndef, #else, and | 8857 | Set to non-nil to not show #if, #ifdef, #ifndef, #else, and |
| 8758 | #endif lines when hiding. | 8858 | #endif lines when hiding. |
| 8759 | 8859 | ||
| 8760 | hide-ifdef-initially | 8860 | `hide-ifdef-initially' |
| 8761 | Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode | 8861 | Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode |
| 8762 | is activated. | 8862 | is activated. |
| 8763 | 8863 | ||
| 8764 | hide-ifdef-read-only | 8864 | `hide-ifdef-read-only' |
| 8765 | Set to non-nil if you want to make buffers read only while hiding. | 8865 | Set to non-nil if you want to make buffers read only while hiding. |
| 8766 | After `show-ifdefs', read-only status is restored to previous value. | 8866 | After `show-ifdefs', read-only status is restored to previous value. |
| 8767 | 8867 | ||
| @@ -8836,7 +8936,7 @@ Key bindings: | |||
| 8836 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file | 8936 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file |
| 8837 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change | 8937 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change |
| 8838 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) | 8938 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) |
| 8839 | ;;;;;; "hilit-chg" "hilit-chg.el" (15192 12212)) | 8939 | ;;;;;; "hilit-chg" "hilit-chg.el" (15384 21741)) |
| 8840 | ;;; Generated autoloads from hilit-chg.el | 8940 | ;;; Generated autoloads from hilit-chg.el |
| 8841 | 8941 | ||
| 8842 | (defvar highlight-changes-mode nil) | 8942 | (defvar highlight-changes-mode nil) |
| @@ -8940,7 +9040,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil). | |||
| 8940 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction | 9040 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction |
| 8941 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space | 9041 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space |
| 8942 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" | 9042 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" |
| 8943 | ;;;;;; "hippie-exp.el" (15192 12212)) | 9043 | ;;;;;; "hippie-exp.el" (15394 64298)) |
| 8944 | ;;; Generated autoloads from hippie-exp.el | 9044 | ;;; Generated autoloads from hippie-exp.el |
| 8945 | 9045 | ||
| 8946 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ | 9046 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ |
| @@ -8972,7 +9072,7 @@ Can contain both regexps matching buffer names (as strings) and major modes | |||
| 8972 | (defvar hippie-expand-only-buffers nil "\ | 9072 | (defvar hippie-expand-only-buffers nil "\ |
| 8973 | *A list specifying the only buffers to search (in addition to current). | 9073 | *A list specifying the only buffers to search (in addition to current). |
| 8974 | Can contain both regexps matching buffer names (as strings) and major modes | 9074 | Can contain both regexps matching buffer names (as strings) and major modes |
| 8975 | \(as atoms). If non-NIL, this variable overrides the variable | 9075 | \(as atoms). If non-nil, this variable overrides the variable |
| 8976 | `hippie-expand-ignore-buffers'.") | 9076 | `hippie-expand-ignore-buffers'.") |
| 8977 | 9077 | ||
| 8978 | (autoload (quote hippie-expand) "hippie-exp" "\ | 9078 | (autoload (quote hippie-expand) "hippie-exp" "\ |
| @@ -9062,7 +9162,7 @@ Also see `automatic-hscrolling'." t nil) | |||
| 9062 | ;;;*** | 9162 | ;;;*** |
| 9063 | 9163 | ||
| 9064 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" | 9164 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" |
| 9065 | ;;;;;; "icomplete.el" (15054 32535)) | 9165 | ;;;;;; "icomplete.el" (15384 21741)) |
| 9066 | ;;; Generated autoloads from icomplete.el | 9166 | ;;; Generated autoloads from icomplete.el |
| 9067 | 9167 | ||
| 9068 | (autoload (quote icomplete-mode) "icomplete" "\ | 9168 | (autoload (quote icomplete-mode) "icomplete" "\ |
| @@ -9114,7 +9214,7 @@ with no args, if that value is non-nil." t nil) | |||
| 9114 | ;;;*** | 9214 | ;;;*** |
| 9115 | 9215 | ||
| 9116 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 9216 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 9117 | ;;;;;; (15192 12243)) | 9217 | ;;;;;; (15384 21747)) |
| 9118 | ;;; Generated autoloads from progmodes/idlw-shell.el | 9218 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 9119 | 9219 | ||
| 9120 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 9220 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -9137,7 +9237,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 9137 | ;;;*** | 9237 | ;;;*** |
| 9138 | 9238 | ||
| 9139 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 9239 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 9140 | ;;;;;; (15192 12244)) | 9240 | ;;;;;; (15394 64300)) |
| 9141 | ;;; Generated autoloads from progmodes/idlwave.el | 9241 | ;;; Generated autoloads from progmodes/idlwave.el |
| 9142 | 9242 | ||
| 9143 | (autoload (quote idlwave-mode) "idlwave" "\ | 9243 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -9364,18 +9464,18 @@ Example: | |||
| 9364 | 9464 | ||
| 9365 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 9465 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 9366 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 9466 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 9367 | ;;;;;; "image-file.el" (15205 22594)) | 9467 | ;;;;;; "image-file.el" (15391 40437)) |
| 9368 | ;;; Generated autoloads from image-file.el | 9468 | ;;; Generated autoloads from image-file.el |
| 9369 | 9469 | ||
| 9370 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ | 9470 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ |
| 9371 | *A list of image-file filename extensions. | 9471 | *A list of image-file filename extensions. |
| 9372 | Filenames having one of these extensions are considered image files, | 9472 | Filenames having one of these extensions are considered image files, |
| 9373 | in addition to those matching `image-file-name-regexps'. | 9473 | in addition to those matching `image-file-name-regexps'. |
| 9374 | 9474 | ||
| 9375 | See `auto-image-file-mode'; if `auto-image-file-mode' is enabled, | 9475 | See `auto-image-file-mode'; if `auto-image-file-mode' is enabled, |
| 9376 | setting this variable directly does not take effect unless | 9476 | setting this variable directly does not take effect unless |
| 9377 | `auto-image-file-mode' is re-enabled; this happens automatically the | 9477 | `auto-image-file-mode' is re-enabled; this happens automatically when |
| 9378 | variable is set using \\[customize].") | 9478 | the variable is set using \\[customize].") |
| 9379 | 9479 | ||
| 9380 | (defvar image-file-name-regexps nil "\ | 9480 | (defvar image-file-name-regexps nil "\ |
| 9381 | *List of regexps matching image-file filenames. | 9481 | *List of regexps matching image-file filenames. |
| @@ -9384,8 +9484,8 @@ in addition to those with an extension in `image-file-name-extensions'. | |||
| 9384 | 9484 | ||
| 9385 | See function `auto-image-file-mode'; if `auto-image-file-mode' is | 9485 | See function `auto-image-file-mode'; if `auto-image-file-mode' is |
| 9386 | enabled, setting this variable directly does not take effect unless | 9486 | enabled, setting this variable directly does not take effect unless |
| 9387 | `auto-image-file-mode' is re-enabled; this happens automatically the | 9487 | `auto-image-file-mode' is re-enabled; this happens automatically when |
| 9388 | variable is set using \\[customize].") | 9488 | the variable is set using \\[customize].") |
| 9389 | 9489 | ||
| 9390 | (autoload (quote image-file-name-regexp) "image-file" "\ | 9490 | (autoload (quote image-file-name-regexp) "image-file" "\ |
| 9391 | Return a regular expression matching image-file filenames." nil nil) | 9491 | Return a regular expression matching image-file filenames." nil nil) |
| @@ -9417,7 +9517,7 @@ Image files are those whose name has an extension in | |||
| 9417 | ;;;*** | 9517 | ;;;*** |
| 9418 | 9518 | ||
| 9419 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 9519 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 9420 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15192 12212)) | 9520 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15358 31083)) |
| 9421 | ;;; Generated autoloads from imenu.el | 9521 | ;;; Generated autoloads from imenu.el |
| 9422 | 9522 | ||
| 9423 | (defvar imenu-sort-function nil "\ | 9523 | (defvar imenu-sort-function nil "\ |
| @@ -9467,7 +9567,7 @@ The variable `imenu-case-fold-search' determines whether or not the | |||
| 9467 | regexp matches are case sensitive, and `imenu-syntax-alist' can be | 9567 | regexp matches are case sensitive, and `imenu-syntax-alist' can be |
| 9468 | used to alter the syntax table for the search. | 9568 | used to alter the syntax table for the search. |
| 9469 | 9569 | ||
| 9470 | For example, see the value of `lisp-imenu-generic-expression' used by | 9570 | For example, see the value of `fortran-imenu-generic-expression' used by |
| 9471 | `fortran-mode' with `imenu-syntax-alist' set locally to give the | 9571 | `fortran-mode' with `imenu-syntax-alist' set locally to give the |
| 9472 | characters which normally have \"symbol\" syntax \"word\" syntax | 9572 | characters which normally have \"symbol\" syntax \"word\" syntax |
| 9473 | during matching.") | 9573 | during matching.") |
| @@ -9560,8 +9660,36 @@ for more information." t nil) | |||
| 9560 | 9660 | ||
| 9561 | ;;;*** | 9661 | ;;;*** |
| 9562 | 9662 | ||
| 9663 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | ||
| 9664 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | ||
| 9665 | ;;;;;; "ind-util" "language/ind-util.el" (15391 40440)) | ||
| 9666 | ;;; Generated autoloads from language/ind-util.el | ||
| 9667 | |||
| 9668 | (autoload (quote indian-compose-region) "ind-util" "\ | ||
| 9669 | Compose the region according to `composition-function-table'. " t nil) | ||
| 9670 | |||
| 9671 | (autoload (quote indian-compose-string) "ind-util" nil nil nil) | ||
| 9672 | |||
| 9673 | (autoload (quote in-is13194-post-read-conversion) "ind-util" nil nil nil) | ||
| 9674 | |||
| 9675 | (autoload (quote in-is13194-pre-write-conversion) "ind-util" nil nil nil) | ||
| 9676 | |||
| 9677 | (autoload (quote indian-glyph-char) "ind-util" "\ | ||
| 9678 | Return character of charset `indian-glyph' made from glyph index INDEX. | ||
| 9679 | The variable `indian-default-script' specifies the script of the glyph. | ||
| 9680 | Optional argument SCRIPT, if non-nil, overrides `indian-default-script'. | ||
| 9681 | See also the function `indian-char-glyph'." nil nil) | ||
| 9682 | |||
| 9683 | (autoload (quote indian-char-glyph) "ind-util" "\ | ||
| 9684 | Return information about the glyph code for CHAR of `indian-glyph' charset. | ||
| 9685 | The value is (INDEX . SCRIPT), where INDEX is the glyph index | ||
| 9686 | in the font that Indian script name SCRIPT specifies. | ||
| 9687 | See also the function `indian-glyph-char'." nil nil) | ||
| 9688 | |||
| 9689 | ;;;*** | ||
| 9690 | |||
| 9563 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" | 9691 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" |
| 9564 | ;;;;;; (14821 31354)) | 9692 | ;;;;;; (15394 64300)) |
| 9565 | ;;; Generated autoloads from progmodes/inf-lisp.el | 9693 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 9566 | 9694 | ||
| 9567 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 9695 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -9617,7 +9745,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 9617 | 9745 | ||
| 9618 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 9746 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 9619 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 9747 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 9620 | ;;;;;; info info-other-window) "info" "info.el" (15318 28377)) | 9748 | ;;;;;; info info-other-window) "info" "info.el" (15384 21741)) |
| 9621 | ;;; Generated autoloads from info.el | 9749 | ;;; Generated autoloads from info.el |
| 9622 | 9750 | ||
| 9623 | (autoload (quote info-other-window) "info" "\ | 9751 | (autoload (quote info-other-window) "info" "\ |
| @@ -9668,7 +9796,7 @@ This will add a speedbar major display mode." t nil) | |||
| 9668 | 9796 | ||
| 9669 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 9797 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 9670 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 9798 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 9671 | ;;;;;; (15192 12212)) | 9799 | ;;;;;; (15349 7597)) |
| 9672 | ;;; Generated autoloads from info-look.el | 9800 | ;;; Generated autoloads from info-look.el |
| 9673 | 9801 | ||
| 9674 | (autoload (quote info-lookup-reset) "info-look" "\ | 9802 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -9751,7 +9879,7 @@ Toggle input method in interactive search." t nil) | |||
| 9751 | ;;;*** | 9879 | ;;;*** |
| 9752 | 9880 | ||
| 9753 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" | 9881 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" |
| 9754 | ;;;;;; (14388 11031)) | 9882 | ;;;;;; (15326 53473)) |
| 9755 | ;;; Generated autoloads from international/iso-acc.el | 9883 | ;;; Generated autoloads from international/iso-acc.el |
| 9756 | 9884 | ||
| 9757 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 9885 | (autoload (quote iso-accents-mode) "iso-acc" "\ |
| @@ -9842,7 +9970,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 9842 | ;;;*** | 9970 | ;;;*** |
| 9843 | 9971 | ||
| 9844 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 9972 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 9845 | ;;;;;; (15301 19233)) | 9973 | ;;;;;; (15384 21745)) |
| 9846 | ;;; Generated autoloads from international/iso-transl.el | 9974 | ;;; Generated autoloads from international/iso-transl.el |
| 9847 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 9975 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 9848 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 9976 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -9855,18 +9983,12 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 9855 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 9983 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 9856 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist | 9984 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 9857 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) | 9985 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 9858 | ;;;;;; "ispell" "textmodes/ispell.el" (15260 30414)) | 9986 | ;;;;;; "ispell" "textmodes/ispell.el" (15394 64301)) |
| 9859 | ;;; Generated autoloads from textmodes/ispell.el | 9987 | ;;; Generated autoloads from textmodes/ispell.el |
| 9860 | 9988 | ||
| 9861 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 9989 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| 9862 | Non nil if using XEmacs.") | 9990 | Non nil if using XEmacs.") |
| 9863 | 9991 | ||
| 9864 | (defconst version18p (string-match "18\\.[0-9]+\\.[0-9]+" emacs-version) "\ | ||
| 9865 | Non nil if using emacs version 18.") | ||
| 9866 | |||
| 9867 | (defconst version20p (string-match "20\\.[0-9]+\\.[0-9]+" emacs-version) "\ | ||
| 9868 | Non nil if using emacs version 20.") | ||
| 9869 | |||
| 9870 | (defvar ispell-personal-dictionary nil "\ | 9992 | (defvar ispell-personal-dictionary nil "\ |
| 9871 | *File name of your personal spelling dictionary, or nil. | 9993 | *File name of your personal spelling dictionary, or nil. |
| 9872 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, | 9994 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, |
| @@ -9944,7 +10066,7 @@ Spelling menu for XEmacs. | |||
| 9944 | If nil when package is loaded, a standard menu will be set, | 10066 | If nil when package is loaded, a standard menu will be set, |
| 9945 | and added as a submenu of the \"Edit\" menu.") | 10067 | and added as a submenu of the \"Edit\" menu.") |
| 9946 | 10068 | ||
| 9947 | (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not version18p) (not xemacsp) (quote reload))) | 10069 | (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload))) |
| 9948 | 10070 | ||
| 9949 | (if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (path (and (boundp (quote ispell-library-path)) ispell-library-path)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map (vector (quote default)) (cons "Select Default Dict" (cons "Dictionary for which Ispell was configured" (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) "default")))))) ((or (not path) (file-exists-p (concat path "/" name ".hash")) (file-exists-p (concat path "/" name ".has")) (and load-dict (or (file-exists-p (concat path "/" load-dict ".hash")) (file-exists-p (concat path "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name))))))))) | 10071 | (if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (path (and (boundp (quote ispell-library-path)) ispell-library-path)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map (vector (quote default)) (cons "Select Default Dict" (cons "Dictionary for which Ispell was configured" (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) "default")))))) ((or (not path) (file-exists-p (concat path "/" name ".hash")) (file-exists-p (concat path "/" name ".has")) (and load-dict (or (file-exists-p (concat path "/" load-dict ".hash")) (file-exists-p (concat path "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name))))))))) |
| 9950 | 10072 | ||
| @@ -10054,7 +10176,7 @@ Check the current buffer for spelling errors interactively." t nil) | |||
| 10054 | Continue a halted spelling session beginning with the current word." t nil) | 10176 | Continue a halted spelling session beginning with the current word." t nil) |
| 10055 | 10177 | ||
| 10056 | (autoload (quote ispell-complete-word) "ispell" "\ | 10178 | (autoload (quote ispell-complete-word) "ispell" "\ |
| 10057 | Try to complete the word before or under point (see `lookup-words') | 10179 | Try to complete the word before or under point (see `lookup-words'). |
| 10058 | If optional INTERIOR-FRAG is non-nil then the word may be a character | 10180 | If optional INTERIOR-FRAG is non-nil then the word may be a character |
| 10059 | sequence inside of a word. | 10181 | sequence inside of a word. |
| 10060 | 10182 | ||
| @@ -10107,19 +10229,9 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 10107 | 10229 | ||
| 10108 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer | 10230 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
| 10109 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 10231 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
| 10110 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" | 10232 | ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15384 21741)) |
| 10111 | ;;;;;; (15244 46382)) | ||
| 10112 | ;;; Generated autoloads from iswitchb.el | 10233 | ;;; Generated autoloads from iswitchb.el |
| 10113 | 10234 | ||
| 10114 | (defvar iswitchb-mode nil "\ | ||
| 10115 | Toggle Iswitchb mode. | ||
| 10116 | Setting this variable directly does not take effect; | ||
| 10117 | use either \\[customize] or the function `iswitchb-mode'.") | ||
| 10118 | |||
| 10119 | (custom-add-to-group (quote iswitchb) (quote iswitchb-mode) (quote custom-variable)) | ||
| 10120 | |||
| 10121 | (custom-add-load (quote iswitchb-mode) (quote iswitchb)) | ||
| 10122 | |||
| 10123 | (autoload (quote iswitchb-read-buffer) "iswitchb" "\ | 10235 | (autoload (quote iswitchb-read-buffer) "iswitchb" "\ |
| 10124 | Replacement for the built-in `read-buffer'. | 10236 | Replacement for the built-in `read-buffer'. |
| 10125 | Return the name of a buffer selected. | 10237 | Return the name of a buffer selected. |
| @@ -10158,6 +10270,16 @@ Switch to another buffer and show it in another frame. | |||
| 10158 | The buffer name is selected interactively by typing a substring. | 10270 | The buffer name is selected interactively by typing a substring. |
| 10159 | For details of keybindings, do `\\[describe-function] iswitchb'." t nil) | 10271 | For details of keybindings, do `\\[describe-function] iswitchb'." t nil) |
| 10160 | 10272 | ||
| 10273 | (defvar iswitchb-mode nil "\ | ||
| 10274 | Non-nil if Iswitchb mode is enabled. | ||
| 10275 | See the command `iswitchb-mode' for a description of this minor-mode. | ||
| 10276 | Setting this variable directly does not take effect; | ||
| 10277 | use either \\[customize] or the function `iswitchb-mode'.") | ||
| 10278 | |||
| 10279 | (custom-add-to-group (quote iswitchb) (quote iswitchb-mode) (quote custom-variable)) | ||
| 10280 | |||
| 10281 | (custom-add-load (quote iswitchb-mode) (quote iswitchb)) | ||
| 10282 | |||
| 10161 | (autoload (quote iswitchb-mode) "iswitchb" "\ | 10283 | (autoload (quote iswitchb-mode) "iswitchb" "\ |
| 10162 | Toggle Iswitchb global minor mode. | 10284 | Toggle Iswitchb global minor mode. |
| 10163 | With arg, turn Iswitchb mode on if and only iff ARG is positive. | 10285 | With arg, turn Iswitchb mode on if and only iff ARG is positive. |
| @@ -10225,8 +10347,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 10225 | 10347 | ||
| 10226 | ;;;*** | 10348 | ;;;*** |
| 10227 | 10349 | ||
| 10228 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15192 | 10350 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15384 |
| 10229 | ;;;;;; 12212)) | 10351 | ;;;;;; 21741)) |
| 10230 | ;;; Generated autoloads from jit-lock.el | 10352 | ;;; Generated autoloads from jit-lock.el |
| 10231 | 10353 | ||
| 10232 | (autoload (quote jit-lock-register) "jit-lock" "\ | 10354 | (autoload (quote jit-lock-register) "jit-lock" "\ |
| @@ -10238,7 +10360,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n | |||
| 10238 | ;;;*** | 10360 | ;;;*** |
| 10239 | 10361 | ||
| 10240 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) | 10362 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) |
| 10241 | ;;;;;; "jka-compr" "jka-compr.el" (15306 37163)) | 10363 | ;;;;;; "jka-compr" "jka-compr.el" (15349 7597)) |
| 10242 | ;;; Generated autoloads from jka-compr.el | 10364 | ;;; Generated autoloads from jka-compr.el |
| 10243 | 10365 | ||
| 10244 | (defvar auto-compression-mode nil "\ | 10366 | (defvar auto-compression-mode nil "\ |
| @@ -10315,7 +10437,7 @@ and the return value is the length of the conversion." t nil) | |||
| 10315 | ;;;*** | 10437 | ;;;*** |
| 10316 | 10438 | ||
| 10317 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 10439 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 10318 | ;;;;;; (15306 37170)) | 10440 | ;;;;;; (15358 31086)) |
| 10319 | ;;; Generated autoloads from play/landmark.el | 10441 | ;;; Generated autoloads from play/landmark.el |
| 10320 | 10442 | ||
| 10321 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 10443 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -10343,9 +10465,10 @@ Use \\[describe-mode] for more info." t nil) | |||
| 10343 | 10465 | ||
| 10344 | ;;;*** | 10466 | ;;;*** |
| 10345 | 10467 | ||
| 10346 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string | 10468 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 10347 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) | 10469 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 10348 | ;;;;;; "lao-util" "language/lao-util.el" (15192 12234)) | 10470 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (15384 |
| 10471 | ;;;;;; 21746)) | ||
| 10349 | ;;; Generated autoloads from language/lao-util.el | 10472 | ;;; Generated autoloads from language/lao-util.el |
| 10350 | 10473 | ||
| 10351 | (autoload (quote lao-compose-string) "lao-util" nil nil nil) | 10474 | (autoload (quote lao-compose-string) "lao-util" nil nil nil) |
| @@ -10363,6 +10486,8 @@ syllable. In that case, FROM and TO are indexes to STR." nil nil) | |||
| 10363 | (autoload (quote lao-transcribe-roman-to-lao-string) "lao-util" "\ | 10486 | (autoload (quote lao-transcribe-roman-to-lao-string) "lao-util" "\ |
| 10364 | Transcribe Romanized Lao string STR to Lao character string." nil nil) | 10487 | Transcribe Romanized Lao string STR to Lao character string." nil nil) |
| 10365 | 10488 | ||
| 10489 | (autoload (quote lao-post-read-conversion) "lao-util" nil nil nil) | ||
| 10490 | |||
| 10366 | (autoload (quote lao-composition-function) "lao-util" "\ | 10491 | (autoload (quote lao-composition-function) "lao-util" "\ |
| 10367 | Compose Lao text in the region FROM and TO. | 10492 | Compose Lao text in the region FROM and TO. |
| 10368 | The text matches the regular expression PATTERN. | 10493 | The text matches the regular expression PATTERN. |
| @@ -10375,8 +10500,8 @@ The return value is number of composed characters." nil nil) | |||
| 10375 | 10500 | ||
| 10376 | ;;;*** | 10501 | ;;;*** |
| 10377 | 10502 | ||
| 10378 | ;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el" | 10503 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 10379 | ;;;;;; (15054 32560)) | 10504 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (15384 21745)) |
| 10380 | ;;; Generated autoloads from international/latin1-disp.el | 10505 | ;;; Generated autoloads from international/latin1-disp.el |
| 10381 | 10506 | ||
| 10382 | (defvar latin1-display nil "\ | 10507 | (defvar latin1-display nil "\ |
| @@ -10388,6 +10513,9 @@ ASCII sequences are used, mostly following the Latin prefix input | |||
| 10388 | methods. Some different ASCII sequences are used if | 10513 | methods. Some different ASCII sequences are used if |
| 10389 | `latin1-display-mnemonic' is non-nil. | 10514 | `latin1-display-mnemonic' is non-nil. |
| 10390 | 10515 | ||
| 10516 | This option also treats some characters in the `mule-unicode-...' | ||
| 10517 | charsets if you don't have a Unicode font with which to display them. | ||
| 10518 | |||
| 10391 | Setting this variable directly does not take effect; | 10519 | Setting this variable directly does not take effect; |
| 10392 | use either M-x customize of the function `latin1-display'.") | 10520 | use either M-x customize of the function `latin1-display'.") |
| 10393 | 10521 | ||
| @@ -10399,12 +10527,27 @@ use either M-x customize of the function `latin1-display'.") | |||
| 10399 | Set up Latin-1/ASCII display for the arguments character SETS. | 10527 | Set up Latin-1/ASCII display for the arguments character SETS. |
| 10400 | See option `latin1-display' for the method. The members of the list | 10528 | See option `latin1-display' for the method. The members of the list |
| 10401 | must be in `latin1-display-sets'. With no arguments, reset the | 10529 | must be in `latin1-display-sets'. With no arguments, reset the |
| 10402 | display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil nil) | 10530 | display for all of `latin1-display-sets'. See also |
| 10531 | `latin1-display-setup'. As well as iso-8859 characters, this treats | ||
| 10532 | some characters in the `mule-unicode-...' charsets if you don't have | ||
| 10533 | a Unicode font with which to display them." nil nil) | ||
| 10534 | |||
| 10535 | (defvar latin1-display-ucs-per-lynx nil "\ | ||
| 10536 | Set up Latin-1/ASCII display for Unicode characters. | ||
| 10537 | This uses the transliterations of the Lynx browser. The display is't | ||
| 10538 | changed if the display can render Unicode characters. | ||
| 10539 | |||
| 10540 | Setting this variable directly does not take effect; | ||
| 10541 | use either M-x customize of the function `latin1-display'.") | ||
| 10542 | |||
| 10543 | (custom-add-to-group (quote latin1-display) (quote latin1-display-ucs-per-lynx) (quote custom-variable)) | ||
| 10544 | |||
| 10545 | (custom-add-load (quote latin1-display-ucs-per-lynx) (quote latin1-disp)) | ||
| 10403 | 10546 | ||
| 10404 | ;;;*** | 10547 | ;;;*** |
| 10405 | 10548 | ||
| 10406 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 10549 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
| 10407 | ;;;;;; "lazy-lock.el" (15229 7095)) | 10550 | ;;;;;; "lazy-lock.el" (15384 21741)) |
| 10408 | ;;; Generated autoloads from lazy-lock.el | 10551 | ;;; Generated autoloads from lazy-lock.el |
| 10409 | 10552 | ||
| 10410 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | 10553 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ |
| @@ -10516,7 +10659,7 @@ is nil, raise an error." t nil) | |||
| 10516 | ;;;*** | 10659 | ;;;*** |
| 10517 | 10660 | ||
| 10518 | ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" | 10661 | ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" |
| 10519 | ;;;;;; (15260 28028)) | 10662 | ;;;;;; (15384 21743)) |
| 10520 | ;;; Generated autoloads from locate.el | 10663 | ;;; Generated autoloads from locate.el |
| 10521 | 10664 | ||
| 10522 | (autoload (quote locate) "locate" "\ | 10665 | (autoload (quote locate) "locate" "\ |
| @@ -10531,7 +10674,7 @@ shown; this is often useful to constrain a big search." t nil) | |||
| 10531 | 10674 | ||
| 10532 | ;;;*** | 10675 | ;;;*** |
| 10533 | 10676 | ||
| 10534 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15122 26743)) | 10677 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15326 11642)) |
| 10535 | ;;; Generated autoloads from log-edit.el | 10678 | ;;; Generated autoloads from log-edit.el |
| 10536 | 10679 | ||
| 10537 | (autoload (quote log-edit) "log-edit" "\ | 10680 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -10550,8 +10693,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the | |||
| 10550 | 10693 | ||
| 10551 | ;;;*** | 10694 | ;;;*** |
| 10552 | 10695 | ||
| 10553 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14910 | 10696 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15391 |
| 10554 | ;;;;;; 483)) | 10697 | ;;;;;; 40438)) |
| 10555 | ;;; Generated autoloads from log-view.el | 10698 | ;;; Generated autoloads from log-view.el |
| 10556 | 10699 | ||
| 10557 | (autoload (quote log-view-mode) "log-view" "\ | 10700 | (autoload (quote log-view-mode) "log-view" "\ |
| @@ -10640,7 +10783,7 @@ for further customization of the printer command." t nil) | |||
| 10640 | 10783 | ||
| 10641 | ;;;*** | 10784 | ;;;*** |
| 10642 | 10785 | ||
| 10643 | ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15192 12214)) | 10786 | ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15394 64298)) |
| 10644 | ;;; Generated autoloads from ls-lisp.el | 10787 | ;;; Generated autoloads from ls-lisp.el |
| 10645 | 10788 | ||
| 10646 | (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) | 10789 | (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired)) |
| @@ -10752,7 +10895,7 @@ and then select the region of un-tablified names and use | |||
| 10752 | ;;;*** | 10895 | ;;;*** |
| 10753 | 10896 | ||
| 10754 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 10897 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 10755 | ;;;;;; "mail/mail-extr.el" (15192 12235)) | 10898 | ;;;;;; "mail/mail-extr.el" (15358 31086)) |
| 10756 | ;;; Generated autoloads from mail/mail-extr.el | 10899 | ;;; Generated autoloads from mail/mail-extr.el |
| 10757 | 10900 | ||
| 10758 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 10901 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| @@ -10836,7 +10979,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil) | |||
| 10836 | ;;;*** | 10979 | ;;;*** |
| 10837 | 10980 | ||
| 10838 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 10981 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 10839 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15297 22179)) | 10982 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15391 40440)) |
| 10840 | ;;; Generated autoloads from mail/mailabbrev.el | 10983 | ;;; Generated autoloads from mail/mailabbrev.el |
| 10841 | 10984 | ||
| 10842 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 10985 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ |
| @@ -10892,7 +11035,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t | |||
| 10892 | ;;;*** | 11035 | ;;;*** |
| 10893 | 11036 | ||
| 10894 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 11037 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
| 10895 | ;;;;;; (15206 24546)) | 11038 | ;;;;;; (15384 21747)) |
| 10896 | ;;; Generated autoloads from progmodes/make-mode.el | 11039 | ;;; Generated autoloads from progmodes/make-mode.el |
| 10897 | 11040 | ||
| 10898 | (autoload (quote makefile-mode) "make-mode" "\ | 11041 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -10907,15 +11050,15 @@ In the browser, use the following keys: | |||
| 10907 | 11050 | ||
| 10908 | Makefile mode can be configured by modifying the following variables: | 11051 | Makefile mode can be configured by modifying the following variables: |
| 10909 | 11052 | ||
| 10910 | makefile-browser-buffer-name: | 11053 | `makefile-browser-buffer-name': |
| 10911 | Name of the macro- and target browser buffer. | 11054 | Name of the macro- and target browser buffer. |
| 10912 | 11055 | ||
| 10913 | makefile-target-colon: | 11056 | `makefile-target-colon': |
| 10914 | The string that gets appended to all target names | 11057 | The string that gets appended to all target names |
| 10915 | inserted by `makefile-insert-target'. | 11058 | inserted by `makefile-insert-target'. |
| 10916 | \":\" or \"::\" are quite common values. | 11059 | \":\" or \"::\" are quite common values. |
| 10917 | 11060 | ||
| 10918 | makefile-macro-assign: | 11061 | `makefile-macro-assign': |
| 10919 | The string that gets appended to all macro names | 11062 | The string that gets appended to all macro names |
| 10920 | inserted by `makefile-insert-macro'. | 11063 | inserted by `makefile-insert-macro'. |
| 10921 | The normal value should be \" = \", since this is what | 11064 | The normal value should be \" = \", since this is what |
| @@ -10923,35 +11066,35 @@ makefile-macro-assign: | |||
| 10923 | allow a larger variety of different macro assignments, so you | 11066 | allow a larger variety of different macro assignments, so you |
| 10924 | might prefer to use \" += \" or \" := \" . | 11067 | might prefer to use \" += \" or \" := \" . |
| 10925 | 11068 | ||
| 10926 | makefile-tab-after-target-colon: | 11069 | `makefile-tab-after-target-colon': |
| 10927 | If you want a TAB (instead of a space) to be appended after the | 11070 | If you want a TAB (instead of a space) to be appended after the |
| 10928 | target colon, then set this to a non-nil value. | 11071 | target colon, then set this to a non-nil value. |
| 10929 | 11072 | ||
| 10930 | makefile-browser-leftmost-column: | 11073 | `makefile-browser-leftmost-column': |
| 10931 | Number of blanks to the left of the browser selection mark. | 11074 | Number of blanks to the left of the browser selection mark. |
| 10932 | 11075 | ||
| 10933 | makefile-browser-cursor-column: | 11076 | `makefile-browser-cursor-column': |
| 10934 | Column in which the cursor is positioned when it moves | 11077 | Column in which the cursor is positioned when it moves |
| 10935 | up or down in the browser. | 11078 | up or down in the browser. |
| 10936 | 11079 | ||
| 10937 | makefile-browser-selected-mark: | 11080 | `makefile-browser-selected-mark': |
| 10938 | String used to mark selected entries in the browser. | 11081 | String used to mark selected entries in the browser. |
| 10939 | 11082 | ||
| 10940 | makefile-browser-unselected-mark: | 11083 | `makefile-browser-unselected-mark': |
| 10941 | String used to mark unselected entries in the browser. | 11084 | String used to mark unselected entries in the browser. |
| 10942 | 11085 | ||
| 10943 | makefile-browser-auto-advance-after-selection-p: | 11086 | `makefile-browser-auto-advance-after-selection-p': |
| 10944 | If this variable is set to a non-nil value the cursor | 11087 | If this variable is set to a non-nil value the cursor |
| 10945 | will automagically advance to the next line after an item | 11088 | will automagically advance to the next line after an item |
| 10946 | has been selected in the browser. | 11089 | has been selected in the browser. |
| 10947 | 11090 | ||
| 10948 | makefile-pickup-everything-picks-up-filenames-p: | 11091 | `makefile-pickup-everything-picks-up-filenames-p': |
| 10949 | If this variable is set to a non-nil value then | 11092 | If this variable is set to a non-nil value then |
| 10950 | `makefile-pickup-everything' also picks up filenames as targets | 11093 | `makefile-pickup-everything' also picks up filenames as targets |
| 10951 | (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise | 11094 | (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise |
| 10952 | filenames are omitted. | 11095 | filenames are omitted. |
| 10953 | 11096 | ||
| 10954 | makefile-cleanup-continuations-p: | 11097 | `makefile-cleanup-continuations-p': |
| 10955 | If this variable is set to a non-nil value then Makefile mode | 11098 | If this variable is set to a non-nil value then Makefile mode |
| 10956 | will assure that no line in the file ends with a backslash | 11099 | will assure that no line in the file ends with a backslash |
| 10957 | (the continuation character) followed by any whitespace. | 11100 | (the continuation character) followed by any whitespace. |
| @@ -10960,11 +11103,11 @@ makefile-cleanup-continuations-p: | |||
| 10960 | IMPORTANT: Please note that enabling this option causes Makefile mode | 11103 | IMPORTANT: Please note that enabling this option causes Makefile mode |
| 10961 | to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\". | 11104 | to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\". |
| 10962 | 11105 | ||
| 10963 | makefile-browser-hook: | 11106 | `makefile-browser-hook': |
| 10964 | A function or list of functions to be called just before the | 11107 | A function or list of functions to be called just before the |
| 10965 | browser is entered. This is executed in the makefile buffer. | 11108 | browser is entered. This is executed in the makefile buffer. |
| 10966 | 11109 | ||
| 10967 | makefile-special-targets-list: | 11110 | `makefile-special-targets-list': |
| 10968 | List of special targets. You will be offered to complete | 11111 | List of special targets. You will be offered to complete |
| 10969 | on one of those in the minibuffer whenever you enter a `.'. | 11112 | on one of those in the minibuffer whenever you enter a `.'. |
| 10970 | at the beginning of a line in Makefile mode." t nil) | 11113 | at the beginning of a line in Makefile mode." t nil) |
| @@ -10981,7 +11124,7 @@ Previous contents of that buffer are killed first." t nil) | |||
| 10981 | 11124 | ||
| 10982 | ;;;*** | 11125 | ;;;*** |
| 10983 | 11126 | ||
| 10984 | ;;;### (autoloads (man-follow man) "man" "man.el" (15243 17691)) | 11127 | ;;;### (autoloads (man-follow man) "man" "man.el" (15384 21743)) |
| 10985 | ;;; Generated autoloads from man.el | 11128 | ;;; Generated autoloads from man.el |
| 10986 | 11129 | ||
| 10987 | (defalias (quote manual-entry) (quote man)) | 11130 | (defalias (quote manual-entry) (quote man)) |
| @@ -11026,13 +11169,14 @@ yourself the value of `master-of' by calling `master-show-slave'." t nil) | |||
| 11026 | 11169 | ||
| 11027 | ;;;### (autoloads (unbold-region bold-region message-news-other-frame | 11170 | ;;;### (autoloads (unbold-region bold-region message-news-other-frame |
| 11028 | ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window | 11171 | ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window |
| 11029 | ;;;;;; message-bounce message-resend message-forward message-recover | 11172 | ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body |
| 11173 | ;;;;;; message-forward-make-body message-forward message-recover | ||
| 11030 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 11174 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 11031 | ;;;;;; message-reply message-news message-mail message-mode message-signature-file | 11175 | ;;;;;; message-reply message-news message-mail message-mode message-signature-file |
| 11032 | ;;;;;; message-signature message-indent-citation-function message-cite-function | 11176 | ;;;;;; message-signature message-indent-citation-function message-cite-function |
| 11033 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 11177 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
| 11034 | ;;;;;; message-user-organization-file message-signature-separator | 11178 | ;;;;;; message-user-organization-file message-signature-separator |
| 11035 | ;;;;;; message-from-style) "message" "gnus/message.el" (15054 32558)) | 11179 | ;;;;;; message-from-style) "message" "gnus/message.el" (15384 21745)) |
| 11036 | ;;; Generated autoloads from gnus/message.el | 11180 | ;;; Generated autoloads from gnus/message.el |
| 11037 | 11181 | ||
| 11038 | (defvar message-from-style (quote default) "\ | 11182 | (defvar message-from-style (quote default) "\ |
| @@ -11156,6 +11300,13 @@ Forward the current message via mail. | |||
| 11156 | Optional NEWS will use news to forward instead of mail. | 11300 | Optional NEWS will use news to forward instead of mail. |
| 11157 | Optional DIGEST will use digest to forward." t nil) | 11301 | Optional DIGEST will use digest to forward." t nil) |
| 11158 | 11302 | ||
| 11303 | (autoload (quote message-forward-make-body) "message" nil nil nil) | ||
| 11304 | |||
| 11305 | (autoload (quote message-forward-rmail-make-body) "message" nil nil nil) | ||
| 11306 | |||
| 11307 | (autoload (quote message-insinuate-rmail) "message" "\ | ||
| 11308 | Let RMAIL uses message to forward." t nil) | ||
| 11309 | |||
| 11159 | (autoload (quote message-resend) "message" "\ | 11310 | (autoload (quote message-resend) "message" "\ |
| 11160 | Resend the current article to ADDRESS." t nil) | 11311 | Resend the current article to ADDRESS." t nil) |
| 11161 | 11312 | ||
| @@ -11250,7 +11401,7 @@ redisplayed as output is inserted." t nil) | |||
| 11250 | ;;;*** | 11401 | ;;;*** |
| 11251 | 11402 | ||
| 11252 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch | 11403 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch |
| 11253 | ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (15192 12235)) | 11404 | ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (15394 64300)) |
| 11254 | ;;; Generated autoloads from mail/mh-comp.el | 11405 | ;;; Generated autoloads from mail/mh-comp.el |
| 11255 | 11406 | ||
| 11256 | (autoload (quote mh-smail) "mh-comp" "\ | 11407 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -11307,8 +11458,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." | |||
| 11307 | 11458 | ||
| 11308 | ;;;*** | 11459 | ;;;*** |
| 11309 | 11460 | ||
| 11310 | ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15281 | 11461 | ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15394 |
| 11311 | ;;;;;; 51219)) | 11462 | ;;;;;; 64300)) |
| 11312 | ;;; Generated autoloads from mail/mh-e.el | 11463 | ;;; Generated autoloads from mail/mh-e.el |
| 11313 | 11464 | ||
| 11314 | (autoload (quote mh-rmail) "mh-e" "\ | 11465 | (autoload (quote mh-rmail) "mh-e" "\ |
| @@ -11329,7 +11480,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].") | |||
| 11329 | 11480 | ||
| 11330 | ;;;*** | 11481 | ;;;*** |
| 11331 | 11482 | ||
| 11332 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15320 3853)) | 11483 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15394 64300)) |
| 11333 | ;;; Generated autoloads from mail/mh-utils.el | 11484 | ;;; Generated autoloads from mail/mh-utils.el |
| 11334 | 11485 | ||
| 11335 | (put (quote mh-progs) (quote risky-local-variable) t) | 11486 | (put (quote mh-progs) (quote risky-local-variable) t) |
| @@ -11366,7 +11517,7 @@ to its second argument TM." nil nil) | |||
| 11366 | ;;;*** | 11517 | ;;;*** |
| 11367 | 11518 | ||
| 11368 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 11519 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 11369 | ;;;;;; "minibuf-eldef.el" (15297 22175)) | 11520 | ;;;;;; "minibuf-eldef.el" (15384 21743)) |
| 11370 | ;;; Generated autoloads from minibuf-eldef.el | 11521 | ;;; Generated autoloads from minibuf-eldef.el |
| 11371 | 11522 | ||
| 11372 | (defvar minibuffer-electric-default-mode nil "\ | 11523 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -11380,7 +11531,7 @@ use either \\[customize] or the function `minibuffer-electric-default-mode'.") | |||
| 11380 | (custom-add-load (quote minibuffer-electric-default-mode) (quote minibuf-eldef)) | 11531 | (custom-add-load (quote minibuffer-electric-default-mode) (quote minibuf-eldef)) |
| 11381 | 11532 | ||
| 11382 | (autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\ | 11533 | (autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\ |
| 11383 | Toggle Minibuffer Electric Default mode | 11534 | Toggle Minibuffer Electric Default mode. |
| 11384 | When active, minibuffer prompts that show a default value only show the | 11535 | When active, minibuffer prompts that show a default value only show the |
| 11385 | default when it's applicable -- that is, when hitting RET would yield | 11536 | default when it's applicable -- that is, when hitting RET would yield |
| 11386 | the default value. If the user modifies the input such that hitting RET | 11537 | the default value. If the user modifies the input such that hitting RET |
| @@ -11467,8 +11618,8 @@ Convert morse coded text in region to ordinary ASCII text." t nil) | |||
| 11467 | 11618 | ||
| 11468 | ;;;*** | 11619 | ;;;*** |
| 11469 | 11620 | ||
| 11470 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15235 | 11621 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15384 |
| 11471 | ;;;;;; 24850)) | 11622 | ;;;;;; 21743)) |
| 11472 | ;;; Generated autoloads from mouse-sel.el | 11623 | ;;; Generated autoloads from mouse-sel.el |
| 11473 | 11624 | ||
| 11474 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ | 11625 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ |
| @@ -11509,7 +11660,7 @@ primary selection and region." t nil) | |||
| 11509 | 11660 | ||
| 11510 | ;;;*** | 11661 | ;;;*** |
| 11511 | 11662 | ||
| 11512 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (14184 34750)) | 11663 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15394 64300)) |
| 11513 | ;;; Generated autoloads from play/mpuz.el | 11664 | ;;; Generated autoloads from play/mpuz.el |
| 11514 | 11665 | ||
| 11515 | (autoload (quote mpuz) "mpuz" "\ | 11666 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -11517,7 +11668,7 @@ Multiplication puzzle with GNU Emacs." t nil) | |||
| 11517 | 11668 | ||
| 11518 | ;;;*** | 11669 | ;;;*** |
| 11519 | 11670 | ||
| 11520 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (15192 12215)) | 11671 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (15394 64298)) |
| 11521 | ;;; Generated autoloads from msb.el | 11672 | ;;; Generated autoloads from msb.el |
| 11522 | 11673 | ||
| 11523 | (defvar msb-mode nil "\ | 11674 | (defvar msb-mode nil "\ |
| @@ -11543,7 +11694,7 @@ different buffer menu using the function `msb'." t nil) | |||
| 11543 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly | 11694 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly |
| 11544 | ;;;;;; describe-coding-system describe-char-after describe-character-set | 11695 | ;;;;;; describe-coding-system describe-char-after describe-character-set |
| 11545 | ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" | 11696 | ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" |
| 11546 | ;;;;;; "international/mule-diag.el" (15292 25972)) | 11697 | ;;;;;; "international/mule-diag.el" (15394 64299)) |
| 11547 | ;;; Generated autoloads from international/mule-diag.el | 11698 | ;;; Generated autoloads from international/mule-diag.el |
| 11548 | 11699 | ||
| 11549 | (autoload (quote list-character-sets) "mule-diag" "\ | 11700 | (autoload (quote list-character-sets) "mule-diag" "\ |
| @@ -11670,7 +11821,7 @@ The file is saved in the directory `data-directory'." nil nil) | |||
| 11670 | ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic | 11821 | ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic |
| 11671 | ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width | 11822 | ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width |
| 11672 | ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" | 11823 | ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" |
| 11673 | ;;;;;; (15192 12232)) | 11824 | ;;;;;; (15391 40439)) |
| 11674 | ;;; Generated autoloads from international/mule-util.el | 11825 | ;;; Generated autoloads from international/mule-util.el |
| 11675 | 11826 | ||
| 11676 | (autoload (quote string-to-sequence) "mule-util" "\ | 11827 | (autoload (quote string-to-sequence) "mule-util" "\ |
| @@ -11678,10 +11829,10 @@ Convert STRING to a sequence of TYPE which contains characters in STRING. | |||
| 11678 | TYPE should be `list' or `vector'." nil nil) | 11829 | TYPE should be `list' or `vector'." nil nil) |
| 11679 | 11830 | ||
| 11680 | (defsubst string-to-list (string) "\ | 11831 | (defsubst string-to-list (string) "\ |
| 11681 | Return a list of characters in STRING." (string-to-sequence string (quote list))) | 11832 | Return a list of characters in STRING." (append string nil)) |
| 11682 | 11833 | ||
| 11683 | (defsubst string-to-vector (string) "\ | 11834 | (defsubst string-to-vector (string) "\ |
| 11684 | Return a vector of characters in STRING." (string-to-sequence string (quote vector))) | 11835 | Return a vector of characters in STRING." (vconcat string)) |
| 11685 | 11836 | ||
| 11686 | (autoload (quote store-substring) "mule-util" "\ | 11837 | (autoload (quote store-substring) "mule-util" "\ |
| 11687 | Embed OBJ (string or character) at index IDX of STRING." nil nil) | 11838 | Embed OBJ (string or character) at index IDX of STRING." nil nil) |
| @@ -11738,16 +11889,16 @@ Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil | |||
| 11738 | Return the string indicating end-of-line format of CODING-SYSTEM." nil nil) | 11889 | Return the string indicating end-of-line format of CODING-SYSTEM." nil nil) |
| 11739 | 11890 | ||
| 11740 | (autoload (quote coding-system-post-read-conversion) "mule-util" "\ | 11891 | (autoload (quote coding-system-post-read-conversion) "mule-util" "\ |
| 11741 | Return the value of CODING-SYSTEM's post-read-conversion property." nil nil) | 11892 | Return the value of CODING-SYSTEM's `post-read-conversion' property." nil nil) |
| 11742 | 11893 | ||
| 11743 | (autoload (quote coding-system-pre-write-conversion) "mule-util" "\ | 11894 | (autoload (quote coding-system-pre-write-conversion) "mule-util" "\ |
| 11744 | Return the value of CODING-SYSTEM's pre-write-conversion property." nil nil) | 11895 | Return the value of CODING-SYSTEM's `pre-write-conversion' property." nil nil) |
| 11745 | 11896 | ||
| 11746 | (autoload (quote coding-system-translation-table-for-decode) "mule-util" "\ | 11897 | (autoload (quote coding-system-translation-table-for-decode) "mule-util" "\ |
| 11747 | Return the value of CODING-SYSTEM's translation-table-for-decode property." nil nil) | 11898 | Return the value of CODING-SYSTEM's `translation-table-for-decode' property." nil nil) |
| 11748 | 11899 | ||
| 11749 | (autoload (quote coding-system-translation-table-for-encode) "mule-util" "\ | 11900 | (autoload (quote coding-system-translation-table-for-encode) "mule-util" "\ |
| 11750 | Return the value of CODING-SYSTEM's translation-table-for-encode property." nil nil) | 11901 | Return the value of CODING-SYSTEM's `translation-table-for-encode' property." nil nil) |
| 11751 | 11902 | ||
| 11752 | (autoload (quote coding-system-equal) "mule-util" "\ | 11903 | (autoload (quote coding-system-equal) "mule-util" "\ |
| 11753 | Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical. | 11904 | Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical. |
| @@ -11767,7 +11918,7 @@ language environment LANG-ENV." nil nil) | |||
| 11767 | ;;;*** | 11918 | ;;;*** |
| 11768 | 11919 | ||
| 11769 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 11920 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 11770 | ;;;;;; (15205 21902)) | 11921 | ;;;;;; (15358 31083)) |
| 11771 | ;;; Generated autoloads from mwheel.el | 11922 | ;;; Generated autoloads from mwheel.el |
| 11772 | 11923 | ||
| 11773 | (defvar mouse-wheel-mode nil "\ | 11924 | (defvar mouse-wheel-mode nil "\ |
| @@ -11793,7 +11944,7 @@ Enable mouse wheel support." nil nil) | |||
| 11793 | ;;;### (autoloads (network-connection network-connection-to-service | 11944 | ;;;### (autoloads (network-connection network-connection-to-service |
| 11794 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host | 11945 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host |
| 11795 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" | 11946 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" |
| 11796 | ;;;;;; (15192 12237)) | 11947 | ;;;;;; (15358 31086)) |
| 11797 | ;;; Generated autoloads from net/net-utils.el | 11948 | ;;; Generated autoloads from net/net-utils.el |
| 11798 | 11949 | ||
| 11799 | (autoload (quote traceroute) "net-utils" "\ | 11950 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -11852,7 +12003,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 11852 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 12003 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 11853 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 12004 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 11854 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 12005 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 11855 | ;;;;;; "newcomment.el" (15306 37163)) | 12006 | ;;;;;; "newcomment.el" (15391 40438)) |
| 11856 | ;;; Generated autoloads from newcomment.el | 12007 | ;;; Generated autoloads from newcomment.el |
| 11857 | 12008 | ||
| 11858 | (defalias (quote indent-for-comment) (quote comment-indent)) | 12009 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -11986,7 +12137,7 @@ symbol in the alist." nil nil) | |||
| 11986 | ;;;*** | 12137 | ;;;*** |
| 11987 | 12138 | ||
| 11988 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 12139 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 11989 | ;;;;;; (15185 36003)) | 12140 | ;;;;;; (15394 64299)) |
| 11990 | ;;; Generated autoloads from gnus/nnfolder.el | 12141 | ;;; Generated autoloads from gnus/nnfolder.el |
| 11991 | 12142 | ||
| 11992 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 12143 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -12098,7 +12249,7 @@ startup file, `~/.emacs-octave'." t nil) | |||
| 12098 | ;;;*** | 12249 | ;;;*** |
| 12099 | 12250 | ||
| 12100 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 12251 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 12101 | ;;;;;; (14535 49117)) | 12252 | ;;;;;; (15394 64300)) |
| 12102 | ;;; Generated autoloads from progmodes/octave-mod.el | 12253 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 12103 | 12254 | ||
| 12104 | (autoload (quote octave-mode) "octave-mod" "\ | 12255 | (autoload (quote octave-mode) "octave-mod" "\ |
| @@ -12154,7 +12305,7 @@ octave-continuation-string | |||
| 12154 | Default is a backslash. | 12305 | Default is a backslash. |
| 12155 | 12306 | ||
| 12156 | octave-mode-startup-message | 12307 | octave-mode-startup-message |
| 12157 | Nil means do not display the Octave mode startup message. | 12308 | nil means do not display the Octave mode startup message. |
| 12158 | Default is t. | 12309 | Default is t. |
| 12159 | 12310 | ||
| 12160 | octave-send-echo-input | 12311 | octave-send-echo-input |
| @@ -12213,7 +12364,7 @@ The Custom feature is intended to make this obsolete." t nil) | |||
| 12213 | ;;;*** | 12364 | ;;;*** |
| 12214 | 12365 | ||
| 12215 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" | 12366 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" |
| 12216 | ;;;;;; (15265 49062)) | 12367 | ;;;;;; (15384 21747)) |
| 12217 | ;;; Generated autoloads from textmodes/outline.el | 12368 | ;;; Generated autoloads from textmodes/outline.el |
| 12218 | 12369 | ||
| 12219 | (autoload (quote outline-mode) "outline" "\ | 12370 | (autoload (quote outline-mode) "outline" "\ |
| @@ -12263,7 +12414,7 @@ See the command `outline-mode' for more information on this mode." t nil) | |||
| 12263 | 12414 | ||
| 12264 | ;;;*** | 12415 | ;;;*** |
| 12265 | 12416 | ||
| 12266 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15309 13359)) | 12417 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15336 49893)) |
| 12267 | ;;; Generated autoloads from paren.el | 12418 | ;;; Generated autoloads from paren.el |
| 12268 | 12419 | ||
| 12269 | (defvar show-paren-mode nil "\ | 12420 | (defvar show-paren-mode nil "\ |
| @@ -12354,7 +12505,7 @@ C-Escape does list-buffers." t nil) | |||
| 12354 | ;;;*** | 12505 | ;;;*** |
| 12355 | 12506 | ||
| 12356 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 12507 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 12357 | ;;;;;; "emulation/pc-select.el" (15192 12224)) | 12508 | ;;;;;; "emulation/pc-select.el" (15358 31086)) |
| 12358 | ;;; Generated autoloads from emulation/pc-select.el | 12509 | ;;; Generated autoloads from emulation/pc-select.el |
| 12359 | 12510 | ||
| 12360 | (autoload (quote pc-selection-mode) "pc-select" "\ | 12511 | (autoload (quote pc-selection-mode) "pc-select" "\ |
| @@ -12373,9 +12524,9 @@ S-C-LEFT and S-C-RIGHT move back or forward one word, leaving the mark behind. | |||
| 12373 | 12524 | ||
| 12374 | M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark. | 12525 | M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark. |
| 12375 | S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark | 12526 | S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark |
| 12376 | behind. To control wether these keys move word-wise or sexp-wise set the | 12527 | behind. To control whether these keys move word-wise or sexp-wise set the |
| 12377 | variable pc-select-meta-moves-sexps after loading pc-select.el but before | 12528 | variable `pc-select-meta-moves-sexps' after loading pc-select.el but before |
| 12378 | turning pc-selection-mode on. | 12529 | turning `pc-selection-mode' on. |
| 12379 | 12530 | ||
| 12380 | C-DOWN and C-UP move back or forward a paragraph, disabling the mark. | 12531 | C-DOWN and C-UP move back or forward a paragraph, disabling the mark. |
| 12381 | S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind. | 12532 | S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind. |
| @@ -12396,16 +12547,16 @@ S-INSERT yanks text from the kill ring (`yank'). | |||
| 12396 | C-INSERT copies the region into the kill ring (`copy-region-as-kill'). | 12547 | C-INSERT copies the region into the kill ring (`copy-region-as-kill'). |
| 12397 | 12548 | ||
| 12398 | In addition, certain other PC bindings are imitated (to avoid this, set | 12549 | In addition, certain other PC bindings are imitated (to avoid this, set |
| 12399 | the variable pc-select-selection-keys-only to t after loading pc-select.el | 12550 | the variable `pc-select-selection-keys-only' to t after loading pc-select.el |
| 12400 | but before calling pc-selection-mode): | 12551 | but before calling `pc-selection-mode'): |
| 12401 | 12552 | ||
| 12402 | F6 other-window | 12553 | F6 `other-window' |
| 12403 | DELETE delete-char | 12554 | DELETE `delete-char' |
| 12404 | C-DELETE kill-line | 12555 | C-DELETE `kill-line' |
| 12405 | M-DELETE kill-word | 12556 | M-DELETE `kill-word' |
| 12406 | C-M-DELETE kill-sexp | 12557 | C-M-DELETE `kill-sexp' |
| 12407 | C-BACKSPACE backward-kill-word | 12558 | C-BACKSPACE `backward-kill-word' |
| 12408 | M-BACKSPACE undo" t nil) | 12559 | M-BACKSPACE `undo'" t nil) |
| 12409 | 12560 | ||
| 12410 | (defvar pc-selection-mode nil "\ | 12561 | (defvar pc-selection-mode nil "\ |
| 12411 | Toggle PC Selection mode. | 12562 | Toggle PC Selection mode. |
| @@ -12553,7 +12704,7 @@ Setup shell-mode to use pcomplete." nil nil) | |||
| 12553 | 12704 | ||
| 12554 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 12705 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 12555 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 12706 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 12556 | ;;;;;; "pcvs.el" (15279 8859)) | 12707 | ;;;;;; "pcvs.el" (15394 64298)) |
| 12557 | ;;; Generated autoloads from pcvs.el | 12708 | ;;; Generated autoloads from pcvs.el |
| 12558 | 12709 | ||
| 12559 | (autoload (quote cvs-checkout) "pcvs" "\ | 12710 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -12603,7 +12754,7 @@ Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.") | |||
| 12603 | 12754 | ||
| 12604 | (defvar cvs-dired-use-hook (quote (4)) "\ | 12755 | (defvar cvs-dired-use-hook (quote (4)) "\ |
| 12605 | Whether or not opening a CVS directory should run PCL-CVS. | 12756 | Whether or not opening a CVS directory should run PCL-CVS. |
| 12606 | NIL means never do it. | 12757 | nil means never do it. |
| 12607 | ALWAYS means to always do it unless a prefix argument is given to the | 12758 | ALWAYS means to always do it unless a prefix argument is given to the |
| 12608 | command that prompted the opening of the directory. | 12759 | command that prompted the opening of the directory. |
| 12609 | Anything else means to do it only if the prefix arg is equal to this value.") | 12760 | Anything else means to do it only if the prefix arg is equal to this value.") |
| @@ -12614,7 +12765,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 12614 | 12765 | ||
| 12615 | ;;;*** | 12766 | ;;;*** |
| 12616 | 12767 | ||
| 12617 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15192 12216)) | 12768 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15394 64298)) |
| 12618 | ;;; Generated autoloads from pcvs-defs.el | 12769 | ;;; Generated autoloads from pcvs-defs.el |
| 12619 | 12770 | ||
| 12620 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) | 12771 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) |
| @@ -12622,7 +12773,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 12622 | ;;;*** | 12773 | ;;;*** |
| 12623 | 12774 | ||
| 12624 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 12775 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 12625 | ;;;;;; (15297 22180)) | 12776 | ;;;;;; (15358 31086)) |
| 12626 | ;;; Generated autoloads from progmodes/perl-mode.el | 12777 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 12627 | 12778 | ||
| 12628 | (autoload (quote perl-mode) "perl-mode" "\ | 12779 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -12676,7 +12827,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil) | |||
| 12676 | ;;;*** | 12827 | ;;;*** |
| 12677 | 12828 | ||
| 12678 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 12829 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 12679 | ;;;;;; (15306 37172)) | 12830 | ;;;;;; (15384 21747)) |
| 12680 | ;;; Generated autoloads from textmodes/picture.el | 12831 | ;;; Generated autoloads from textmodes/picture.el |
| 12681 | 12832 | ||
| 12682 | (autoload (quote picture-mode) "picture" "\ | 12833 | (autoload (quote picture-mode) "picture" "\ |
| @@ -12808,49 +12959,9 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 12808 | 12959 | ||
| 12809 | ;;;*** | 12960 | ;;;*** |
| 12810 | 12961 | ||
| 12811 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (15192 | 12962 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15349 7598)) |
| 12812 | ;;;;;; 12245)) | ||
| 12813 | ;;; Generated autoloads from progmodes/ps-mode.el | 12963 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 12814 | 12964 | (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t) | |
| 12815 | (autoload (quote ps-mode) "ps-mode" "\ | ||
| 12816 | Major mode for editing PostScript with GNU Emacs. | ||
| 12817 | |||
| 12818 | Entry to this mode calls `ps-mode-hook'. | ||
| 12819 | |||
| 12820 | The following variables hold user options, and can | ||
| 12821 | be set through the `customize' command: | ||
| 12822 | |||
| 12823 | ps-mode-auto-indent | ||
| 12824 | ps-mode-tab | ||
| 12825 | ps-mode-paper-size | ||
| 12826 | ps-mode-print-function | ||
| 12827 | ps-run-prompt | ||
| 12828 | ps-run-font-lock-keywords-2 | ||
| 12829 | ps-run-x | ||
| 12830 | ps-run-dumb | ||
| 12831 | ps-run-init | ||
| 12832 | ps-run-error-line-numbers | ||
| 12833 | ps-run-tmp-dir | ||
| 12834 | |||
| 12835 | Type \\[describe-variable] for documentation on these options. | ||
| 12836 | |||
| 12837 | |||
| 12838 | \\{ps-mode-map} | ||
| 12839 | |||
| 12840 | |||
| 12841 | When starting an interactive PostScript process with \\[ps-run-start], | ||
| 12842 | a second window will be displayed, and `ps-run-mode-hook' will be called. | ||
| 12843 | The keymap for this second window is: | ||
| 12844 | |||
| 12845 | \\{ps-run-mode-map} | ||
| 12846 | |||
| 12847 | |||
| 12848 | When Ghostscript encounters an error it displays an error message | ||
| 12849 | with a file position. Clicking mouse-2 on this number will bring | ||
| 12850 | point to the corresponding spot in the PostScript window, if input | ||
| 12851 | to the interpreter was sent from that window. | ||
| 12852 | Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect. | ||
| 12853 | " t nil) | ||
| 12854 | 12965 | ||
| 12855 | ;;;*** | 12966 | ;;;*** |
| 12856 | 12967 | ||
| @@ -13105,7 +13216,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil) | |||
| 13105 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 13216 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 13106 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 13217 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 13107 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 13218 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 13108 | ;;;;;; "international/quail.el" (15255 11737)) | 13219 | ;;;;;; "international/quail.el" (15391 40439)) |
| 13109 | ;;; Generated autoloads from international/quail.el | 13220 | ;;; Generated autoloads from international/quail.el |
| 13110 | 13221 | ||
| 13111 | (autoload (quote quail-title) "quail" "\ | 13222 | (autoload (quote quail-title) "quail" "\ |
| @@ -13381,7 +13492,7 @@ See \\[compile]." t nil) | |||
| 13381 | ;;;*** | 13492 | ;;;*** |
| 13382 | 13493 | ||
| 13383 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 13494 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 13384 | ;;;;;; (15192 12223)) | 13495 | ;;;;;; (15358 31086)) |
| 13385 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 13496 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 13386 | 13497 | ||
| 13387 | (autoload (quote re-builder) "re-builder" "\ | 13498 | (autoload (quote re-builder) "re-builder" "\ |
| @@ -13391,7 +13502,7 @@ Call up the RE Builder for the current window." t nil) | |||
| 13391 | 13502 | ||
| 13392 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 13503 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
| 13393 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 13504 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
| 13394 | ;;;;;; "recentf.el" (15210 48798)) | 13505 | ;;;;;; "recentf.el" (15394 64298)) |
| 13395 | ;;; Generated autoloads from recentf.el | 13506 | ;;; Generated autoloads from recentf.el |
| 13396 | 13507 | ||
| 13397 | (autoload (quote recentf-save-list) "recentf" "\ | 13508 | (autoload (quote recentf-save-list) "recentf" "\ |
| @@ -13435,15 +13546,13 @@ were operated on recently." t nil) | |||
| 13435 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 13546 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 13436 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 13547 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 13437 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 13548 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 13438 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15292 | 13549 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15358 |
| 13439 | ;;;;;; 25968)) | 13550 | ;;;;;; 31083)) |
| 13440 | ;;; Generated autoloads from rect.el | 13551 | ;;; Generated autoloads from rect.el |
| 13441 | 13552 | ||
| 13442 | (autoload (quote move-to-column-force) "rect" "\ | 13553 | (autoload (quote move-to-column-force) "rect" "\ |
| 13443 | Move point to column COLUMN rigidly in the current line. | 13554 | Obsolete. Use `move-to-column'. |
| 13444 | If COLUMN is within a multi-column character, replace it by | 13555 | If COLUMN is within a multi-column character, replace it by spaces and tab. |
| 13445 | spaces and tab. | ||
| 13446 | |||
| 13447 | As for `move-to-column', passing anything but nil or t in FLAG will move to | 13556 | As for `move-to-column', passing anything but nil or t in FLAG will move to |
| 13448 | the desired column only if the line is long enough." nil nil) | 13557 | the desired column only if the line is long enough." nil nil) |
| 13449 | 13558 | ||
| @@ -13614,7 +13723,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 13614 | ;;;*** | 13723 | ;;;*** |
| 13615 | 13724 | ||
| 13616 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 13725 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 13617 | ;;;;;; (15192 12248)) | 13726 | ;;;;;; (15384 21747)) |
| 13618 | ;;; Generated autoloads from textmodes/reftex-index.el | 13727 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 13619 | 13728 | ||
| 13620 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 13729 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -13645,7 +13754,7 @@ Here are all local bindings. | |||
| 13645 | ;;;*** | 13754 | ;;;*** |
| 13646 | 13755 | ||
| 13647 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 13756 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 13648 | ;;;;;; (15192 12223)) | 13757 | ;;;;;; (15384 21745)) |
| 13649 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 13758 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 13650 | 13759 | ||
| 13651 | (autoload (quote regexp-opt) "regexp-opt" "\ | 13760 | (autoload (quote regexp-opt) "regexp-opt" "\ |
| @@ -13684,7 +13793,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil) | |||
| 13684 | ;;;*** | 13793 | ;;;*** |
| 13685 | 13794 | ||
| 13686 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 13795 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 13687 | ;;;;;; (15192 12235)) | 13796 | ;;;;;; (15358 31086)) |
| 13688 | ;;; Generated autoloads from mail/reporter.el | 13797 | ;;; Generated autoloads from mail/reporter.el |
| 13689 | 13798 | ||
| 13690 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 13799 | (autoload (quote reporter-submit-bug-report) "reporter" "\ |
| @@ -13707,14 +13816,14 @@ This function prompts for a summary if `reporter-prompt-for-summary-p' | |||
| 13707 | is non-nil. | 13816 | is non-nil. |
| 13708 | 13817 | ||
| 13709 | This function does not send a message; it uses the given information | 13818 | This function does not send a message; it uses the given information |
| 13710 | to initialize a a messagem, which the user can then edit and finally send | 13819 | to initialize a message, which the user can then edit and finally send |
| 13711 | \(or decline to send). The variable `mail-user-agent' controls which | 13820 | \(or decline to send). The variable `mail-user-agent' controls which |
| 13712 | mail-sending package is used for editing and sending the message." nil nil) | 13821 | mail-sending package is used for editing and sending the message." nil nil) |
| 13713 | 13822 | ||
| 13714 | ;;;*** | 13823 | ;;;*** |
| 13715 | 13824 | ||
| 13716 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 13825 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 13717 | ;;;;;; (13229 29317)) | 13826 | ;;;;;; (15384 21743)) |
| 13718 | ;;; Generated autoloads from reposition.el | 13827 | ;;; Generated autoloads from reposition.el |
| 13719 | 13828 | ||
| 13720 | (autoload (quote reposition-window) "reposition" "\ | 13829 | (autoload (quote reposition-window) "reposition" "\ |
| @@ -13748,9 +13857,41 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil) | |||
| 13748 | 13857 | ||
| 13749 | ;;;*** | 13858 | ;;;*** |
| 13750 | 13859 | ||
| 13860 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | ||
| 13861 | ;;;;;; (15369 56001)) | ||
| 13862 | ;;; Generated autoloads from reveal.el | ||
| 13863 | |||
| 13864 | (autoload (quote reveal-mode) "reveal" "\ | ||
| 13865 | Toggle Reveal mode on or off. | ||
| 13866 | Reveal mode renders invisible text around point visible again. | ||
| 13867 | |||
| 13868 | Interactively, with no prefix argument, toggle the mode. | ||
| 13869 | With universal prefix ARG (or if ARG is nil) turn mode on. | ||
| 13870 | With zero or negative ARG turn mode off." t nil) | ||
| 13871 | |||
| 13872 | (defvar global-reveal-mode nil "\ | ||
| 13873 | Non-nil if Global-Reveal mode is enabled. | ||
| 13874 | See the command `global-reveal-mode' for a description of this minor-mode. | ||
| 13875 | Setting this variable directly does not take effect; | ||
| 13876 | use either \\[customize] or the function `global-reveal-mode'.") | ||
| 13877 | |||
| 13878 | (custom-add-to-group (quote global-reveal) (quote global-reveal-mode) (quote custom-variable)) | ||
| 13879 | |||
| 13880 | (custom-add-load (quote global-reveal-mode) (quote reveal)) | ||
| 13881 | |||
| 13882 | (autoload (quote global-reveal-mode) "reveal" "\ | ||
| 13883 | Toggle Reveal mode in all buffers on or off. | ||
| 13884 | Reveal mode renders invisible text around point visible again. | ||
| 13885 | |||
| 13886 | Interactively, with no prefix argument, toggle the mode. | ||
| 13887 | With universal prefix ARG (or if ARG is nil) turn mode on. | ||
| 13888 | With zero or negative ARG turn mode off." t nil) | ||
| 13889 | |||
| 13890 | ;;;*** | ||
| 13891 | |||
| 13751 | ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties | 13892 | ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties |
| 13752 | ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" | 13893 | ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" |
| 13753 | ;;;;;; "rfn-eshadow.el" (15298 53573)) | 13894 | ;;;;;; "rfn-eshadow.el" (15384 21743)) |
| 13754 | ;;; Generated autoloads from rfn-eshadow.el | 13895 | ;;; Generated autoloads from rfn-eshadow.el |
| 13755 | 13896 | ||
| 13756 | (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ | 13897 | (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ |
| @@ -13776,7 +13917,7 @@ use either \\[customize] or the function `read-file-name-electric-shadow-mode'." | |||
| 13776 | (custom-add-load (quote read-file-name-electric-shadow-mode) (quote rfn-eshadow)) | 13917 | (custom-add-load (quote read-file-name-electric-shadow-mode) (quote rfn-eshadow)) |
| 13777 | 13918 | ||
| 13778 | (autoload (quote read-file-name-electric-shadow-mode) "rfn-eshadow" "\ | 13919 | (autoload (quote read-file-name-electric-shadow-mode) "rfn-eshadow" "\ |
| 13779 | Toggle Read-File-Name Electric Shadow mode | 13920 | Toggle Read-File-Name Electric Shadow mode. |
| 13780 | When active, any part of the a filename being read in the minibuffer | 13921 | When active, any part of the a filename being read in the minibuffer |
| 13781 | that would be ignored because the result is passed through | 13922 | that would be ignored because the result is passed through |
| 13782 | `substitute-in-file-name' is given the properties in | 13923 | `substitute-in-file-name' is given the properties in |
| @@ -13849,7 +13990,7 @@ variable." t nil) | |||
| 13849 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 13990 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 13850 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 13991 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 13851 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 13992 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 13852 | ;;;;;; "rmail" "mail/rmail.el" (15269 48090)) | 13993 | ;;;;;; "rmail" "mail/rmail.el" (15391 40440)) |
| 13853 | ;;; Generated autoloads from mail/rmail.el | 13994 | ;;; Generated autoloads from mail/rmail.el |
| 13854 | 13995 | ||
| 13855 | (defvar rmail-dont-reply-to-names nil "\ | 13996 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -13945,7 +14086,8 @@ It is called with no argument.") | |||
| 13945 | 14086 | ||
| 13946 | (defvar rmail-insert-mime-forwarded-message-function nil "\ | 14087 | (defvar rmail-insert-mime-forwarded-message-function nil "\ |
| 13947 | Function to insert a message in MIME format so it can be forwarded. | 14088 | Function to insert a message in MIME format so it can be forwarded. |
| 13948 | This function is called if `rmail-enable-mime' is non-nil. | 14089 | This function is called if `rmail-enable-mime' or |
| 14090 | `rmail-enable-mime-composing' is non-nil. | ||
| 13949 | It is called with one argument FORWARD-BUFFER, which is a | 14091 | It is called with one argument FORWARD-BUFFER, which is a |
| 13950 | buffer containing the message to forward. The current buffer | 14092 | buffer containing the message to forward. The current buffer |
| 13951 | is the outgoing mail buffer.") | 14093 | is the outgoing mail buffer.") |
| @@ -14206,7 +14348,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 14206 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 14348 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 14207 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 14349 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 14208 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 14350 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 14209 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15315 52173)) | 14351 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15391 40440)) |
| 14210 | ;;; Generated autoloads from mail/rmailsum.el | 14352 | ;;; Generated autoloads from mail/rmailsum.el |
| 14211 | 14353 | ||
| 14212 | (defvar rmail-summary-scroll-between-messages t "\ | 14354 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -14331,8 +14473,8 @@ This function is obsolete." t nil) | |||
| 14331 | 14473 | ||
| 14332 | ;;;*** | 14474 | ;;;*** |
| 14333 | 14475 | ||
| 14334 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15298 | 14476 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15391 |
| 14335 | ;;;;;; 59689)) | 14477 | ;;;;;; 40438)) |
| 14336 | ;;; Generated autoloads from ruler-mode.el | 14478 | ;;; Generated autoloads from ruler-mode.el |
| 14337 | 14479 | ||
| 14338 | (autoload (quote ruler-mode) "ruler-mode" "\ | 14480 | (autoload (quote ruler-mode) "ruler-mode" "\ |
| @@ -14661,8 +14803,8 @@ This mode is an extended emacs-lisp mode. | |||
| 14661 | 14803 | ||
| 14662 | ;;;*** | 14804 | ;;;*** |
| 14663 | 14805 | ||
| 14664 | ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15306 | 14806 | ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15394 |
| 14665 | ;;;;;; 37172)) | 14807 | ;;;;;; 64301)) |
| 14666 | ;;; Generated autoloads from textmodes/scribe.el | 14808 | ;;; Generated autoloads from textmodes/scribe.el |
| 14667 | 14809 | ||
| 14668 | (autoload (quote scribe-mode) "scribe" "\ | 14810 | (autoload (quote scribe-mode) "scribe" "\ |
| @@ -14708,7 +14850,7 @@ Toggle Scroll-All minor mode." t nil) | |||
| 14708 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function | 14850 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function |
| 14709 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind | 14851 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind |
| 14710 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 14852 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 14711 | ;;;;;; (15292 25972)) | 14853 | ;;;;;; (15323 13041)) |
| 14712 | ;;; Generated autoloads from mail/sendmail.el | 14854 | ;;; Generated autoloads from mail/sendmail.el |
| 14713 | 14855 | ||
| 14714 | (defvar mail-from-style (quote angles) "\ | 14856 | (defvar mail-from-style (quote angles) "\ |
| @@ -14874,7 +15016,7 @@ Like `mail' command, but display mail buffer in another frame." t nil) | |||
| 14874 | 15016 | ||
| 14875 | ;;;*** | 15017 | ;;;*** |
| 14876 | 15018 | ||
| 14877 | ;;;### (autoloads (server-start) "server" "server.el" (15260 28028)) | 15019 | ;;;### (autoloads (server-start) "server" "server.el" (15391 40438)) |
| 14878 | ;;; Generated autoloads from server.el | 15020 | ;;; Generated autoloads from server.el |
| 14879 | 15021 | ||
| 14880 | (autoload (quote server-start) "server" "\ | 15022 | (autoload (quote server-start) "server" "\ |
| @@ -14889,7 +15031,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil | |||
| 14889 | ;;;*** | 15031 | ;;;*** |
| 14890 | 15032 | ||
| 14891 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 15033 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 14892 | ;;;;;; (15317 28322)) | 15034 | ;;;;;; (15329 41961)) |
| 14893 | ;;; Generated autoloads from textmodes/sgml-mode.el | 15035 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 14894 | 15036 | ||
| 14895 | (autoload (quote sgml-mode) "sgml-mode" "\ | 15037 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -14951,7 +15093,7 @@ To work around that, do: | |||
| 14951 | ;;;*** | 15093 | ;;;*** |
| 14952 | 15094 | ||
| 14953 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 15095 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 14954 | ;;;;;; (15306 37171)) | 15096 | ;;;;;; (15391 40440)) |
| 14955 | ;;; Generated autoloads from progmodes/sh-script.el | 15097 | ;;; Generated autoloads from progmodes/sh-script.el |
| 14956 | 15098 | ||
| 14957 | (put (quote sh-mode) (quote mode-class) (quote special)) | 15099 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -15092,7 +15234,7 @@ Set up file shadowing." t nil) | |||
| 15092 | ;;;*** | 15234 | ;;;*** |
| 15093 | 15235 | ||
| 15094 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 15236 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 15095 | ;;;;;; (15186 41418)) | 15237 | ;;;;;; (15384 21743)) |
| 15096 | ;;; Generated autoloads from shell.el | 15238 | ;;; Generated autoloads from shell.el |
| 15097 | 15239 | ||
| 15098 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 15240 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -15134,8 +15276,8 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 15134 | 15276 | ||
| 15135 | ;;;*** | 15277 | ;;;*** |
| 15136 | 15278 | ||
| 15137 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15192 | 15279 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15394 |
| 15138 | ;;;;;; 12245)) | 15280 | ;;;;;; 64300)) |
| 15139 | ;;; Generated autoloads from progmodes/simula.el | 15281 | ;;; Generated autoloads from progmodes/simula.el |
| 15140 | 15282 | ||
| 15141 | (autoload (quote simula-mode) "simula" "\ | 15283 | (autoload (quote simula-mode) "simula" "\ |
| @@ -15300,8 +15442,8 @@ symmetrical ones, and the same character twice for the others." t nil) | |||
| 15300 | 15442 | ||
| 15301 | ;;;*** | 15443 | ;;;*** |
| 15302 | 15444 | ||
| 15303 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15209 | 15445 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15349 |
| 15304 | ;;;;;; 13374)) | 15446 | ;;;;;; 7597)) |
| 15305 | ;;; Generated autoloads from smerge-mode.el | 15447 | ;;; Generated autoloads from smerge-mode.el |
| 15306 | 15448 | ||
| 15307 | (autoload (quote smerge-mode) "smerge-mode" "\ | 15449 | (autoload (quote smerge-mode) "smerge-mode" "\ |
| @@ -15323,14 +15465,14 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 15323 | ;;;*** | 15465 | ;;;*** |
| 15324 | 15466 | ||
| 15325 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 15467 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 15326 | ;;;;;; (15311 55090)) | 15468 | ;;;;;; (15384 21746)) |
| 15327 | ;;; Generated autoloads from mail/smtpmail.el | 15469 | ;;; Generated autoloads from mail/smtpmail.el |
| 15328 | 15470 | ||
| 15329 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 15471 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| 15330 | 15472 | ||
| 15331 | ;;;*** | 15473 | ;;;*** |
| 15332 | 15474 | ||
| 15333 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15292 25972)) | 15475 | ;;;### (autoloads (snake) "snake" "play/snake.el" (15384 21747)) |
| 15334 | ;;; Generated autoloads from play/snake.el | 15476 | ;;; Generated autoloads from play/snake.el |
| 15335 | 15477 | ||
| 15336 | (autoload (quote snake) "snake" "\ | 15478 | (autoload (quote snake) "snake" "\ |
| @@ -15381,7 +15523,7 @@ then `snmpv2-mode-hook'." t nil) | |||
| 15381 | 15523 | ||
| 15382 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 15524 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 15383 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 15525 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 15384 | ;;;;;; "solar" "calendar/solar.el" (15192 12221)) | 15526 | ;;;;;; "solar" "calendar/solar.el" (15349 7597)) |
| 15385 | ;;; Generated autoloads from calendar/solar.el | 15527 | ;;; Generated autoloads from calendar/solar.el |
| 15386 | 15528 | ||
| 15387 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 15529 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -15639,7 +15781,7 @@ From a program takes two point or marker arguments, BEG and END." t nil) | |||
| 15639 | ;;;*** | 15781 | ;;;*** |
| 15640 | 15782 | ||
| 15641 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 15783 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 15642 | ;;;;;; "speedbar.el" (15192 12218)) | 15784 | ;;;;;; "speedbar.el" (15384 21744)) |
| 15643 | ;;; Generated autoloads from speedbar.el | 15785 | ;;; Generated autoloads from speedbar.el |
| 15644 | 15786 | ||
| 15645 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 15787 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -15702,7 +15844,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil) | |||
| 15702 | 15844 | ||
| 15703 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres | 15845 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres |
| 15704 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode | 15846 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode |
| 15705 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15234 3951)) | 15847 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15349 7598)) |
| 15706 | ;;; Generated autoloads from progmodes/sql.el | 15848 | ;;; Generated autoloads from progmodes/sql.el |
| 15707 | 15849 | ||
| 15708 | (autoload (quote sql-help) "sql" "\ | 15850 | (autoload (quote sql-help) "sql" "\ |
| @@ -15714,10 +15856,10 @@ usually named `*SQL*'. The name of the major mode is SQLi. | |||
| 15714 | Use the following commands to start a specific SQL interpreter: | 15856 | Use the following commands to start a specific SQL interpreter: |
| 15715 | 15857 | ||
| 15716 | PostGres: \\[sql-postgres] | 15858 | PostGres: \\[sql-postgres] |
| 15859 | MySQL: \\[sql-mysql] | ||
| 15717 | 15860 | ||
| 15718 | Other non-free SQL implementations are also supported: | 15861 | Other non-free SQL implementations are also supported: |
| 15719 | 15862 | ||
| 15720 | MySQL: \\[sql-mysql] | ||
| 15721 | Solid: \\[sql-solid] | 15863 | Solid: \\[sql-solid] |
| 15722 | Oracle: \\[sql-oracle] | 15864 | Oracle: \\[sql-oracle] |
| 15723 | Informix: \\[sql-informix] | 15865 | Informix: \\[sql-informix] |
| @@ -15760,7 +15902,15 @@ determine where the strings should be sent to. You can set the | |||
| 15760 | value of `sql-buffer' using \\[sql-set-sqli-buffer]. | 15902 | value of `sql-buffer' using \\[sql-set-sqli-buffer]. |
| 15761 | 15903 | ||
| 15762 | For information on how to create multiple SQLi buffers, see | 15904 | For information on how to create multiple SQLi buffers, see |
| 15763 | `sql-interactive-mode'." t nil) | 15905 | `sql-interactive-mode'. |
| 15906 | |||
| 15907 | Note that SQL doesn't have an escape character unless you specify | ||
| 15908 | one. If you specify backslash as escape character in SQL, | ||
| 15909 | you must tell Emacs. Here's how to do that in your `~/.emacs' file: | ||
| 15910 | |||
| 15911 | \(add-hook 'sql-mode-hook | ||
| 15912 | (lambda () | ||
| 15913 | (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))" t nil) | ||
| 15764 | 15914 | ||
| 15765 | (autoload (quote sql-oracle) "sql" "\ | 15915 | (autoload (quote sql-oracle) "sql" "\ |
| 15766 | Run sqlplus by Oracle as an inferior process. | 15916 | Run sqlplus by Oracle as an inferior process. |
| @@ -15835,8 +15985,7 @@ The default comes from `process-coding-system-alist' and | |||
| 15835 | (autoload (quote sql-mysql) "sql" "\ | 15985 | (autoload (quote sql-mysql) "sql" "\ |
| 15836 | Run mysql by TcX as an inferior process. | 15986 | Run mysql by TcX as an inferior process. |
| 15837 | 15987 | ||
| 15838 | Note that the widespread idea that mysql is free software is inaccurate; | 15988 | Mysql versions 3.23 and up are free software. |
| 15839 | its license is too restrictive. We urge you to use PostGres instead. | ||
| 15840 | 15989 | ||
| 15841 | If buffer `*SQL*' exists but no process is running, make a new process. | 15990 | If buffer `*SQL*' exists but no process is running, make a new process. |
| 15842 | If buffer exists and a process is running, just switch to buffer | 15991 | If buffer exists and a process is running, just switch to buffer |
| @@ -16013,7 +16162,7 @@ The default comes from `process-coding-system-alist' and | |||
| 16013 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 16162 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 16014 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 16163 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 16015 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" | 16164 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" |
| 16016 | ;;;;;; (14789 50514)) | 16165 | ;;;;;; (15384 21744)) |
| 16017 | ;;; Generated autoloads from strokes.el | 16166 | ;;; Generated autoloads from strokes.el |
| 16018 | 16167 | ||
| 16019 | (defvar strokes-mode nil "\ | 16168 | (defvar strokes-mode nil "\ |
| @@ -16104,20 +16253,23 @@ Read a complex stroke and insert its glyph into the current buffer." t nil) | |||
| 16104 | 16253 | ||
| 16105 | ;;;*** | 16254 | ;;;*** |
| 16106 | 16255 | ||
| 16107 | ;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el" | 16256 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 16108 | ;;;;;; (15223 37897)) | 16257 | ;;;;;; "studly" "play/studly.el" (15384 21747)) |
| 16109 | ;;; Generated autoloads from play/studly.el | 16258 | ;;; Generated autoloads from play/studly.el |
| 16110 | 16259 | ||
| 16111 | (autoload (quote studlify-region) "studly" "\ | 16260 | (autoload (quote studlify-region) "studly" "\ |
| 16112 | Studlify-case the region" t nil) | 16261 | Studlify-case the region." t nil) |
| 16113 | 16262 | ||
| 16114 | (autoload (quote studlify-word) "studly" "\ | 16263 | (autoload (quote studlify-word) "studly" "\ |
| 16115 | Studlify-case the current word, or COUNT words if given an argument" t nil) | 16264 | Studlify-case the current word, or COUNT words if given an argument." t nil) |
| 16265 | |||
| 16266 | (autoload (quote studlify-buffer) "studly" "\ | ||
| 16267 | Studlify-case the current buffer." t nil) | ||
| 16116 | 16268 | ||
| 16117 | ;;;*** | 16269 | ;;;*** |
| 16118 | 16270 | ||
| 16119 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 16271 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 16120 | ;;;;;; (15192 12236)) | 16272 | ;;;;;; (15394 64300)) |
| 16121 | ;;; Generated autoloads from mail/supercite.el | 16273 | ;;; Generated autoloads from mail/supercite.el |
| 16122 | 16274 | ||
| 16123 | (autoload (quote sc-cite-original) "supercite" "\ | 16275 | (autoload (quote sc-cite-original) "supercite" "\ |
| @@ -16146,8 +16298,8 @@ before, and `sc-post-hook' is run after the guts of this function." nil nil) | |||
| 16146 | 16298 | ||
| 16147 | ;;;*** | 16299 | ;;;*** |
| 16148 | 16300 | ||
| 16149 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15306 | 16301 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15384 |
| 16150 | ;;;;;; 37167)) | 16302 | ;;;;;; 21745)) |
| 16151 | ;;; Generated autoloads from emacs-lisp/syntax.el | 16303 | ;;; Generated autoloads from emacs-lisp/syntax.el |
| 16152 | 16304 | ||
| 16153 | (autoload (quote syntax-ppss) "syntax" "\ | 16305 | (autoload (quote syntax-ppss) "syntax" "\ |
| @@ -16189,7 +16341,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) | |||
| 16189 | 16341 | ||
| 16190 | ;;;*** | 16342 | ;;;*** |
| 16191 | 16343 | ||
| 16192 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15292 25969)) | 16344 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15358 31084)) |
| 16193 | ;;; Generated autoloads from tar-mode.el | 16345 | ;;; Generated autoloads from tar-mode.el |
| 16194 | 16346 | ||
| 16195 | (autoload (quote tar-mode) "tar-mode" "\ | 16347 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -16206,7 +16358,7 @@ saved back into the tar-file buffer; in this way you can edit a file | |||
| 16206 | inside of a tar archive without extracting it and re-archiving it. | 16358 | inside of a tar archive without extracting it and re-archiving it. |
| 16207 | 16359 | ||
| 16208 | See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | 16360 | See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. |
| 16209 | \\{tar-mode-map}" nil nil) | 16361 | \\{tar-mode-map}" t nil) |
| 16210 | 16362 | ||
| 16211 | ;;;*** | 16363 | ;;;*** |
| 16212 | 16364 | ||
| @@ -16279,8 +16431,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil) | |||
| 16279 | 16431 | ||
| 16280 | ;;;*** | 16432 | ;;;*** |
| 16281 | 16433 | ||
| 16282 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15192 | 16434 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15394 |
| 16283 | ;;;;;; 12218)) | 16435 | ;;;;;; 64298)) |
| 16284 | ;;; Generated autoloads from term.el | 16436 | ;;; Generated autoloads from term.el |
| 16285 | 16437 | ||
| 16286 | (autoload (quote make-term) "term" "\ | 16438 | (autoload (quote make-term) "term" "\ |
| @@ -16298,8 +16450,8 @@ Start a terminal-emulator in a new buffer." t nil) | |||
| 16298 | 16450 | ||
| 16299 | ;;;*** | 16451 | ;;;*** |
| 16300 | 16452 | ||
| 16301 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15192 | 16453 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15394 |
| 16302 | ;;;;;; 12218)) | 16454 | ;;;;;; 64298)) |
| 16303 | ;;; Generated autoloads from terminal.el | 16455 | ;;; Generated autoloads from terminal.el |
| 16304 | 16456 | ||
| 16305 | (autoload (quote terminal-emulator) "terminal" "\ | 16457 | (autoload (quote terminal-emulator) "terminal" "\ |
| @@ -16333,7 +16485,7 @@ subprocess started." t nil) | |||
| 16333 | 16485 | ||
| 16334 | ;;;*** | 16486 | ;;;*** |
| 16335 | 16487 | ||
| 16336 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15292 25972)) | 16488 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15384 21747)) |
| 16337 | ;;; Generated autoloads from play/tetris.el | 16489 | ;;; Generated autoloads from play/tetris.el |
| 16338 | 16490 | ||
| 16339 | (autoload (quote tetris) "tetris" "\ | 16491 | (autoload (quote tetris) "tetris" "\ |
| @@ -16612,7 +16764,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 16612 | ;;;*** | 16764 | ;;;*** |
| 16613 | 16765 | ||
| 16614 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 16766 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 16615 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15192 12249)) | 16767 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15322 52028)) |
| 16616 | ;;; Generated autoloads from textmodes/texinfmt.el | 16768 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 16617 | 16769 | ||
| 16618 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 16770 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -16726,7 +16878,7 @@ value of `texinfo-mode-hook'." t nil) | |||
| 16726 | 16878 | ||
| 16727 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion | 16879 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion |
| 16728 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) | 16880 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) |
| 16729 | ;;;;;; "thai-util" "language/thai-util.el" (15192 12234)) | 16881 | ;;;;;; "thai-util" "language/thai-util.el" (15384 21746)) |
| 16730 | ;;; Generated autoloads from language/thai-util.el | 16882 | ;;; Generated autoloads from language/thai-util.el |
| 16731 | 16883 | ||
| 16732 | (autoload (quote thai-compose-region) "thai-util" "\ | 16884 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -16941,7 +17093,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil) | |||
| 16941 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 17093 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 16942 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 17094 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 16943 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 17095 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 16944 | ;;;;;; (15122 26745)) | 17096 | ;;;;;; (15332 4541)) |
| 16945 | ;;; Generated autoloads from calendar/timeclock.el | 17097 | ;;; Generated autoloads from calendar/timeclock.el |
| 16946 | 17098 | ||
| 16947 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 17099 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -17098,7 +17250,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil | |||
| 17098 | ;;;*** | 17250 | ;;;*** |
| 17099 | 17251 | ||
| 17100 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 17252 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 17101 | ;;;;;; "tmm.el" (15122 26744)) | 17253 | ;;;;;; "tmm.el" (15384 21744)) |
| 17102 | ;;; Generated autoloads from tmm.el | 17254 | ;;; Generated autoloads from tmm.el |
| 17103 | (define-key global-map "\M-`" 'tmm-menubar) | 17255 | (define-key global-map "\M-`" 'tmm-menubar) |
| 17104 | (define-key global-map [f10] 'tmm-menubar) | 17256 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -17133,7 +17285,7 @@ Its value should be an event that has a binding in MENU." nil nil) | |||
| 17133 | 17285 | ||
| 17134 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 17286 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 17135 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 17287 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 17136 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (15192 12221)) | 17288 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (15384 21745)) |
| 17137 | ;;; Generated autoloads from calendar/todo-mode.el | 17289 | ;;; Generated autoloads from calendar/todo-mode.el |
| 17138 | 17290 | ||
| 17139 | (autoload (quote todo-add-category) "todo-mode" "\ | 17291 | (autoload (quote todo-add-category) "todo-mode" "\ |
| @@ -17227,7 +17379,7 @@ function." nil nil) | |||
| 17227 | ;;;*** | 17379 | ;;;*** |
| 17228 | 17380 | ||
| 17229 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 17381 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
| 17230 | ;;;;;; (15317 28321)) | 17382 | ;;;;;; (15332 8799)) |
| 17231 | ;;; Generated autoloads from tooltip.el | 17383 | ;;; Generated autoloads from tooltip.el |
| 17232 | 17384 | ||
| 17233 | (autoload (quote tooltip-mode) "tooltip" "\ | 17385 | (autoload (quote tooltip-mode) "tooltip" "\ |
| @@ -17501,6 +17653,65 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 17501 | 17653 | ||
| 17502 | ;;;*** | 17654 | ;;;*** |
| 17503 | 17655 | ||
| 17656 | ;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode) | ||
| 17657 | ;;;;;; "ucs-tables" "international/ucs-tables.el" (15383 44376)) | ||
| 17658 | ;;; Generated autoloads from international/ucs-tables.el | ||
| 17659 | |||
| 17660 | (defvar unify-8859-on-encoding-mode nil "\ | ||
| 17661 | Non-nil if Unify-8859-On-Encoding mode is enabled. | ||
| 17662 | See the command `unify-8859-on-encoding-mode' for a description of this minor-mode. | ||
| 17663 | Setting this variable directly does not take effect; | ||
| 17664 | use either \\[customize] or the function `unify-8859-on-encoding-mode'.") | ||
| 17665 | |||
| 17666 | (custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable)) | ||
| 17667 | |||
| 17668 | (custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables)) | ||
| 17669 | |||
| 17670 | (autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\ | ||
| 17671 | Set up translation tables for unifying ISO 8859 characters on encoding. | ||
| 17672 | |||
| 17673 | The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and | ||
| 17674 | 8859-15 (Latin-9) differ only in a few characters. Emacs normally | ||
| 17675 | distinguishes equivalent characters from those ISO-8859 character sets | ||
| 17676 | which are built in to Emacs. This behaviour is essentially inherited | ||
| 17677 | from the European-originated international standards. Treating them | ||
| 17678 | equivalently, by translating to and from a single representation is | ||
| 17679 | called `unification'. (The `utf-8' coding system treats the | ||
| 17680 | characters of European scripts in a unified manner.) | ||
| 17681 | |||
| 17682 | In this mode, on encoding -- i.e. output operations -- non-ASCII | ||
| 17683 | characters from the built-in ISO 8859 and `mule-unicode-0100-24ff' | ||
| 17684 | charsets are handled automatically by the coding system used if it can | ||
| 17685 | represent them. Thus, say, an e-acute from the Latin-1 charset (the | ||
| 17686 | unified representation) in a buffer saved as Latin-9 will be encoded | ||
| 17687 | directly to a byte value 233. By default, in contrast, you would be | ||
| 17688 | promtped for a general coding system to use for saving the file, which | ||
| 17689 | can cope with separate Latin-1 and Latin-9 representations of e-acute. | ||
| 17690 | |||
| 17691 | See also command `unify-8859-on-decoding-mode'." t nil) | ||
| 17692 | |||
| 17693 | (defvar unify-8859-on-decoding-mode nil "\ | ||
| 17694 | Non-nil if Unify-8859-On-Decoding mode is enabled. | ||
| 17695 | See the command `unify-8859-on-decoding-mode' for a description of this minor-mode. | ||
| 17696 | Setting this variable directly does not take effect; | ||
| 17697 | use either \\[customize] or the function `unify-8859-on-decoding-mode'.") | ||
| 17698 | |||
| 17699 | (custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable)) | ||
| 17700 | |||
| 17701 | (custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables)) | ||
| 17702 | |||
| 17703 | (autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\ | ||
| 17704 | Set up translation table for unifying ISO 8859 characters on decoding. | ||
| 17705 | On decoding -- i.e. input operations -- non-ASCII characters from the | ||
| 17706 | built-in ISO 8859 charsets are unified by mapping them into the | ||
| 17707 | `iso-latin-1' and `mule-unicode-0100-24ff' charsets. | ||
| 17708 | |||
| 17709 | This sets the parent of `standard-translation-table-for-decode'. | ||
| 17710 | |||
| 17711 | See also command `unify-8859-on-encoding-mode'." t nil) | ||
| 17712 | |||
| 17713 | ;;;*** | ||
| 17714 | |||
| 17504 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 17715 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 17505 | ;;;;;; "textmodes/underline.el" (15192 12249)) | 17716 | ;;;;;; "textmodes/underline.el" (15192 12249)) |
| 17506 | ;;; Generated autoloads from textmodes/underline.el | 17717 | ;;; Generated autoloads from textmodes/underline.el |
| @@ -17595,11 +17806,11 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 17595 | ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window | 17806 | ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window |
| 17596 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 17807 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 17597 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) | 17808 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) |
| 17598 | ;;;;;; "vc" "vc.el" (15317 28321)) | 17809 | ;;;;;; "vc" "vc.el" (15394 64299)) |
| 17599 | ;;; Generated autoloads from vc.el | 17810 | ;;; Generated autoloads from vc.el |
| 17600 | 17811 | ||
| 17601 | (defvar vc-checkout-hook nil "\ | 17812 | (defvar vc-checkout-hook nil "\ |
| 17602 | *Normal hook (list of functions) run after a file has been checked out. | 17813 | *Normal hook (list of functions) run after checking out a file. |
| 17603 | See `run-hooks'.") | 17814 | See `run-hooks'.") |
| 17604 | 17815 | ||
| 17605 | (defvar vc-checkin-hook nil "\ | 17816 | (defvar vc-checkin-hook nil "\ |
| @@ -17607,11 +17818,11 @@ See `run-hooks'.") | |||
| 17607 | See `run-hooks'.") | 17818 | See `run-hooks'.") |
| 17608 | 17819 | ||
| 17609 | (defvar vc-before-checkin-hook nil "\ | 17820 | (defvar vc-before-checkin-hook nil "\ |
| 17610 | *Normal hook (list of functions) run before a file gets checked in. | 17821 | *Normal hook (list of functions) run before a file is checked in. |
| 17611 | See `run-hooks'.") | 17822 | See `run-hooks'.") |
| 17612 | 17823 | ||
| 17613 | (autoload (quote with-vc-file) "vc" "\ | 17824 | (autoload (quote with-vc-file) "vc" "\ |
| 17614 | Check out a writable copy of FILE if necessary and execute the body. | 17825 | Check out a writable copy of FILE if necessary, then execute BODY. |
| 17615 | Check in FILE with COMMENT (a string) after BODY has been executed. | 17826 | Check in FILE with COMMENT (a string) after BODY has been executed. |
| 17616 | FILE is passed through `expand-file-name'; BODY executed within | 17827 | FILE is passed through `expand-file-name'; BODY executed within |
| 17617 | `save-excursion'. If FILE is not under version control, or locked by | 17828 | `save-excursion'. If FILE is not under version control, or locked by |
| @@ -17624,7 +17835,7 @@ This macro uses `with-vc-file', passing args to it. | |||
| 17624 | However, before executing BODY, find FILE, and after BODY, save buffer." nil (quote macro)) | 17835 | However, before executing BODY, find FILE, and after BODY, save buffer." nil (quote macro)) |
| 17625 | 17836 | ||
| 17626 | (autoload (quote vc-do-command) "vc" "\ | 17837 | (autoload (quote vc-do-command) "vc" "\ |
| 17627 | Execute a version control command, notifying user and checking for errors. | 17838 | Execute a VC command, notifying user and checking for errors. |
| 17628 | Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the | 17839 | Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the |
| 17629 | current buffer if BUFFER is t. If the destination buffer is not | 17840 | current buffer if BUFFER is t. If the destination buffer is not |
| 17630 | already current, set it up properly and erase it. The command is | 17841 | already current, set it up properly and erase it. The command is |
| @@ -17636,7 +17847,7 @@ don't expect a file name). If an optional list of FLAGS is present, | |||
| 17636 | that is inserted into the command line before the filename." nil nil) | 17847 | that is inserted into the command line before the filename." nil nil) |
| 17637 | 17848 | ||
| 17638 | (autoload (quote vc-next-action) "vc" "\ | 17849 | (autoload (quote vc-next-action) "vc" "\ |
| 17639 | Do the next logical checkin or checkout operation on the current file. | 17850 | Do the next logical version control operation on the current file. |
| 17640 | 17851 | ||
| 17641 | If you call this from within a VC dired buffer with no files marked, | 17852 | If you call this from within a VC dired buffer with no files marked, |
| 17642 | it will operate on the file in the current line. | 17853 | it will operate on the file in the current line. |
| @@ -17690,18 +17901,20 @@ first backend that could register the file is used." t nil) | |||
| 17690 | 17901 | ||
| 17691 | (autoload (quote vc-diff) "vc" "\ | 17902 | (autoload (quote vc-diff) "vc" "\ |
| 17692 | Display diffs between file versions. | 17903 | Display diffs between file versions. |
| 17693 | Normally this compares the current file and buffer with the most recent | 17904 | Normally this compares the current file and buffer with the most |
| 17694 | checked in version of that file. This uses no arguments. | 17905 | recent checked in version of that file. This uses no arguments. With |
| 17695 | With a prefix argument, it reads the file name to use | 17906 | a prefix argument HISTORIC, it reads the file name to use and two |
| 17696 | and two version designators specifying which versions to compare." t nil) | 17907 | version designators specifying which versions to compare. The |
| 17908 | optional argument NOT-URGENT non-nil means it is ok to say no to | ||
| 17909 | saving the buffer." t nil) | ||
| 17697 | 17910 | ||
| 17698 | (autoload (quote vc-version-other-window) "vc" "\ | 17911 | (autoload (quote vc-version-other-window) "vc" "\ |
| 17699 | Visit version REV of the current buffer in another window. | 17912 | Visit version REV of the current file in another window. |
| 17700 | If the current buffer is named `F', the version is named `F.~REV~'. | 17913 | If the current file is named `F', the version is named `F.~REV~'. |
| 17701 | If `F.~REV~' already exists, it is used instead of being re-created." t nil) | 17914 | If `F.~REV~' already exists, use it instead of checking it out again." t nil) |
| 17702 | 17915 | ||
| 17703 | (autoload (quote vc-insert-headers) "vc" "\ | 17916 | (autoload (quote vc-insert-headers) "vc" "\ |
| 17704 | Insert headers in a file for use with your version control system. | 17917 | Insert headers into a file for use with a version control system. |
| 17705 | Headers desired are inserted at point, and are pulled from | 17918 | Headers desired are inserted at point, and are pulled from |
| 17706 | the variable `vc-BACKEND-header'." t nil) | 17919 | the variable `vc-BACKEND-header'." t nil) |
| 17707 | 17920 | ||
| @@ -17744,7 +17957,7 @@ allowed and simply skipped)." t nil) | |||
| 17744 | List the change log of the current buffer in a window." t nil) | 17957 | List the change log of the current buffer in a window." t nil) |
| 17745 | 17958 | ||
| 17746 | (autoload (quote vc-revert-buffer) "vc" "\ | 17959 | (autoload (quote vc-revert-buffer) "vc" "\ |
| 17747 | Revert the current buffer's file back to the version it was based on. | 17960 | Revert the current buffer's file to the version it was based on. |
| 17748 | This asks for confirmation if the buffer contents are not identical | 17961 | This asks for confirmation if the buffer contents are not identical |
| 17749 | to that version. This function does not automatically pick up newer | 17962 | to that version. This function does not automatically pick up newer |
| 17750 | changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) | 17963 | changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) |
| @@ -17802,11 +18015,10 @@ With a prefix argument, this command asks two questions in the | |||
| 17802 | minibuffer. First, you may enter a version number; then the buffer | 18015 | minibuffer. First, you may enter a version number; then the buffer |
| 17803 | displays and annotates that version instead of the current version | 18016 | displays and annotates that version instead of the current version |
| 17804 | \(type RET in the minibuffer to leave that default unchanged). Then, | 18017 | \(type RET in the minibuffer to leave that default unchanged). Then, |
| 17805 | you are prompted for a stretch factor for the time scale. This makes | 18018 | you are prompted for the time span in days which the color range |
| 17806 | the color range cover a time span longer or shorter than the default | 18019 | should cover. For example, a time span of 20 days means that changes |
| 17807 | of one year. For example, a factor of 0.1 means that the range from | 18020 | over the past 20 days are shown in red to blue, according to their |
| 17808 | red to blue stands for the past 36 days only, and everything that is | 18021 | age, and everything that is older than that is shown in blue. |
| 17809 | older than that is shown in blue. | ||
| 17810 | 18022 | ||
| 17811 | Customization variables: | 18023 | Customization variables: |
| 17812 | 18024 | ||
| @@ -17817,7 +18029,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 17817 | 18029 | ||
| 17818 | ;;;*** | 18030 | ;;;*** |
| 17819 | 18031 | ||
| 17820 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15317 28321)) | 18032 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15394 64298)) |
| 17821 | ;;; Generated autoloads from vc-cvs.el | 18033 | ;;; Generated autoloads from vc-cvs.el |
| 17822 | (defun vc-cvs-registered (f) | 18034 | (defun vc-cvs-registered (f) |
| 17823 | (when (file-readable-p (expand-file-name | 18035 | (when (file-readable-p (expand-file-name |
| @@ -17857,7 +18069,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 17857 | ;;;*** | 18069 | ;;;*** |
| 17858 | 18070 | ||
| 17859 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 18071 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 17860 | ;;;;;; (14385 23382)) | 18072 | ;;;;;; (15394 64300)) |
| 17861 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 18073 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 17862 | 18074 | ||
| 17863 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 18075 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -18215,8 +18427,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil | |||
| 18215 | 18427 | ||
| 18216 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 18428 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 18217 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 18429 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 18218 | ;;;;;; view-file-other-window view-file) "view" "view.el" (15254 | 18430 | ;;;;;; view-file-other-window view-file) "view" "view.el" (15358 |
| 18219 | ;;;;;; 8041)) | 18431 | ;;;;;; 31084)) |
| 18220 | ;;; Generated autoloads from view.el | 18432 | ;;; Generated autoloads from view.el |
| 18221 | 18433 | ||
| 18222 | (defvar view-mode nil "\ | 18434 | (defvar view-mode nil "\ |
| @@ -18412,7 +18624,7 @@ Turn on VIP emulation of VI." t nil) | |||
| 18412 | ;;;*** | 18624 | ;;;*** |
| 18413 | 18625 | ||
| 18414 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 18626 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 18415 | ;;;;;; (15260 46307)) | 18627 | ;;;;;; (15358 31086)) |
| 18416 | ;;; Generated autoloads from emulation/viper.el | 18628 | ;;; Generated autoloads from emulation/viper.el |
| 18417 | 18629 | ||
| 18418 | (autoload (quote toggle-viper-mode) "viper" "\ | 18630 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -18424,7 +18636,7 @@ Turn on Viper emulation of Vi." t nil) | |||
| 18424 | 18636 | ||
| 18425 | ;;;*** | 18637 | ;;;*** |
| 18426 | 18638 | ||
| 18427 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15192 12237)) | 18639 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15384 21746)) |
| 18428 | ;;; Generated autoloads from net/webjump.el | 18640 | ;;; Generated autoloads from net/webjump.el |
| 18429 | 18641 | ||
| 18430 | (autoload (quote webjump) "webjump" "\ | 18642 | (autoload (quote webjump) "webjump" "\ |
| @@ -18439,7 +18651,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 18439 | ;;;*** | 18651 | ;;;*** |
| 18440 | 18652 | ||
| 18441 | ;;;### (autoloads (which-function-mode) "which-func" "which-func.el" | 18653 | ;;;### (autoloads (which-function-mode) "which-func" "which-func.el" |
| 18442 | ;;;;;; (15192 12219)) | 18654 | ;;;;;; (15358 31084)) |
| 18443 | ;;; Generated autoloads from which-func.el | 18655 | ;;; Generated autoloads from which-func.el |
| 18444 | 18656 | ||
| 18445 | (defalias (quote which-func-mode) (quote which-function-mode)) | 18657 | (defalias (quote which-func-mode) (quote which-function-mode)) |
| @@ -18469,7 +18681,7 @@ and off otherwise." t nil) | |||
| 18469 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check | 18681 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check |
| 18470 | ;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check | 18682 | ;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check |
| 18471 | ;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check) | 18683 | ;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check) |
| 18472 | ;;;;;; "whitespace" "whitespace.el" (15234 20126)) | 18684 | ;;;;;; "whitespace" "whitespace.el" (15391 40438)) |
| 18473 | ;;; Generated autoloads from whitespace.el | 18685 | ;;; Generated autoloads from whitespace.el |
| 18474 | 18686 | ||
| 18475 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 18687 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -18609,7 +18821,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) | |||
| 18609 | ;;;*** | 18821 | ;;;*** |
| 18610 | 18822 | ||
| 18611 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 18823 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
| 18612 | ;;;;;; "wid-edit" "wid-edit.el" (15315 52173)) | 18824 | ;;;;;; "wid-edit" "wid-edit.el" (15384 21744)) |
| 18613 | ;;; Generated autoloads from wid-edit.el | 18825 | ;;; Generated autoloads from wid-edit.el |
| 18614 | 18826 | ||
| 18615 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 18827 | (autoload (quote widget-prompt-value) "wid-edit" "\ |
| @@ -18717,7 +18929,7 @@ decompress the file if appropriate. See the documentation for the | |||
| 18717 | ;;;*** | 18929 | ;;;*** |
| 18718 | 18930 | ||
| 18719 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 18931 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 18720 | ;;;;;; (13415 51576)) | 18932 | ;;;;;; (15394 64299)) |
| 18721 | ;;; Generated autoloads from emulation/ws-mode.el | 18933 | ;;; Generated autoloads from emulation/ws-mode.el |
| 18722 | 18934 | ||
| 18723 | (autoload (quote wordstar-mode) "ws-mode" "\ | 18935 | (autoload (quote wordstar-mode) "ws-mode" "\ |
| @@ -18828,8 +19040,8 @@ The key bindings are: | |||
| 18828 | 19040 | ||
| 18829 | ;;;*** | 19041 | ;;;*** |
| 18830 | 19042 | ||
| 18831 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15199 | 19043 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15384 |
| 18832 | ;;;;;; 61891)) | 19044 | ;;;;;; 21744)) |
| 18833 | ;;; Generated autoloads from xt-mouse.el | 19045 | ;;; Generated autoloads from xt-mouse.el |
| 18834 | 19046 | ||
| 18835 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 19047 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ |
| @@ -18841,7 +19053,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t | |||
| 18841 | ;;;*** | 19053 | ;;;*** |
| 18842 | 19054 | ||
| 18843 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 19055 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 18844 | ;;;;;; yow) "yow" "play/yow.el" (14810 62720)) | 19056 | ;;;;;; yow) "yow" "play/yow.el" (15384 21747)) |
| 18845 | ;;; Generated autoloads from play/yow.el | 19057 | ;;; Generated autoloads from play/yow.el |
| 18846 | 19058 | ||
| 18847 | (autoload (quote yow) "yow" "\ | 19059 | (autoload (quote yow) "yow" "\ |
| @@ -18859,7 +19071,7 @@ Zippy goes to the analyst." t nil) | |||
| 18859 | 19071 | ||
| 18860 | ;;;*** | 19072 | ;;;*** |
| 18861 | 19073 | ||
| 18862 | ;;;### (autoloads (zone) "zone" "play/zone.el" (15214 18673)) | 19074 | ;;;### (autoloads (zone) "zone" "play/zone.el" (15321 50029)) |
| 18863 | ;;; Generated autoloads from play/zone.el | 19075 | ;;; Generated autoloads from play/zone.el |
| 18864 | 19076 | ||
| 18865 | (autoload (quote zone) "zone" "\ | 19077 | (autoload (quote zone) "zone" "\ |
| @@ -18868,11 +19080,11 @@ Zone out, completely." t nil) | |||
| 18868 | ;;;*** | 19080 | ;;;*** |
| 18869 | 19081 | ||
| 18870 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 19082 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
| 18871 | ;;;;;; "net/zone-mode.el" (15192 12237)) | 19083 | ;;;;;; "net/zone-mode.el" (15384 21746)) |
| 18872 | ;;; Generated autoloads from net/zone-mode.el | 19084 | ;;; Generated autoloads from net/zone-mode.el |
| 18873 | 19085 | ||
| 18874 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 19086 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |
| 18875 | Update the serial number in a zone if the file was modified" t nil) | 19087 | Update the serial number in a zone if the file was modified." t nil) |
| 18876 | 19088 | ||
| 18877 | (autoload (quote zone-mode) "zone-mode" "\ | 19089 | (autoload (quote zone-mode) "zone-mode" "\ |
| 18878 | A mode for editing DNS zone files. | 19090 | A mode for editing DNS zone files. |
| @@ -18886,45 +19098,39 @@ Zone-mode does two things: | |||
| 18886 | 19098 | ||
| 18887 | ;;;*** | 19099 | ;;;*** |
| 18888 | 19100 | ||
| 18889 | ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "allout.el" | 19101 | ;;;### (autoloads nil nil ("textmodes/text-mode.el" "textmodes/texnfo-upd.el" |
| 18890 | ;;;;;; "buff-menu.el" "byte-run.el" "case-table.el" "cdl.el" "cus-dep.el" | 19102 | ;;;;;; "term/xterm.el" "term/pc-win.el" "gnus/nnweb.el" "gnus/nnultimate.el" |
| 18891 | ;;;;;; "cus-load.el" "cus-start.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" | 19103 | ;;;;;; "gnus/nnslashdot.el" "gnus/nnimap.el" "gnus/mml.el" "help.el" |
| 18892 | ;;;;;; "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" | 19104 | ;;;;;; "faces.el" "env.el" "buff-menu.el" "abbrevlist.el" "byte-run.el" |
| 18893 | ;;;;;; "ediff-vers.el" "ediff-wind.el" "electric.el" "emacs-lock.el" | 19105 | ;;;;;; "cdl.el" "cus-dep.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" |
| 18894 | ;;;;;; "finder-inf.el" "float-sup.el" "foldout.el" "format.el" "forms-d2.el" | 19106 | ;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el" |
| 18895 | ;;;;;; "forms-pass.el" "generic-x.el" "indent.el" "kermit.el" "map-ynp.el" | 19107 | ;;;;;; "emacs-lock.el" "format.el" "forms-d2.el" "forms-pass.el" |
| 18896 | ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "patcomp.el" "paths.el" | 19108 | ;;;;;; "kermit.el" "map-ynp.el" "misc.el" "mouse-copy.el" "patcomp.el" |
| 18897 | ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "regi.el" "register.el" | 19109 | ;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "regi.el" "register.el" |
| 18898 | ;;;;;; "s-region.el" "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" | 19110 | ;;;;;; "s-region.el" "scroll-bar.el" "soundex.el" "tcp.el" "timezone.el" |
| 18899 | ;;;;;; "tcp.el" "tempo.el" "timezone.el" "unused.el" "vc-hooks.el" | 19111 | ;;;;;; "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el" "vt-control.el" |
| 18900 | ;;;;;; "vcursor.el" "vms-patch.el" "vmsproc.el" "vt-control.el" | 19112 | ;;;;;; "vt100-led.el" "widget.el" "xscheme.el" "international/iso-ascii.el" |
| 18901 | ;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xscheme.el" | 19113 | ;;;;;; "international/iso-swed.el" "international/ja-dic-cnv.el" |
| 18902 | ;;;;;; "international/characters.el" "international/iso-ascii.el" | 19114 | ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/swedish.el" |
| 18903 | ;;;;;; "international/iso-insert.el" "international/iso-swed.el" | ||
| 18904 | ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el" | ||
| 18905 | ;;;;;; "international/mule-cmds.el" "international/mule-conf.el" | ||
| 18906 | ;;;;;; "international/ogonek.el" "international/swedish.el" "international/utf-8.el" | ||
| 18907 | ;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" | 19115 | ;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" |
| 18908 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "calendar/cal-china.el" "calendar/cal-coptic.el" | 19116 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "calendar/cal-china.el" "calendar/cal-coptic.el" |
| 18909 | ;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el" | 19117 | ;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el" |
| 18910 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" | 19118 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" |
| 18911 | ;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" | 19119 | ;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" |
| 18912 | ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" | 19120 | ;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" |
| 18913 | ;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" | 19121 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" |
| 18914 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" | 19122 | ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el" |
| 18915 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float.el" "emacs-lisp/gulp.el" | 19123 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lmenu.el" |
| 18916 | ;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" | ||
| 18917 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emulation/edt-lk201.el" | 19124 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emulation/edt-lk201.el" |
| 18918 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" | 19125 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/mlsupport.el" |
| 18919 | ;;;;;; "emulation/mlsupport.el" "emulation/tpu-mapper.el" "emulation/viper-init.el" | 19126 | ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" |
| 18920 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" | 19127 | ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "eshell/em-alias.el" |
| 18921 | ;;;;;; "emulation/viper-util.el" "eshell/em-alias.el" "eshell/em-banner.el" | 19128 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" |
| 18922 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 19129 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" |
| 18923 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-pred.el" | 19130 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" |
| 18924 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" | 19131 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" |
| 18925 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-xtra.el" | 19132 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" |
| 18926 | ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" | 19133 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el" |
| 18927 | ;;;;;; "eshell/esh-groups.el" "eshell/esh-io.el" "eshell/esh-maint.el" | ||
| 18928 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" | 19134 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" |
| 18929 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el" | 19135 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el" |
| 18930 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" | 19136 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" |
| @@ -18932,65 +19138,85 @@ Zone-mode does two things: | |||
| 18932 | ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 19138 | ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| 18933 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" | 19139 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" |
| 18934 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" | 19140 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" |
| 18935 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" | 19141 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" |
| 18936 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" | 19142 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-uu.el" |
| 18937 | ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el" | 19143 | ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/mail-parse.el" |
| 18938 | ;;;;;; "gnus/gnus-vm.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/mail-parse.el" | 19144 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/messcompat.el" |
| 18939 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" | 19145 | ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" |
| 18940 | ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" | ||
| 18941 | ;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el" | ||
| 18942 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" | 19146 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" |
| 18943 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" | 19147 | ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el" |
| 18944 | ;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmail.el" "gnus/nnmbox.el" | 19148 | ;;;;;; "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnoo.el" |
| 18945 | ;;;;;; "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el" | 19149 | ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el" |
| 18946 | ;;;;;; "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el" | 19150 | ;;;;;; "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el" |
| 18947 | ;;;;;; "gnus/nnweb.el" "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el" | 19151 | ;;;;;; "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" |
| 18948 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" | 19152 | ;;;;;; "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" "language/english.el" |
| 18949 | ;;;;;; "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" | 19153 | ;;;;;; "language/ethiopic.el" "language/misc-lang.el" "language/romanian.el" |
| 18950 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 19154 | ;;;;;; "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" |
| 18951 | ;;;;;; "language/devanagari.el" "language/english.el" "language/ethiopic.el" | 19155 | ;;;;;; "mail/mh-funcs.el" "mail/mh-seq.el" "mail/rfc2368.el" "mail/rfc822.el" |
| 18952 | ;;;;;; "language/european.el" "language/greek.el" "language/hebrew.el" | 19156 | ;;;;;; "mail/uce.el" "mail/vms-pmail.el" "obsolete/ooutline.el" |
| 18953 | ;;;;;; "language/indian.el" "language/japanese.el" "language/korean.el" | 19157 | ;;;;;; "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el" |
| 18954 | ;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el" | 19158 | ;;;;;; "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el" |
| 18955 | ;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" | 19159 | ;;;;;; "obsolete/x-apollo.el" "obsolete/x-menu.el" "play/gametree.el" |
| 18956 | ;;;;;; "language/vietnamese.el" "mail/blessmail.el" "mail/mailheader.el" | 19160 | ;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el" |
| 18957 | ;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-pick.el" "mail/mh-seq.el" | 19161 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" |
| 18958 | ;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" | 19162 | ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-menus.el" |
| 18959 | ;;;;;; "mail/vms-pmail.el" "obsolete/c-mode.el" "obsolete/cplus-md.el" | 19163 | ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" |
| 18960 | ;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" | 19164 | ;;;;;; "progmodes/ebnf-yac.el" "progmodes/mantemp.el" "term/AT386.el" |
| 18961 | ;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" | 19165 | ;;;;;; "term/apollo.el" "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el" |
| 18962 | ;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" | 19166 | ;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" |
| 18963 | ;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" | ||
| 18964 | ;;;;;; "progmodes/ada-xref.el" "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" | ||
| 18965 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el" | ||
| 18966 | ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" | ||
| 18967 | ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" | ||
| 18968 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "term/AT386.el" | ||
| 18969 | ;;;;;; "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" "term/internal.el" | ||
| 18970 | ;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el" | ||
| 18971 | ;;;;;; "term/mac-win.el" "term/news.el" "term/pc-win.el" "term/sun-mouse.el" | ||
| 18972 | ;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" | 19167 | ;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" |
| 18973 | ;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" | 19168 | ;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" |
| 18974 | ;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" | 19169 | ;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" |
| 18975 | ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/wyse50.el" | 19170 | ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/wyse50.el" |
| 18976 | ;;;;;; "term/x-win.el" "term/xterm.el" "textmodes/fill.el" "textmodes/makeinfo.el" | 19171 | ;;;;;; "term/x-win.el" "textmodes/makeinfo.el" "textmodes/page.el" |
| 18977 | ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" | 19172 | ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" |
| 18978 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" | 19173 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-parse.el" |
| 18979 | ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el" | 19174 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-vars.el" |
| 18980 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | 19175 | ;;;;;; "emacs-lisp/lselect.el" "saveplace.el" "uniquify.el" "eshell/em-ls.el" |
| 18981 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/text-mode.el" "emacs-lisp/cl-macs.el" | 19176 | ;;;;;; "eshell/em-unix.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" |
| 18982 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lselect.el" | 19177 | ;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el" |
| 18983 | ;;;;;; "bindings.el" "custom.el" "env.el" "faces.el" "files.el" | 19178 | ;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el" |
| 18984 | ;;;;;; "frame.el" "isearch.el" "loadup.el" "menu-bar.el" "mouse.el" | 19179 | ;;;;;; "term/w32-win.el" "textmodes/page-ext.el" "eshell/esh-groups.el" |
| 18985 | ;;;;;; "replace.el" "saveplace.el" "simple.el" "startup.el" "subr.el" | 19180 | ;;;;;; "abbrev.el" "generic-x.el" "mouse-drag.el" "version.el" "w32-fns.el" |
| 18986 | ;;;;;; "uniquify.el" "version.el" "xml.el" "obsolete/hilit19.el" | 19181 | ;;;;;; "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" |
| 18987 | ;;;;;; "eshell/em-ls.el" "eshell/em-unix.el" "emacs-lisp/byte-opt.el" | 19182 | ;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" |
| 18988 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "international/latin-1.el" | 19183 | ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el" |
| 18989 | ;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el" | 19184 | ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el" |
| 18990 | ;;;;;; "international/latin-5.el" "international/latin-8.el" "international/latin-9.el" | 19185 | ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el" |
| 18991 | ;;;;;; "international/mule.el" "progmodes/cc-engine.el" "term/w32-win.el" | 19186 | ;;;;;; "calc/calc-macs.el" "calc/calc-maint.el" "calc/calc-map.el" |
| 18992 | ;;;;;; "textmodes/bib-mode.el" "textmodes/page-ext.el" "textmodes/texnfo-upd.el") | 19187 | ;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-poly.el" |
| 18993 | ;;;;;; (15320 23959 705052)) | 19188 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" |
| 19189 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" | ||
| 19190 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" | ||
| 19191 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" | ||
| 19192 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" | ||
| 19193 | ;;;;;; "calc/calcsel2.el" "emacs-lisp/lisp.el" "international/latin-9.el" | ||
| 19194 | ;;;;;; "mail/mspools.el" "progmodes/cc-engine.el" "allout.el" "bindings.el" | ||
| 19195 | ;;;;;; "case-table.el" "cus-load.el" "cus-start.el" "custom.el" | ||
| 19196 | ;;;;;; "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "files.el" | ||
| 19197 | ;;;;;; "finder-inf.el" "float-sup.el" "foldout.el" "frame.el" "indent.el" | ||
| 19198 | ;;;;;; "isearch.el" "loadup.el" "menu-bar.el" "mouse.el" "pcvs-util.el" | ||
| 19199 | ;;;;;; "replace.el" "select.el" "simple.el" "startup.el" "subdirs.el" | ||
| 19200 | ;;;;;; "subr.el" "tempo.el" "vc-hooks.el" "window.el" "xml.el" "calc/calc-forms.el" | ||
| 19201 | ;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "gnus/gnus-score.el" | ||
| 19202 | ;;;;;; "gnus/gnus-sum.el" "gnus/gnus-util.el" "gnus/imap.el" "gnus/mailcap.el" | ||
| 19203 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/nnmail.el" "emacs-lisp/authors.el" | ||
| 19204 | ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" | ||
| 19205 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emulation/edt-mapper.el" | ||
| 19206 | ;;;;;; "emulation/tpu-mapper.el" "international/characters.el" "international/iso-insert.el" | ||
| 19207 | ;;;;;; "international/mule-cmds.el" "international/mule-conf.el" | ||
| 19208 | ;;;;;; "international/mule.el" "international/utf-8-subst.el" "international/utf-8.el" | ||
| 19209 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | ||
| 19210 | ;;;;;; "language/devanagari.el" "language/european.el" "language/georgian.el" | ||
| 19211 | ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" | ||
| 19212 | ;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el" | ||
| 19213 | ;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" | ||
| 19214 | ;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "mail/mh-pick.el" | ||
| 19215 | ;;;;;; "obsolete/c-mode.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" | ||
| 19216 | ;;;;;; "play/gamegrid.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" | ||
| 19217 | ;;;;;; "term/bg-mouse.el" "term/internal.el" "term/sun-mouse.el" | ||
| 19218 | ;;;;;; "textmodes/bib-mode.el" "textmodes/fill.el" "textmodes/paragraphs.el" | ||
| 19219 | ;;;;;; "textmodes/reftex-toc.el") (15394 64965 234514)) | ||
| 18994 | 19220 | ||
| 18995 | ;;;*** | 19221 | ;;;*** |
| 18996 | 19222 | ||