Mercurial > hg > xemacs-beta
comparison man/gnus.texi @ 144:318232e2a3f0 r20-2b6
Import from CVS: tag r20-2b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:14 +0200 |
parents | 1856695b1fa9 |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
143:50e7fedfe353 | 144:318232e2a3f0 |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 | 2 |
3 @setfilename gnus | 3 @setfilename gnus |
4 @settitle Gnus 5.4.51 Manual | 4 @settitle Gnus 5.4.52 Manual |
5 @synindex fn cp | 5 @synindex fn cp |
6 @synindex vr cp | 6 @synindex vr cp |
7 @synindex pg cp | 7 @synindex pg cp |
8 @iftex | 8 @iftex |
9 @finalout | 9 @finalout |
285 @end ifinfo | 285 @end ifinfo |
286 | 286 |
287 @tex | 287 @tex |
288 | 288 |
289 @titlepage | 289 @titlepage |
290 @title Gnus 5.4.51 Manual | 290 @title Gnus 5.4.52 Manual |
291 | 291 |
292 @author by Lars Magne Ingebrigtsen | 292 @author by Lars Magne Ingebrigtsen |
293 @page | 293 @page |
294 | 294 |
295 @vskip 0pt plus 1filll | 295 @vskip 0pt plus 1filll |
321 You can read news (and mail) from within Emacs by using Gnus. The news | 321 You can read news (and mail) from within Emacs by using Gnus. The news |
322 can be gotten by any nefarious means you can think of---@sc{nntp}, local | 322 can be gotten by any nefarious means you can think of---@sc{nntp}, local |
323 spool or your mbox file. All at the same time, if you want to push your | 323 spool or your mbox file. All at the same time, if you want to push your |
324 luck. | 324 luck. |
325 | 325 |
326 This manual corresponds to Gnus 5.4.51. | 326 This manual corresponds to Gnus 5.4.52. |
327 | 327 |
328 @end ifinfo | 328 @end ifinfo |
329 | 329 |
330 @iftex | 330 @iftex |
331 | 331 |
5234 lots of mail groups that are called things like | 5234 lots of mail groups that are called things like |
5235 @samp{nnml:mail.whatever}, you may want to chop off the beginning of | 5235 @samp{nnml:mail.whatever}, you may want to chop off the beginning of |
5236 these group names before creating the file name to save to. The | 5236 these group names before creating the file name to save to. The |
5237 following will do just that: | 5237 following will do just that: |
5238 | 5238 |
5239 1@lisp | 5239 @lisp |
5240 (defun my-save-name (group) | 5240 (defun my-save-name (group) |
5241 (when (string-match "^nnml:mail." group) | 5241 (when (string-match "^nnml:mail." group) |
5242 (substring group (match-end 0)))) | 5242 (substring group (match-end 0)))) |
5243 | 5243 |
5244 (setq gnus-split-methods | 5244 (setq gnus-split-methods |