comparison man/gnus.texi @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents 25f70ba0133c
children 0132846995bd
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 2
3 @setfilename gnus 3 @setfilename gnus
4 @settitle Gnus 5.4.55 Manual 4 @settitle Gnus 5.4.56 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.55 Manual 290 @title Gnus 5.4.56 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.55. 326 This manual corresponds to Gnus 5.4.56.
327 327
328 @end ifinfo 328 @end ifinfo
329 329
330 @iftex 330 @iftex
331 331
12231 function, which is @code{gnus-decay-score} by default. Here's the 12231 function, which is @code{gnus-decay-score} by default. Here's the
12232 definition of that function: 12232 definition of that function:
12233 12233
12234 @lisp 12234 @lisp
12235 (defun gnus-decay-score (score) 12235 (defun gnus-decay-score (score)
12236 "Decay SCORE according to `gnus-score-decay-constant' and `gnus-score-decay-scale'."
12236 (floor 12237 (floor
12237 (- score 12238 (- score
12238 (* (if (< score 0) 1 -1) 12239 (* (if (< score 0) 1 -1)
12239 (min score 12240 (min (abs score)
12240 (max gnus-score-decay-constant 12241 (max gnus-score-decay-constant
12241 (* (abs score) 12242 (* (abs score)
12242 gnus-score-decay-scale))))))) 12243 gnus-score-decay-scale)))))))
12243 @end lisp 12244 @end lisp
12244 12245
14118 Paul Eggert, 14119 Paul Eggert,
14119 Michael Ernst, 14120 Michael Ernst,
14120 Luc Van Eycken, 14121 Luc Van Eycken,
14121 Sam Falkner, 14122 Sam Falkner,
14122 Paul Franklin, 14123 Paul Franklin,
14124 Guy Geens,
14123 Arne Georg Gleditsch, 14125 Arne Georg Gleditsch,
14124 David S. Goldberg, 14126 David S. Goldberg,
14125 D. Hall, 14127 D. Hall,
14126 Magnus Hammerin, 14128 Magnus Hammerin,
14127 Raja R. Harinath, 14129 Raja R. Harinath,
14179 Danny Siu, 14181 Danny Siu,
14180 Paul D. Smith, 14182 Paul D. Smith,
14181 Jeff Sparkes, 14183 Jeff Sparkes,
14182 Toby Speight, 14184 Toby Speight,
14183 Michael Sperber, 14185 Michael Sperber,
14186 Darren Stalder,
14184 Richard Stallman, 14187 Richard Stallman,
14185 Greg Stark, 14188 Greg Stark,
14186 Paul Stodghill, 14189 Paul Stodghill,
14187 Kurt Swanson, 14190 Kurt Swanson,
14188 Samuel Tardieu, 14191 Samuel Tardieu,