annotate lisp/gnus/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
2 (if (not (featurep 'gnus-autoloads))
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3 (progn
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
4
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
5 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
6
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7 (autoload 'gnus-earcon-display "earcon" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8 Play sounds in message buffers." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 (autoload 'gnus-audio-play "gnus-audio" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15 Play a sound through the speaker." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 (autoload 'gnus-jog-cache "gnus-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22 Go through all groups and put the articles into the cache.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24 Usage:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 (autoload 'gnus-cache-generate-active "gnus-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28 Generate the cache active file." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31 Generate NOV files recursively starting in DIR." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
35 ;;;### (autoloads (gnus-fetch-group) "gnus-group" "gnus/gnus-group.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
36
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
37 (autoload 'gnus-fetch-group "gnus-group" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
38 Start Gnus if necessary and enter GROUP.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
39 Returns whether the fetching was successful or not." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
40
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
41 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
42
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
43 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
44
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
45 (defalias 'gnus-batch-kill 'gnus-batch-score)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
46
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
47 (autoload 'gnus-batch-score "gnus-kill" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
48 Run batched scoring.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
49 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ...
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
50 Newsgroups is a list of strings in Bnews format. If you want to score
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
51 the comp hierarchy, you'd say \"comp.all\". If you would not like to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
52 score the alt hierarchy, you'd say \"!alt.all\"." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
53
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
54 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
55
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
56 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
57
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
58 (autoload 'gnus-change-server "gnus-move" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
59 Move from FROM-SERVER to TO-SERVER.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
60 Update the .newsrc.eld file to reflect the change of nntp server." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
61
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
62 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
63
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
64 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
65
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
66 (autoload 'gnus-batch-brew-soup "gnus-soup" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
67 Brew a SOUP packet from groups mention on the command line.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
68 Will use the remaining command line arguments as regular expressions
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
69 for matching on group names.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
70
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
71 For instance, if you want to brew on all the nnml groups, as well as
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
72 groups with \"emacs\" in the name, you could say something like:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
73
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
74 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
75
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
76 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
77
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
78 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
79
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
80 (autoload 'gnus-update-format "gnus-spec" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
81 Update the format specification near point." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
82
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
83 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
84
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
85 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" "gnus/gnus-start.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
86
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
87 (autoload 'gnus-unload "gnus-start" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
88 Unload all Gnus features." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
89
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
90 (autoload 'gnus-declare-backend "gnus-start" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
91 Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
92
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
93 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
94
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
95 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
96
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
97 (autoload 'gnus-add-configuration "gnus-win" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
98 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
99
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
100 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
101
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
102 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server gnus-slave-no-server) "gnus" "gnus/gnus.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
103
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
104 (autoload 'gnus-slave-no-server "gnus" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
105 Read network news as a slave, without connecting to local server" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
106
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
107 (autoload 'gnus-no-server "gnus" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
108 Read network news.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
109 If ARG is a positive number, Gnus will use that as the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
110 startup level. If ARG is nil, Gnus will be started at level 2.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
111 If ARG is non-nil and not a positive number, Gnus will
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
112 prompt the user for the name of an NNTP server to use.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
113 As opposed to `gnus', this command will not connect to the local server." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
114
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
115 (autoload 'gnus-slave "gnus" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
116 Read news as a slave." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
117
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
118 (autoload 'gnus-other-frame "gnus" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
119 Pop up a frame to read news." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
120
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
121 (autoload 'gnus "gnus" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
122 Read network news.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
123 If ARG is non-nil and a positive number, Gnus will use that as the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
124 startup level. If ARG is non-nil and not a positive number, Gnus will
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
125 prompt the user for the name of an NNTP server to use." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
126
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
127 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
128
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
129 ;;;### (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")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
130
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
131 (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)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
132
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
133 (defcustom message-signature-separator "^-- *$" "Regexp matching the signature separator." :type 'regexp :group 'message-various)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
134
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
135 (defcustom message-user-organization-file "/usr/lib/news/organization" "*Local news organization file." :type 'file :group 'message-headers)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
136
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
137 (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)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
138
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
139 (defcustom message-citation-line-function 'message-insert-citation-line "*Function called to insert the \"Whomever writes:\" line." :type 'function :group 'message-insertion)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
140
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
141 (defcustom message-yank-prefix "> " "*Prefix inserted on the lines of yanked messages.\nnil means use indentation." :type 'string :group 'message-insertion)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
142
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
143 (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)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
144
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
145 (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)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
146
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
147 (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)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
148
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
149 (defcustom message-signature-file "~/.signature" "*File containing the text inserted at end of message buffer." :type 'file :group 'message-insertion)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
150
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
151 (autoload 'message-mode "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
152 Major mode for editing mail and news to be sent.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
153 Like Text Mode but with these additional commands:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
154 C-c C-s message-send (send the message) C-c C-c message-send-and-exit
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
155 C-c C-f move to a header field (and create it if there isn't):
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
156 C-c C-f C-t move to To C-c C-f C-s move to Subject
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
157 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
158 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
159 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
160 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
161 C-c C-f C-f move to Followup-To
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
162 C-c C-t message-insert-to (add a To header to a news followup)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
163 C-c C-n message-insert-newsgroups (add a Newsgroup header to a news reply)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
164 C-c C-b message-goto-body (move to beginning of message text).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
165 C-c C-i message-goto-signature (move to the beginning of the signature).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
166 C-c C-w message-insert-signature (insert `message-signature-file' file).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
167 C-c C-y message-yank-original (insert current message, if any).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
168 C-c C-q message-fill-yanked-message (fill what was yanked).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
169 C-c C-e message-elide-region (elide the text between point and mark).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
170 C-c C-r message-caesar-buffer-body (rot13 the message body)." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
171
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
172 (autoload 'message-mail "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
173 Start editing a mail message to be sent." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
174
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
175 (autoload 'message-news "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
176 Start editing a news article to be sent." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
177
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
178 (autoload 'message-reply "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
179 Start editing a reply to the article in the current buffer." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
180
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
181 (autoload 'message-wide-reply "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
182 Make a \"wide\" reply to the message in the current buffer." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
183
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
184 (autoload 'message-followup "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
185 Follow up to the message in the current buffer.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
186 If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
187
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
188 (autoload 'message-cancel-news "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
189 Cancel an article you posted." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
190
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
191 (autoload 'message-supersede "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
192 Start composing a message to supersede the current message.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
193 This is done simply by taking the old article and adding a Supersedes
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
194 header line with the old Message-ID." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
195
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
196 (autoload 'message-recover "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
197 Reread contents of current buffer from its last auto-save file." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
198
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
199 (autoload 'message-forward "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
200 Forward the current message via mail.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
201 Optional NEWS will use news to forward instead of mail." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
202
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
203 (autoload 'message-resend "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
204 Resend the current article to ADDRESS." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
205
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
206 (autoload 'message-bounce "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
207 Re-mail the current message.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
208 This only makes sense if the current message is a bounce message than
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
209 contains some mail you have written which has been bounced back to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
210 you." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
211
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
212 (autoload 'message-mail-other-window "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
213 Like `message-mail' command, but display mail buffer in another window." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
214
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
215 (autoload 'message-mail-other-frame "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
216 Like `message-mail' command, but display mail buffer in another frame." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
217
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
218 (autoload 'message-news-other-window "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
219 Start editing a news article to be sent." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
220
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
221 (autoload 'message-news-other-frame "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
222 Start editing a news article to be sent." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
223
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
224 (autoload 'bold-region "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
225 Bold all nonblank characters in the region.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
226 Works by overstriking characters.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
227 Called from program, takes two arguments START and END
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
228 which specify the range to operate on." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
229
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
230 (autoload 'unbold-region "message" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
231 Remove all boldness (overstruck characters) in the region.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
232 Called from program, takes two arguments START and END
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
233 which specify the range to operate on." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
234
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
235 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
236
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
237 ;;;### (autoloads nil "messcompat" "gnus/messcompat.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
238
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
239 (defvar message-signature-file mail-signature-file "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
240 *File containing the text inserted at end of message. buffer.")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
241
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
242 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
243
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
244 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
245
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
246 (autoload 'nndoc-add-type "nndoc" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
247 Add document DEFINITION to the list of nndoc document definitions.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
248 If POSITION is nil or `last', the definition will be added
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
249 as the last checked definition, if t or `first', add as the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
250 first definition, and if any other symbol, add after that
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
251 symbol in the alist." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
252
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
253 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
254
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
255 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
256
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
257 (autoload 'nnfolder-generate-active-file "nnfolder" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
258 Look for mbox folders in the nnfolder directory and make them into groups." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
259
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
260 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
261
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
262 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
263
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
264 (autoload 'nnkiboze-generate-groups "nnkiboze" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
265 Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
266 Finds out what articles are to be part of the nnkiboze groups." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
267
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
268 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
269
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
270 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
271
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
272 (autoload 'nnml-generate-nov-databases "nnml" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
273 Generate NOV databases in all nnml directories." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
274
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
275 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
276
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
277 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) "nnsoup" "gnus/nnsoup.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
278
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
279 (autoload 'nnsoup-pack-replies "nnsoup" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
280 Make an outbound package of SOUP replies." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
281
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
282 (autoload 'nnsoup-set-variables "nnsoup" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
283 Use the SOUP methods for posting news and mailing mail." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
284
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
285 (autoload 'nnsoup-revert-variables "nnsoup" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
286 Revert posting and mailing methods to the standard Emacs methods." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
287
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
288 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
289
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
290 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
291
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
292 (autoload 'gnus-score-mode "score-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
293 Mode for editing Gnus score files.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
294 This mode is an extended emacs-lisp mode.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
295
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
296 \\{gnus-score-mode-map}" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
297
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
298 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
299
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
300 ;;;### (autoloads (gnus-smiley-display smiley-buffer smiley-region) "smiley" "gnus/smiley.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
301
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
302 (autoload 'smiley-region "smiley" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
303 Smilify the region between point and mark." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
304
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
305 (autoload 'smiley-buffer "smiley" nil t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
306
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
307 (autoload 'gnus-smiley-display "smiley" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
308 Display \"smileys\" as small graphical icons." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
309
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
310 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
311
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
312 (provide 'gnus-autoloads)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
313 ))