From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58949 Path: main.gmane.org!not-for-mail From: Cheng Gao Newsgroups: gmane.emacs.gnus.general 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 Organization: eqiao.com Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1098324426 3076 80.91.229.6 (21 Oct 2004 02:07:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2004 02:07:06 +0000 (UTC) Original-X-From: ding-owner+M7487@lists.math.uh.edu Thu Oct 21 04:06:53 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKSLt-0000eF-00 for ; Thu, 21 Oct 2004 04:06:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CKSKj-0002bM-00; Wed, 20 Oct 2004 21:05:41 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CKSKb-0002bG-00 for ding@lists.math.uh.edu; Wed, 20 Oct 2004 21:05:33 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CKSKY-000514-5n for ding@lists.math.uh.edu; Wed, 20 Oct 2004 21:05:30 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id A1BA23A0026 for ; Wed, 20 Oct 2004 21:05:29 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CKSKW-0001K9-00 for ; Thu, 21 Oct 2004 04:05:28 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 12 Original-NNTP-Posting-Host: 218.2.140.88 Original-X-Trace: quimby.gnus.org 1098324328 5073 218.2.140.88 (21 Oct 2004 02:05:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 21 Oct 2004 02:05:28 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:OePYt+o+pSfwK3FdKSTDat0Dm44= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58949 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58949 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)) --=20 =CF=E0=E5=A6=D2=D4=C4=AD=A3=AC=B2=BB=C8=E7=CF=E0=CD=FC=D3=DA=BD=AD=BA=FE=A1= =A3