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