Gnus development mailing list
 help / color / mirror / Atom feed
From: Cheng Gao <chenggao@gmail.com>
Subject: Suggest to change gnus-sum.el -- deal with float number for article number to read
Date: Thu, 21 Oct 2004 10:01:48 +0800	[thread overview]
Message-ID: <uk6tkesmr.fsf@news.eqiao.com> (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))



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




             reply	other threads:[~2004-10-21  2:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-21  2:01 Cheng Gao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uk6tkesmr.fsf@news.eqiao.com \
    --to=chenggao@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).