Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | d95e72db5c07 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
1112 | 1112 |
1113 (defalias 'eregistry 'ediff-show-registry) | 1113 (defalias 'eregistry 'ediff-show-registry) |
1114 | 1114 |
1115 ;;;*** | 1115 ;;;*** |
1116 | 1116 |
1117 ;;;### (autoloads (ediff-toggle-multiframe) "ediff-util" "ediff/ediff-util.el") | 1117 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) "ediff-util" "ediff/ediff-util.el") |
1118 | 1118 |
1119 (autoload 'ediff-toggle-multiframe "ediff-util" "\ | 1119 (autoload 'ediff-toggle-multiframe "ediff-util" "\ |
1120 Switch from the multiframe display to single-frame display and back. | 1120 Switch from multiframe display to single-frame display and back. |
1121 For a permanent change, set the variable `ediff-window-setup-function', | 1121 To change the default, set the variable `ediff-window-setup-function', |
1122 which see." t nil) | 1122 which see." t nil) |
1123 | |
1124 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\ | |
1125 Enable or disable Ediff toolbar. | |
1126 Works only in versions of Emacs that support toolbars. | |
1127 To change the default, set the variable `ediff-use-toolbar-p', which see." t nil) | |
1123 | 1128 |
1124 ;;;*** | 1129 ;;;*** |
1125 | 1130 |
1126 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer ediff-merge-revisions-with-ancestor ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions ediff-merge-directories-with-ancestor ediff-merge-directories ediff-directories3 ediff-directory-revisions ediff-directories ediff-buffers3 ediff-buffers ediff-files3 ediff-files) "ediff" "ediff/ediff.el") | 1131 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer ediff-merge-revisions-with-ancestor ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions ediff-merge-directories-with-ancestor ediff-merge-directories ediff-directories3 ediff-directory-revisions ediff-directories ediff-buffers3 ediff-buffers ediff-files3 ediff-files) "ediff" "ediff/ediff.el") |
1127 | 1132 |
1807 (autoload 'psychoanalyze-pinhead "yow" "\ | 1812 (autoload 'psychoanalyze-pinhead "yow" "\ |
1808 Zippy goes to the analyst." t nil) | 1813 Zippy goes to the analyst." t nil) |
1809 | 1814 |
1810 ;;;*** | 1815 ;;;*** |
1811 | 1816 |
1817 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "custom-edit" "gnus/custom-edit.el") | |
1818 | |
1819 (autoload 'customize "custom-edit" "\ | |
1820 Customize SYMBOL, which must be a customization group." t nil) | |
1821 | |
1822 (autoload 'customize-variable "custom-edit" "\ | |
1823 Customize SYMBOL, which must be a variable." t nil) | |
1824 | |
1825 (autoload 'customize-face "custom-edit" "\ | |
1826 Customize FACE." t nil) | |
1827 | |
1828 (autoload 'customize-customized "custom-edit" "\ | |
1829 Customize all already customized user options." t nil) | |
1830 | |
1831 (autoload 'customize-apropos "custom-edit" "\ | |
1832 Customize all user options matching REGEXP. | |
1833 If ALL (e.g., started with a prefix key), include options which are not | |
1834 user-settable." t nil) | |
1835 | |
1836 (autoload 'custom-buffer-create "custom-edit" "\ | |
1837 Create a buffer containing OPTIONS. | |
1838 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where | |
1839 SYMBOL is a customization option, and WIDGET is a widget for editing | |
1840 that option." nil nil) | |
1841 | |
1842 (autoload 'custom-menu-update "custom-edit" "\ | |
1843 Update customize menu." t nil) | |
1844 | |
1845 (autoload 'custom-make-dependencies "custom-edit" "\ | |
1846 Batch function to extract custom dependencies from .el files. | |
1847 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) | |
1848 | |
1849 ;;;*** | |
1850 | |
1851 ;;;### (autoloads (custom-set-faces custom-set-variables custom-initialize-faces custom-add-to-group defgroup custom-declare-group defface custom-declare-face defcustom custom-declare-variable) "custom" "gnus/custom.el") | |
1852 | |
1853 (autoload 'custom-declare-variable "custom" "\ | |
1854 Like `defcustom', but SYMBOL and VALUE are evaluated as notmal arguments." nil nil) | |
1855 | |
1856 (autoload 'defcustom "custom" "\ | |
1857 Declare SYMBOL as a customizable variable that defaults to VALUE. | |
1858 DOC is the variable documentation. | |
1859 | |
1860 Neither SYMBOL nor VALUE needs to be quoted. | |
1861 If SYMBOL is not already bound, initialize it to VALUE. | |
1862 The remaining arguments should have the form | |
1863 | |
1864 [KEYWORD VALUE]... | |
1865 | |
1866 The following KEYWORD's are defined: | |
1867 | |
1868 :type VALUE should be a widget type. | |
1869 :options VALUE should be a list of valid members of the widget type. | |
1870 :group VALUE should be a customization group. | |
1871 Add SYMBOL to that group. | |
1872 | |
1873 Read the section about customization in the emacs lisp manual for more | |
1874 information." nil 'macro) | |
1875 | |
1876 (autoload 'custom-declare-face "custom" "\ | |
1877 Like `defface', but FACE is evaluated as a normal argument." nil nil) | |
1878 | |
1879 (autoload 'defface "custom" "\ | |
1880 Declare FACE as a customizable face that defaults to SPEC. | |
1881 FACE does not need to be quoted. | |
1882 | |
1883 Third argument DOC is the face documentation. | |
1884 | |
1885 If FACE has been set with `custom-set-face', set the face attributes | |
1886 as specified by that function, otherwise set the face attributes | |
1887 according to SPEC. | |
1888 | |
1889 The remaining arguments should have the form | |
1890 | |
1891 [KEYWORD VALUE]... | |
1892 | |
1893 The following KEYWORD's are defined: | |
1894 | |
1895 :group VALUE should be a customization group. | |
1896 Add FACE to that group. | |
1897 | |
1898 SPEC should be an alist of the form ((DISPLAY ATTS)...). | |
1899 | |
1900 ATTS is a list of face attributes and their values. The possible | |
1901 attributes are defined in the variable `custom-face-attributes'. | |
1902 Alternatively, ATTS can be a face in which case the attributes of that | |
1903 face is used. | |
1904 | |
1905 The ATTS of the first entry in SPEC where the DISPLAY matches the | |
1906 frame should take effect in that frame. DISPLAY can either be the | |
1907 symbol `t', which will match all frames, or an alist of the form | |
1908 \((REQ ITEM...)...) | |
1909 | |
1910 For the DISPLAY to match a FRAME, the REQ property of the frame must | |
1911 match one of the ITEM. The following REQ are defined: | |
1912 | |
1913 `type' (the value of (window-system)) | |
1914 Should be one of `x' or `tty'. | |
1915 | |
1916 `class' (the frame's color support) | |
1917 Should be one of `color', `grayscale', or `mono'. | |
1918 | |
1919 `background' (what color is used for the background text) | |
1920 Should be one of `light' or `dark'. | |
1921 | |
1922 Read the section about customization in the emacs lisp manual for more | |
1923 information." nil 'macro) | |
1924 | |
1925 (autoload 'custom-declare-group "custom" "\ | |
1926 Like `defgroup', but SYMBOL is evaluated as a normal argument." nil nil) | |
1927 | |
1928 (autoload 'defgroup "custom" "\ | |
1929 Declare SYMBOL as a customization group containing MEMBERS. | |
1930 SYMBOL does not need to be quoted. | |
1931 | |
1932 Third arg DOC is the group documentation. | |
1933 | |
1934 MEMBERS should be an alist of the form ((NAME WIDGET)...) where | |
1935 NAME is a symbol and WIDGET is a widget is a widget for editing that | |
1936 symbol. Useful widgets are `custom-variable' for editing variables, | |
1937 `custom-face' for edit faces, and `custom-group' for editing groups. | |
1938 | |
1939 The remaining arguments should have the form | |
1940 | |
1941 [KEYWORD VALUE]... | |
1942 | |
1943 The following KEYWORD's are defined: | |
1944 | |
1945 :group VALUE should be a customization group. | |
1946 Add SYMBOL to that group. | |
1947 | |
1948 Read the section about customization in the emacs lisp manual for more | |
1949 information." nil 'macro) | |
1950 | |
1951 (autoload 'custom-add-to-group "custom" "\ | |
1952 To existing GROUP add a new OPTION of type WIDGET, | |
1953 If there already is an entry for that option, overwrite it." nil nil) | |
1954 | |
1955 (autoload 'custom-initialize-faces "custom" "\ | |
1956 Initialize all custom faces for FRAME. | |
1957 If FRAME is nil or omitted, initialize them for all frames." nil nil) | |
1958 | |
1959 (autoload 'custom-set-variables "custom" "\ | |
1960 Initialize variables according to user preferences. | |
1961 | |
1962 The arguments should be a list where each entry has the form: | |
1963 | |
1964 (SYMBOL VALUE [NOW]) | |
1965 | |
1966 The unevaluated VALUE is stored as the saved value for SYMBOL. | |
1967 If NOW is present and non-nil, VALUE is also evaluated and bound as | |
1968 the default value for the SYMBOL." nil nil) | |
1969 | |
1970 (autoload 'custom-set-faces "custom" "\ | |
1971 Initialize faces according to user preferences. | |
1972 The arguments should be a list where each entry has the form: | |
1973 | |
1974 (FACE SPEC [NOW]) | |
1975 | |
1976 SPEC will be stored as the saved value for FACE. If NOW is present | |
1977 and non-nil, FACE will also be created according to SPEC. | |
1978 | |
1979 See `defface' for the format of SPEC." nil nil) | |
1980 | |
1981 ;;;*** | |
1982 | |
1812 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el") | 1983 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el") |
1813 | 1984 |
1814 (autoload 'gnus-earcon-display "earcon" "\ | 1985 (autoload 'gnus-earcon-display "earcon" "\ |
1815 Play sounds in message buffers." t nil) | 1986 Play sounds in message buffers." t nil) |
1816 | 1987 |
1817 ;;;*** | 1988 ;;;*** |
1818 | 1989 |
1990 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el") | |
1991 | |
1992 (autoload 'gnus-audio-play "gnus-audio" "\ | |
1993 Play a sound through the speaker." t nil) | |
1994 | |
1995 ;;;*** | |
1996 | |
1819 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el") | 1997 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el") |
1820 | 1998 |
1821 (autoload 'gnus-jog-cache "gnus-cache" "\ | 1999 (autoload 'gnus-jog-cache "gnus-cache" "\ |
1822 Go through all groups and put the articles into the cache." t nil) | 2000 Go through all groups and put the articles into the cache. |
2001 | |
2002 Usage: | |
2003 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" t nil) | |
1823 | 2004 |
1824 (autoload 'gnus-cache-generate-active "gnus-cache" "\ | 2005 (autoload 'gnus-cache-generate-active "gnus-cache" "\ |
1825 Generate the cache active file." t nil) | 2006 Generate the cache active file." t nil) |
1826 | 2007 |
1827 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\ | 2008 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\ |
1828 Generate NOV files recursively starting in DIR." t nil) | 2009 Generate NOV files recursively starting in DIR." t nil) |
2010 | |
2011 ;;;*** | |
2012 | |
2013 ;;;### (autoloads (gnus-fetch-group) "gnus-group" "gnus/gnus-group.el") | |
2014 | |
2015 (autoload 'gnus-fetch-group "gnus-group" "\ | |
2016 Start Gnus if necessary and enter GROUP. | |
2017 Returns whether the fetching was successful or not." t nil) | |
2018 | |
2019 ;;;*** | |
2020 | |
2021 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el") | |
2022 | |
2023 (defalias 'gnus-batch-kill 'gnus-batch-score) | |
2024 | |
2025 (autoload 'gnus-batch-score "gnus-kill" "\ | |
2026 Run batched scoring. | |
2027 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ... | |
2028 Newsgroups is a list of strings in Bnews format. If you want to score | |
2029 the comp hierarchy, you'd say \"comp.all\". If you would not like to | |
2030 score the alt hierarchy, you'd say \"!alt.all\"." t nil) | |
2031 | |
2032 ;;;*** | |
2033 | |
2034 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el") | |
2035 | |
2036 (autoload 'gnus-change-server "gnus-move" "\ | |
2037 Move from FROM-SERVER to TO-SERVER. | |
2038 Update the .newsrc.eld file to reflect the change of nntp server." t nil) | |
1829 | 2039 |
1830 ;;;*** | 2040 ;;;*** |
1831 | 2041 |
1832 ;;;### (autoloads (gnus-sound-play) "gnus-sound" "gnus/gnus-sound.el") | 2042 ;;;### (autoloads (gnus-sound-play) "gnus-sound" "gnus/gnus-sound.el") |
1833 | 2043 |
1848 | 2058 |
1849 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"" t nil) | 2059 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"" t nil) |
1850 | 2060 |
1851 ;;;*** | 2061 ;;;*** |
1852 | 2062 |
1853 ;;;### (autoloads (gnus-batch-score gnus-fetch-group gnus gnus-other-frame gnus-slave gnus-no-server gnus-slave-no-server gnus-add-configuration gnus-update-format) "gnus" "gnus/gnus.el") | 2063 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el") |
1854 | 2064 |
1855 (autoload 'gnus-update-format "gnus" "\ | 2065 (autoload 'gnus-update-format "gnus-spec" "\ |
1856 Update the format specification near point." t nil) | 2066 Update the format specification near point." t nil) |
1857 | 2067 |
1858 (autoload 'gnus-add-configuration "gnus" "\ | 2068 ;;;*** |
2069 | |
2070 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" "gnus/gnus-start.el") | |
2071 | |
2072 (autoload 'gnus-unload "gnus-start" "\ | |
2073 Unload all Gnus features." t nil) | |
2074 | |
2075 (autoload 'gnus-declare-backend "gnus-start" "\ | |
2076 Declare backend NAME with ABILITIES as a Gnus backend." nil nil) | |
2077 | |
2078 ;;;*** | |
2079 | |
2080 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el") | |
2081 | |
2082 (autoload 'gnus-add-configuration "gnus-win" "\ | |
1859 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) | 2083 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) |
2084 | |
2085 ;;;*** | |
2086 | |
2087 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server gnus-slave-no-server) "gnus" "gnus/gnus.el") | |
1860 | 2088 |
1861 (autoload 'gnus-slave-no-server "gnus" "\ | 2089 (autoload 'gnus-slave-no-server "gnus" "\ |
1862 Read network news as a slave, without connecting to local server" t nil) | 2090 Read network news as a slave, without connecting to local server" t nil) |
1863 | 2091 |
1864 (autoload 'gnus-no-server "gnus" "\ | 2092 (autoload 'gnus-no-server "gnus" "\ |
1879 Read network news. | 2107 Read network news. |
1880 If ARG is non-nil and a positive number, Gnus will use that as the | 2108 If ARG is non-nil and a positive number, Gnus will use that as the |
1881 startup level. If ARG is non-nil and not a positive number, Gnus will | 2109 startup level. If ARG is non-nil and not a positive number, Gnus will |
1882 prompt the user for the name of an NNTP server to use." t nil) | 2110 prompt the user for the name of an NNTP server to use." t nil) |
1883 | 2111 |
1884 (autoload 'gnus-fetch-group "gnus" "\ | |
1885 Start Gnus if necessary and enter GROUP. | |
1886 Returns whether the fetching was successful or not." t nil) | |
1887 | |
1888 (defalias 'gnus-batch-kill 'gnus-batch-score) | |
1889 | |
1890 (autoload 'gnus-batch-score "gnus" "\ | |
1891 Run batched scoring. | |
1892 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ... | |
1893 Newsgroups is a list of strings in Bnews format. If you want to score | |
1894 the comp hierarchy, you'd say \"comp.all\". If you would not like to | |
1895 score the alt hierarchy, you'd say \"!alt.all\"." t nil) | |
1896 | |
1897 ;;;*** | 2112 ;;;*** |
1898 | 2113 |
1899 ;;;### (autoloads (unbold-region bold-region message-news-other-frame message-news-other-window message-mail-other-frame message-mail-other-window message-bounce message-resend message-forward message-recover message-supersede message-cancel-news message-followup message-wide-reply message-reply message-news message-mail message-mode) "message" "gnus/message.el") | 2114 ;;;### (autoloads (unbold-region bold-region message-news-other-frame message-news-other-window message-mail-other-frame message-mail-other-window message-bounce message-resend message-forward message-recover message-supersede message-cancel-news message-followup message-wide-reply message-reply message-news message-mail message-mode) "message" "gnus/message.el") |
1900 | 2115 |
1901 (defvar message-fcc-handler-function 'rmail-output "\ | 2116 (defcustom message-fcc-handler-function 'message-output "*A function called to save outgoing articles.\nThis function will be called with the name of the file to store the\narticle in. The default function is `rmail-output' which saves in Unix\nmailbox format." :type '(radio (function-item rmail-output) (function :tag "Other")) :group 'message-sending) |
1902 *A function called to save outgoing articles. | 2117 |
1903 This function will be called with the name of the file to store the | 2118 (defcustom message-from-style 'default "*Specifies how \"From\" headers look.\n\nIf `nil', they contain just the return address like:\n king@grassland.com\nIf `parens', they look like:\n king@grassland.com (Elvis Parsley)\nIf `angles', they look like:\n Elvis Parsley <king@grassland.com>\n\nOtherwise, most addresses look like `angles', but they look like\n`parens' if `angles' would need quoting and `parens' would not." :type '(choice (const :tag "simple" nil) (const parens) (const angles) (const default)) :group 'message-headers) |
1904 article in. The default function is `rmail-output' which saves in Unix | 2119 |
1905 mailbox format.") | 2120 (defcustom message-signature-separator "^-- *$" "Regexp matching the signature separator." :type 'regexp :group 'message-various) |
1906 | 2121 |
1907 (defvar message-courtesy-message "The following message is a courtesy copy of an article\nthat has been posted as well.\n\n" "\ | 2122 (defcustom message-user-organization-file "/usr/lib/news/organization" "*Local news organization file." :type 'file :group 'message-headers) |
1908 *This is inserted at the start of a mailed copy of a posted message. | 2123 |
1909 If this variable is nil, no such courtesy message will be added.") | 2124 (defcustom message-send-mail-function 'message-send-mail-with-sendmail "Function to call to send the current buffer as mail.\nThe headers should be delimited by a line whose contents match the\nvariable `mail-header-separator'.\n\nLegal values include `message-send-mail-with-sendmail' (the default),\n`message-send-mail-with-mh' and `message-send-mail-with-qmail'." :type '(radio (function-item message-send-mail-with-sendmail) (function-item message-send-mail-with-mh) (function-item message-send-mail-with-qmail) (function :tag "Other")) :group 'message-sending :group 'message-mail) |
1910 | 2125 |
1911 (defvar message-ignored-bounced-headers "^\\(Received\\|Return-Path\\):" "\ | 2126 (defcustom message-citation-line-function 'message-insert-citation-line "*Function called to insert the \"Whomever writes:\" line." :type 'function :group 'message-insertion) |
1912 *Regexp that matches headers to be removed in resent bounced mail.") | 2127 |
1913 | 2128 (defcustom message-yank-prefix "> " "*Prefix inserted on the lines of yanked messages.\nnil means use indentation." :type 'string :group 'message-insertion) |
1914 (defvar message-from-style 'default "\ | 2129 |
1915 *Specifies how \"From\" headers look. | 2130 (defcustom message-cite-function (if (and (boundp 'mail-citation-hook) mail-citation-hook) mail-citation-hook 'message-cite-original) "*Function for citing an original message." :type '(radio (function-item message-cite-original) (function-item sc-cite-original) (function :tag "Other")) :group 'message-insertion) |
1916 | 2131 |
1917 If `nil', they contain just the return address like: | 2132 (defcustom message-indent-citation-function 'message-indent-citation "*Function for modifying a citation just inserted in the mail buffer.\nThis can also be a list of functions. Each function can find the\ncitation between (point) and (mark t). And each function should leave\npoint and mark around the citation text as modified." :type 'function :group 'message-insertion) |
1918 king@grassland.com | 2133 |
1919 If `parens', they look like: | 2134 (defcustom message-signature t "*String to be inserted at the end of the message buffer.\nIf t, the `message-signature-file' file will be inserted instead.\nIf a function, the result from the function will be used instead.\nIf a form, the result from the form will be used instead." :type 'sexp :group 'message-insertion) |
1920 king@grassland.com (Elvis Parsley) | 2135 |
1921 If `angles', they look like: | 2136 (defcustom message-signature-file "~/.signature" "*File containing the text inserted at end of message buffer." :type 'file :group 'message-insertion) |
1922 Elvis Parsley <king@grassland.com> | |
1923 | |
1924 Otherwise, most addresses look like `angles', but they look like | |
1925 `parens' if `angles' would need quoting and `parens' would not.") | |
1926 | |
1927 (defvar message-syntax-checks nil "\ | |
1928 Controls what syntax checks should not be performed on outgoing posts. | |
1929 To disable checking of long signatures, for instance, add | |
1930 `(signature . disabled)' to this list. | |
1931 | |
1932 Don't touch this variable unless you really know what you're doing. | |
1933 | |
1934 Checks include subject-cmsg multiple-headers sendsys message-id from | |
1935 long-lines control-chars size new-text redirected-followup signature | |
1936 approved sender empty empty-headers message-id from subject.") | |
1937 | |
1938 (defvar message-required-news-headers '(From Newsgroups Subject Date Message-ID (optional . Organization) Lines (optional . X-Newsreader)) "\ | |
1939 *Headers to be generated or prompted for when posting an article. | |
1940 RFC977 and RFC1036 require From, Date, Newsgroups, Subject, | |
1941 Message-ID. Organization, Lines, In-Reply-To, Expires, and | |
1942 X-Newsreader are optional. If don't you want message to insert some | |
1943 header, remove it from this list.") | |
1944 | |
1945 (defvar message-required-mail-headers '(From Subject Date (optional . In-Reply-To) Message-ID Lines (optional . X-Mailer)) "\ | |
1946 *Headers to be generated or prompted for when mailing a message. | |
1947 RFC822 required that From, Date, To, Subject and Message-ID be | |
1948 included. Organization, Lines and X-Mailer are optional.") | |
1949 | |
1950 (defvar message-deletable-headers '(Message-ID Date) "\ | |
1951 *Headers to be deleted if they already exist and were generated by message previously.") | |
1952 | |
1953 (defvar message-ignored-news-headers "^NNTP-Posting-Host:\\|^Xref:\\|^Bcc:\\|^Gcc:\\|^Fcc:" "\ | |
1954 *Regexp of headers to be removed unconditionally before posting.") | |
1955 | |
1956 (defvar message-ignored-mail-headers "^Gcc:\\|^Fcc:" "\ | |
1957 *Regexp of headers to be removed unconditionally before mailing.") | |
1958 | |
1959 (defvar message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|Return-Path:\\|^Supersedes:" "\ | |
1960 *Header lines matching this regexp will be deleted before posting. | |
1961 It's best to delete old Path and Date headers before posting to avoid | |
1962 any confusion.") | |
1963 | |
1964 (defvar message-signature-separator "^-- *$" "\ | |
1965 Regexp matching the signature separator.") | |
1966 | |
1967 (defvar message-interactive nil "\ | |
1968 Non-nil means when sending a message wait for and display errors. | |
1969 nil means let mailer mail back a message to report errors.") | |
1970 | |
1971 (defvar message-generate-new-buffers t "\ | |
1972 *Non-nil means that a new message buffer will be created whenever `mail-setup' is called. | |
1973 If this is a function, call that function with three parameters: The type, | |
1974 the to address and the group name. (Any of these may be nil.) The function | |
1975 should return the new buffer name.") | |
1976 | |
1977 (defvar message-kill-buffer-on-exit nil "\ | |
1978 *Non-nil means that the message buffer will be killed after sending a message.") | |
1979 | |
1980 (defvar message-user-organization-file "/usr/lib/news/organization" "\ | |
1981 *Local news organization file.") | |
1982 | |
1983 (defvar message-signature-before-forwarded-message t "\ | |
1984 *If non-nil, put the signature before any included forwarded message.") | |
1985 | |
1986 (defvar message-included-forward-headers "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-\\|^Message-ID:\\|^References:" "\ | |
1987 *Regexp matching headers to be included in forwarded messages.") | |
1988 | |
1989 (defvar message-ignored-resent-headers "^Return-receipt" "\ | |
1990 *All headers that match this regexp will be deleted when resending a message.") | |
1991 | |
1992 (defvar message-ignored-cited-headers "." "\ | |
1993 Delete these headers from the messages you yank.") | |
1994 | |
1995 (defvar message-send-mail-function 'message-send-mail-with-sendmail "\ | |
1996 Function to call to send the current buffer as mail. | |
1997 The headers should be delimited by a line whose contents match the | |
1998 variable `mail-header-separator'. | |
1999 | |
2000 Legal values include `message-send-mail-with-mh' and | |
2001 `message-send-mail-with-sendmail', which is the default.") | |
2002 | |
2003 (defvar message-send-news-function 'message-send-news "\ | |
2004 Function to call to send the current buffer as news. | |
2005 The headers should be delimited by a line whose contents match the | |
2006 variable `mail-header-separator'.") | |
2007 | |
2008 (defvar message-reply-to-function nil "\ | |
2009 Function that should return a list of headers. | |
2010 This function should pick out addresses from the To, Cc, and From headers | |
2011 and respond with new To and Cc headers.") | |
2012 | |
2013 (defvar message-wide-reply-to-function nil "\ | |
2014 Function that should return a list of headers. | |
2015 This function should pick out addresses from the To, Cc, and From headers | |
2016 and respond with new To and Cc headers.") | |
2017 | |
2018 (defvar message-followup-to-function nil "\ | |
2019 Function that should return a list of headers. | |
2020 This function should pick out addresses from the To, Cc, and From headers | |
2021 and respond with new To and Cc headers.") | |
2022 | |
2023 (defvar message-use-followup-to 'ask "\ | |
2024 *Specifies what to do with Followup-To header. | |
2025 If nil, ignore the header. If it is t, use its value, but query before | |
2026 using the \"poster\" value. If it is the symbol `ask', query the user | |
2027 whether to ignore the \"poster\" value. If it is the symbol `use', | |
2028 always use the value.") | |
2029 | |
2030 (defvar message-post-method (cond ((and (boundp 'gnus-post-method) gnus-post-method) gnus-post-method) ((boundp 'gnus-select-method) gnus-select-method) (t '(nnspool ""))) "\ | |
2031 Method used to post news.") | |
2032 | |
2033 (defvar message-generate-headers-first nil "\ | |
2034 *If non-nil, generate all possible headers before composing.") | |
2035 | |
2036 (defvar message-citation-line-function 'message-insert-citation-line "\ | |
2037 *Function called to insert the \"Whomever writes:\" line.") | |
2038 | |
2039 (defvar message-yank-prefix "> " "\ | |
2040 *Prefix inserted on the lines of yanked messages. | |
2041 nil means use indentation.") | |
2042 | |
2043 (defvar message-cite-function 'message-cite-original "\ | |
2044 *Function for citing an original message.") | |
2045 | |
2046 (defvar message-indent-citation-function 'message-indent-citation "\ | |
2047 *Function for modifying a citation just inserted in the mail buffer. | |
2048 This can also be a list of functions. Each function can find the | |
2049 citation between (point) and (mark t). And each function should leave | |
2050 point and mark around the citation text as modified.") | |
2051 | |
2052 (defvar message-signature t "\ | |
2053 *String to be inserted at the end of the message buffer. | |
2054 If t, the `message-signature-file' file will be inserted instead. | |
2055 If a function, the result from the function will be used instead. | |
2056 If a form, the result from the form will be used instead.") | |
2057 | |
2058 (defvar message-signature-file "~/.signature" "\ | |
2059 *File containing the text inserted at end of message. buffer.") | |
2060 | |
2061 (defvar message-default-headers nil "\ | |
2062 *A string containing header lines to be inserted in outgoing messages. | |
2063 It is inserted before you edit the message, so you can edit or delete | |
2064 these lines.") | |
2065 | |
2066 (defvar message-default-mail-headers nil "\ | |
2067 *A string of header lines to be inserted in outgoing mails.") | |
2068 | |
2069 (defvar message-default-news-headers nil "\ | |
2070 *A string of header lines to be inserted in outgoing news articles.") | |
2071 | 2137 |
2072 (autoload 'message-mode "message" "\ | 2138 (autoload 'message-mode "message" "\ |
2073 Major mode for editing mail and news to be sent. | 2139 Major mode for editing mail and news to be sent. |
2074 Like Text Mode but with these additional commands: | 2140 Like Text Mode but with these additional commands: |
2075 C-c C-s message-send (send the message) C-c C-c message-send-and-exit | 2141 C-c C-s message-send (send the message) C-c C-c message-send-and-exit |
2076 C-c C-f move to a header field (and create it if there isn't): | 2142 C-c C-f move to a header field (and create it if there isn't): |
2077 C-c C-f C-t move to To C-c C-f C-s move to Subject | 2143 C-c C-f C-t move to To C-c C-f C-s move to Subject |
2078 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc | 2144 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc |
2079 C-c C-f C-f move to Fcc C-c C-f C-r move to Reply-To | 2145 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To |
2080 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups | 2146 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups |
2081 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution | 2147 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution |
2082 C-c C-f C-o move to Followup-To | 2148 C-c C-f C-f move to Followup-To |
2083 C-c C-t message-insert-to (add a To header to a news followup) | 2149 C-c C-t message-insert-to (add a To header to a news followup) |
2084 C-c C-n message-insert-newsgroups (add a Newsgroup header to a news reply) | 2150 C-c C-n message-insert-newsgroups (add a Newsgroup header to a news reply) |
2085 C-c C-b message-goto-body (move to beginning of message text). | 2151 C-c C-b message-goto-body (move to beginning of message text). |
2086 C-c C-i message-goto-signature (move to the beginning of the signature). | 2152 C-c C-i message-goto-signature (move to the beginning of the signature). |
2087 C-c C-w message-insert-signature (insert `message-signature-file' file). | 2153 C-c C-w message-insert-signature (insert `message-signature-file' file). |
2088 C-c C-y message-yank-original (insert current message, if any). | 2154 C-c C-y message-yank-original (insert current message, if any). |
2089 C-c C-q message-fill-yanked-message (fill what was yanked). | 2155 C-c C-q message-fill-yanked-message (fill what was yanked). |
2090 C-c C-r message-ceasar-buffer-body (rot13 the message body)." t nil) | 2156 C-c C-e message-elide-region (elide the text between point and mark). |
2157 C-c C-r message-caesar-buffer-body (rot13 the message body)." t nil) | |
2091 | 2158 |
2092 (autoload 'message-mail "message" "\ | 2159 (autoload 'message-mail "message" "\ |
2093 Start editing a mail message to be sent." t nil) | 2160 Start editing a mail message to be sent." t nil) |
2094 | 2161 |
2095 (autoload 'message-news "message" "\ | 2162 (autoload 'message-news "message" "\ |
2096 Start editing a news article to be sent." t nil) | 2163 Start editing a news article to be sent." t nil) |
2097 | 2164 |
2098 (autoload 'message-reply "message" "\ | 2165 (autoload 'message-reply "message" "\ |
2099 Start editing a reply to the article in the current buffer." t nil) | 2166 Start editing a reply to the article in the current buffer." t nil) |
2100 | 2167 |
2101 (autoload 'message-wide-reply "message" nil t nil) | 2168 (autoload 'message-wide-reply "message" "\ |
2102 | 2169 Make a \"wide\" reply to the message in the current buffer." t nil) |
2103 (autoload 'message-followup "message" nil t nil) | 2170 |
2171 (autoload 'message-followup "message" "\ | |
2172 Follow up to the message in the current buffer. | |
2173 If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil) | |
2104 | 2174 |
2105 (autoload 'message-cancel-news "message" "\ | 2175 (autoload 'message-cancel-news "message" "\ |
2106 Cancel an article you posted." t nil) | 2176 Cancel an article you posted." t nil) |
2107 | 2177 |
2108 (autoload 'message-supersede "message" "\ | 2178 (autoload 'message-supersede "message" "\ |
2146 | 2216 |
2147 (autoload 'unbold-region "message" "\ | 2217 (autoload 'unbold-region "message" "\ |
2148 Remove all boldness (overstruck characters) in the region. | 2218 Remove all boldness (overstruck characters) in the region. |
2149 Called from program, takes two arguments START and END | 2219 Called from program, takes two arguments START and END |
2150 which specify the range to operate on." t nil) | 2220 which specify the range to operate on." t nil) |
2221 | |
2222 ;;;*** | |
2223 | |
2224 ;;;### (autoloads nil "messcompat" "gnus/messcompat.el") | |
2225 | |
2226 (defvar message-signature-file mail-signature-file "\ | |
2227 *File containing the text inserted at end of message. buffer.") | |
2228 | |
2229 ;;;*** | |
2230 | |
2231 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el") | |
2232 | |
2233 (autoload 'nndoc-add-type "nndoc" "\ | |
2234 Add document DEFINITION to the list of nndoc document definitions. | |
2235 If POSITION is nil or `last', the definition will be added | |
2236 as the last checked definition, if t or `first', add as the | |
2237 first definition, and if any other symbol, add after that | |
2238 symbol in the alist." nil nil) | |
2151 | 2239 |
2152 ;;;*** | 2240 ;;;*** |
2153 | 2241 |
2154 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el") | 2242 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el") |
2155 | 2243 |
3561 ;;;*** | 3649 ;;;*** |
3562 | 3650 |
3563 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3651 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3564 | 3652 |
3565 (autoload 'ksh-mode "ksh-mode" "\ | 3653 (autoload 'ksh-mode "ksh-mode" "\ |
3566 ksh-mode $Revision: 1.3 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3654 ksh-mode $Revision: 1.4 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3567 shell scripts. | 3655 shell scripts. |
3568 Special key bindings and commands: | 3656 Special key bindings and commands: |
3569 \\{ksh-mode-map} | 3657 \\{ksh-mode-map} |
3570 Variables controlling indentation style: | 3658 Variables controlling indentation style: |
3571 ksh-indent | 3659 ksh-indent |
4778 | 4866 |
4779 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4867 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4780 | 4868 |
4781 (autoload 'vhdl-mode "vhdl-mode" "\ | 4869 (autoload 'vhdl-mode "vhdl-mode" "\ |
4782 Major mode for editing VHDL code. | 4870 Major mode for editing VHDL code. |
4783 vhdl-mode $Revision: 1.3 $ | 4871 vhdl-mode $Revision: 1.4 $ |
4784 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4872 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4785 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4873 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4786 information already added. You just need to add a description of the | 4874 information already added. You just need to add a description of the |
4787 problem, including a reproducable test case and send the message. | 4875 problem, including a reproducable test case and send the message. |
4788 | 4876 |
6837 With a non-positive argument, turns it off. | 6925 With a non-positive argument, turns it off. |
6838 When active, typed text replaces the selection." t nil) | 6926 When active, typed text replaces the selection." t nil) |
6839 | 6927 |
6840 ;;;*** | 6928 ;;;*** |
6841 | 6929 |
6842 ;;;### (autoloads (ps-despool ps-spool-region-with-faces ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ps-print-buffer) "ps-print" "packages/ps-print.el") | 6930 ;;;### (autoloads (ps-setup ps-nb-pages-region ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ps-print-buffer) "ps-print" "packages/ps-print.el") |
6843 | 6931 |
6844 (defvar ps-paper-type 'ps-letter "\ | 6932 (defvar ps-paper-type 'letter "\ |
6845 *Specifies the size of paper to format for. Should be one of | 6933 *Specifies the size of paper to format for. |
6846 `ps-letter', `ps-legal', or `ps-a4'.") | 6934 Should be one of the paper types defined in `ps-page-dimensions-database', for |
6847 | 6935 example `letter', `legal' or `a4'.") |
6848 (defvar ps-print-color-p (and (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) (fboundp 'float)) "\ | 6936 |
6937 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\ | |
6849 *If non-nil, print the buffer's text in color.") | 6938 *If non-nil, print the buffer's text in color.") |
6850 | 6939 |
6851 (autoload 'ps-print-buffer "ps-print" "\ | 6940 (autoload 'ps-print-buffer "ps-print" "\ |
6852 Generate and print a PostScript image of the buffer. | 6941 Generate and print a PostScript image of the buffer. |
6853 | 6942 |
6914 | 7003 |
6915 More specifically, the FILENAME argument is treated as follows: if it | 7004 More specifically, the FILENAME argument is treated as follows: if it |
6916 is nil, send the image to the printer. If FILENAME is a string, save | 7005 is nil, send the image to the printer. If FILENAME is a string, save |
6917 the PostScript image in a file with that name. If FILENAME is a | 7006 the PostScript image in a file with that name. If FILENAME is a |
6918 number, prompt the user for the name of the file to save in." t nil) | 7007 number, prompt the user for the name of the file to save in." t nil) |
7008 | |
7009 (autoload 'ps-line-lengths "ps-print" "\ | |
7010 *Display the correspondence between a line length and a font size, | |
7011 using the current ps-print setup. | |
7012 Try: pr -t file | awk '{printf \"%3d %s | |
7013 \", length($0), $0}' | sort -r | head" t nil) | |
7014 | |
7015 (autoload 'ps-nb-pages-buffer "ps-print" "\ | |
7016 *Display an approximate correspondence between a font size and the number | |
7017 of pages the current buffer would require to print | |
7018 using the current ps-print setup." t nil) | |
7019 | |
7020 (autoload 'ps-nb-pages-region "ps-print" "\ | |
7021 *Display an approximate correspondence between a font size and the number | |
7022 of pages the current region would require to print | |
7023 using the current ps-print setup." t nil) | |
7024 | |
7025 (autoload 'ps-setup "ps-print" "\ | |
7026 *Return the current setup" nil nil) | |
6919 | 7027 |
6920 ;;;*** | 7028 ;;;*** |
6921 | 7029 |
6922 ;;;### (autoloads (remote-compile) "rcompile" "packages/rcompile.el") | 7030 ;;;### (autoloads (remote-compile) "rcompile" "packages/rcompile.el") |
6923 | 7031 |
8193 This is a conventional plain text. It should be translated | 8301 This is a conventional plain text. It should be translated |
8194 into text/plain. | 8302 into text/plain. |
8195 --[[text/plain]] | 8303 --[[text/plain]] |
8196 This is also a plain text. But, it is explicitly specified as | 8304 This is also a plain text. But, it is explicitly specified as |
8197 is. | 8305 is. |
8198 --[[text/plain; charset=ISO-2022-JP]] | 8306 --[[text/plain; charset=ISO-8859-1]] |
8199 ...Japanese text here.... | 8307 This is also a plain text. But charset is specified as |
8200 --[[text/richtext]] | 8308 iso-8859-1. |
8201 <center>This is a richtext.</center> | 8309 |
8202 --[[image/gif][base64]]^M...image encoded in base64 here... | 8310 ¡Hola! Buenos días. ¿Cómo está usted? |
8203 --[[audio/basic][base64]]^M...audio encoded in base64 here... | 8311 --[[text/enriched]] |
8312 This is a <bold>enriched text</bold>. | |
8313 --[[image/gif][base64]]...image encoded in base64 here... | |
8314 --[[audio/basic][base64]]...audio encoded in base64 here... | |
8204 | 8315 |
8205 User customizable variables (not documented all of them): | 8316 User customizable variables (not documented all of them): |
8206 mime-prefix | 8317 mime-prefix |
8207 Specifies a key prefix for MIME minor mode commands. | 8318 Specifies a key prefix for MIME minor mode commands. |
8208 | 8319 |
9065 word, and if `skeleton-pair-filter' returns nil, pairing is performed. | 9176 word, and if `skeleton-pair-filter' returns nil, pairing is performed. |
9066 | 9177 |
9067 If a match is found in `skeleton-pair-alist', that is inserted, else | 9178 If a match is found in `skeleton-pair-alist', that is inserted, else |
9068 the defaults are used. These are (), [], {}, <> and `' for the | 9179 the defaults are used. These are (), [], {}, <> and `' for the |
9069 symmetrical ones, and the same character twice for the others." t nil) | 9180 symmetrical ones, and the same character twice for the others." t nil) |
9181 | |
9182 ;;;*** | |
9183 | |
9184 ;;;### (autoloads nil "timezone" "utils/timezone.el") | |
9185 | |
9186 (define-error 'invalid-date "Invalid date string") | |
9070 | 9187 |
9071 ;;;*** | 9188 ;;;*** |
9072 | 9189 |
9073 ;;;### (autoloads (tq-create) "tq" "utils/tq.el") | 9190 ;;;### (autoloads (tq-create) "tq" "utils/tq.el") |
9074 | 9191 |
9322 With prefix-arg P, ignore viewers and dump the link straight | 9439 With prefix-arg P, ignore viewers and dump the link straight |
9323 to disk." t nil) | 9440 to disk." t nil) |
9324 | 9441 |
9325 (autoload 'w3-fetch "w3" "\ | 9442 (autoload 'w3-fetch "w3" "\ |
9326 Retrieve a document over the World Wide Web. | 9443 Retrieve a document over the World Wide Web. |
9327 The World Wide Web is a global hypertext system started by CERN in | 9444 Defaults to URL of the current document, if any. |
9328 Switzerland in 1991. | 9445 With prefix argument, use the URL of the hyperlink under point instead." t nil) |
9329 | |
9330 The document should be specified by its fully specified | |
9331 Uniform Resource Locator. The document will be parsed, printed, or | |
9332 passed to an external viewer as appropriate. Variable | |
9333 `mm-mime-info' specifies viewers for particular file types." t nil) | |
9334 | 9446 |
9335 (autoload 'w3-maybe-follow-link-mouse "w3" "\ | 9447 (autoload 'w3-maybe-follow-link-mouse "w3" "\ |
9336 Maybe follow a hypertext link under point. | 9448 Maybe follow a hypertext link under point. |
9337 If there is no link under point, this will try using | 9449 If there is no link under point, this will try using |
9338 url-get-url-at-point" t nil) | 9450 url-get-url-at-point" t nil) |