Gnus development mailing list
 help / color / mirror / Atom feed
* Suggest to change gnus-sum.el -- deal with float number for article number to read
@ 2004-10-21  2:01 Cheng Gao
  2004-10-21  7:09 ` Suggest to change gnus-sum.el -- deal with float number for Reiner Steib
  0 siblings, 1 reply; 4+ messages in thread
From: Cheng Gao @ 2004-10-21  2:01 UTC (permalink / raw)



After line 5365 of gnus-sum.el:
(setq select (if (stringp select) (string-to-number select) select))

add
(setq select (if (floatp select) (round select) select))



-- 
相濡以沫,不如相忘于江湖。




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-21 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-21  2:01 Suggest to change gnus-sum.el -- deal with float number for article number to read Cheng Gao
2004-10-21  7:09 ` Suggest to change gnus-sum.el -- deal with float number for Reiner Steib
2004-10-21  8:41   ` Cheng Gao
2004-10-21 10:34     ` Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).