Mercurial > hg > xemacs-beta
comparison man/gnus.texi @ 140:585fb297b004 r20-2b4
Import from CVS: tag r20-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:32:43 +0200 |
parents | b980b6286996 |
children | 1856695b1fa9 |
comparison
equal
deleted
inserted
replaced
139:2b5203979d01 | 140:585fb297b004 |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 | 2 |
3 @setfilename gnus | 3 @setfilename gnus |
4 @settitle Gnus 5.4.46 Manual | 4 @settitle Gnus 5.4.50 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.46 Manual | 290 @title Gnus 5.4.50 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.46. | 326 This manual corresponds to Gnus 5.4.50. |
327 | 327 |
328 @end ifinfo | 328 @end ifinfo |
329 | 329 |
330 @iftex | 330 @iftex |
331 | 331 |
8451 @vindex nntp-server-hook | 8451 @vindex nntp-server-hook |
8452 This hook is run as the last step when connecting to an @sc{nntp} | 8452 This hook is run as the last step when connecting to an @sc{nntp} |
8453 server. | 8453 server. |
8454 | 8454 |
8455 @findex nntp-open-rlogin | 8455 @findex nntp-open-rlogin |
8456 @findex nntp-open-telnet | |
8456 @findex nntp-open-network-stream | 8457 @findex nntp-open-network-stream |
8457 @item nntp-open-connection-function | 8458 @item nntp-open-connection-function |
8458 @vindex nntp-open-connection-function | 8459 @vindex nntp-open-connection-function |
8459 This function is used to connect to the remote system. Two pre-made | 8460 This function is used to connect to the remote system. Three pre-made |
8460 functions are @code{nntp-open-network-stream}, which is the default, and | 8461 functions are @code{nntp-open-network-stream}, which is the default, and |
8461 simply connects to some port or other on the remote system. The other | 8462 simply connects to some port or other on the remote system. The other |
8462 is @code{nntp-open-rlogin}, which does an rlogin on the remote system, | 8463 two are @code{nntp-open-rlogin}, which does an @samp{rlogin} on the |
8463 and then does a telnet to the @sc{nntp} server available there. | 8464 remote system, and then does a @samp{telnet} to the @sc{nntp} server |
8465 available there, and @code{nntp-open-telnet}, which does a @samp{telnet} | |
8466 to the remote system and then another @samp{telnet} to get to the | |
8467 @sc{nntp} server. | |
8468 | |
8469 @code{nntp-open-rlogin}-related variables: | |
8470 | |
8471 @table @code | |
8464 | 8472 |
8465 @item nntp-rlogin-parameters | 8473 @item nntp-rlogin-parameters |
8466 @vindex nntp-rlogin-parameters | 8474 @vindex nntp-rlogin-parameters |
8467 If you use @code{nntp-open-rlogin} as the | 8475 This list will be used as the parameter list given to @code{rsh}. |
8468 @code{nntp-open-connection-function}, this list will be used as the | 8476 |
8469 parameter list given to @code{rsh}. | 8477 @item nntp-rlogin-user-name |
8478 @vindex nntp-rlogin-user-name | |
8479 User name on the remote system. | |
8480 | |
8481 @end table | |
8482 | |
8483 @code{nntp-open-telnet}-related variables: | |
8484 | |
8485 @table @code | |
8486 @item nntp-telnet-command | |
8487 @vindex nntp-telnet-command | |
8488 Command used to start @samp{telnet}. | |
8489 | |
8490 @item nntp-telnet-switches | |
8491 @vindex nntp-telnet-switches | |
8492 List of strings to be used as the switches to the telnet command. | |
8493 | |
8494 @item nntp-telnet-user-name | |
8495 @vindex nntp-telnet-user-name | |
8496 User name to log in on the remote system as. | |
8497 | |
8498 @item nntp-telnet-passwd | |
8499 @vindex nntp-telnet-passwd | |
8500 Password to use when logging in. | |
8501 | |
8502 @item nntp-telnet-parameters | |
8503 @vindex nntp-telnet-parameters | |
8504 A list of strings that will be executed as a command after logging in | |
8505 via telnet. | |
8506 | |
8507 @end table | |
8470 | 8508 |
8471 @item nntp-end-of-line | 8509 @item nntp-end-of-line |
8472 @vindex nntp-end-of-line | 8510 @vindex nntp-end-of-line |
8473 String to use as end-of-line markers when talking to the @sc{nntp} | 8511 String to use as end-of-line markers when talking to the @sc{nntp} |
8474 server. This is @samp{\r\n} by default, but should be @samp{\n} when | 8512 server. This is @samp{\r\n} by default, but should be @samp{\n} when |
10969 (local (gnus-newsgroup-auto-expire t) | 11007 (local (gnus-newsgroup-auto-expire t) |
10970 (gnus-summary-make-false-root 'empty)) | 11008 (gnus-summary-make-false-root 'empty)) |
10971 (eval (ding))) | 11009 (eval (ding))) |
10972 @end lisp | 11010 @end lisp |
10973 | 11011 |
10974 This example demonstrates absolutely everything about a score file. | 11012 This example demonstrates most score file elements. For a different |
11013 approach, see @pxref{Advanced Scoring}. | |
10975 | 11014 |
10976 Even though this looks much like lisp code, nothing here is actually | 11015 Even though this looks much like lisp code, nothing here is actually |
10977 @code{eval}ed. The lisp reader is used to read this form, though, so it | 11016 @code{eval}ed. The lisp reader is used to read this form, though, so it |
10978 has to be legal syntactically, if not semantically. | 11017 has to be legal syntactically, if not semantically. |
10979 | 11018 |
13111 The number of days before removing old NoCeM entries from the cache. | 13150 The number of days before removing old NoCeM entries from the cache. |
13112 The default is 15. If you make it shorter Gnus will be faster, but you | 13151 The default is 15. If you make it shorter Gnus will be faster, but you |
13113 might then see old spam. | 13152 might then see old spam. |
13114 | 13153 |
13115 @end table | 13154 @end table |
13155 | |
13156 Using NoCeM could potentially be a memory hog. If you have many living | |
13157 (i. e., subscribed or unsubscribed groups), your Emacs process will grow | |
13158 big. If this is a problem, you should kill off all (or most) of your | |
13159 unsubscribed groups (@pxref{Subscription Commands}). | |
13116 | 13160 |
13117 | 13161 |
13118 @node Picons | 13162 @node Picons |
13119 @section Picons | 13163 @section Picons |
13120 | 13164 |
14026 Paul Eggert, | 14070 Paul Eggert, |
14027 Michael Ernst, | 14071 Michael Ernst, |
14028 Luc Van Eycken, | 14072 Luc Van Eycken, |
14029 Sam Falkner, | 14073 Sam Falkner, |
14030 Paul Franklin, | 14074 Paul Franklin, |
14075 Arne Georg Gleditsch, | |
14031 David S. Goldberg, | 14076 David S. Goldberg, |
14032 D. Hall, | 14077 D. Hall, |
14033 Magnus Hammerin, | 14078 Magnus Hammerin, |
14034 Raja R. Harinath, | 14079 Raja R. Harinath, |
14035 Hisashige Kenji, @c Hisashige | 14080 Hisashige Kenji, @c Hisashige |
14036 Marc Horowitz, | 14081 Marc Horowitz, |
14037 Gunnar Horrigmo, | 14082 Gunnar Horrigmo, |
14083 Brad Howes, | |
14038 François Felix Ingrand, | 14084 François Felix Ingrand, |
14039 Ishikawa Ichiro, @c Ishikawa | 14085 Ishikawa Ichiro, @c Ishikawa |
14040 Lee Iverson, | 14086 Lee Iverson, |
14041 Rajappa Iyer, | 14087 Rajappa Iyer, |
14042 Randell Jesup, | 14088 Randell Jesup, |
14094 Kurt Swanson, | 14140 Kurt Swanson, |
14095 Samuel Tardieu, | 14141 Samuel Tardieu, |
14096 Teddy, | 14142 Teddy, |
14097 Chuck Thompson, | 14143 Chuck Thompson, |
14098 Philippe Troin, | 14144 Philippe Troin, |
14145 Aaron M. Ucko, | |
14099 Jan Vroonhof, | 14146 Jan Vroonhof, |
14100 Barry A. Warsaw, | 14147 Barry A. Warsaw, |
14101 Christoph Wedler, | 14148 Christoph Wedler, |
14102 Joe Wells, | 14149 Joe Wells, |
14103 and | 14150 and |