From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47932 Path: main.gmane.org!not-for-mail From: Reiner Steib <4uce.02.r.steib@gmx.net> Newsgroups: gmane.emacs.gnus.general Subject: Re: wrong number of arguments (Re: void-variable deactivate-mark) Date: Wed, 27 Nov 2002 19:06:54 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84adjxk080.fsf@lucy.cs.uni-dortmund.de> <84d6osh97k.fsf@lucy.cs.uni-dortmund.de> <844ra4h67b.fsf@lucy.cs.uni-dortmund.de> <3DE3B966.3020407@xpediantsolutions.com> Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038420399 14180 80.91.224.249 (27 Nov 2002 18:06:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 18:06:39 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18H6a5-0003gY-00 for ; Wed, 27 Nov 2002 19:06:38 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18H6bH-0006CF-00; Wed, 27 Nov 2002 12:07:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 27 Nov 2002 12:08:38 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA25490 for ; Wed, 27 Nov 2002 12:08:20 -0600 (CST) Original-Received: (qmail 20453 invoked by alias); 27 Nov 2002 18:06:59 -0000 Original-Received: (qmail 20448 invoked from network); 27 Nov 2002 18:06:58 -0000 Original-Received: from theotp5.physik.uni-ulm.de (134.60.10.145) by gnus.org with SMTP; 27 Nov 2002 18:06:58 -0000 Original-Received: (from ste@localhost) by theotp5.physik.uni-ulm.de (8.11.2/8.11.2) id gARI6sl32321; Wed, 27 Nov 2002 19:06:54 +0100 X-Authentication-Warning: theotp5.physik.uni-ulm.de: ste set sender to 4uce.02.r.steib@gmx.net using -f Original-To: ding@gnus.org X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org In-Reply-To: <3DE3B966.3020407@xpediantsolutions.com> (Kevin Greiner's message of "Tue, 26 Nov 2002 12:11:50 -0600") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47932 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47932 Kevin Greiner's second patch (sent to me by PM) fixed the problem. Could somebody please commit it? --8<---------------cut here---------------start------------->8--- --- gnus-sum.el 2002/11/27 01:57:25 6.245 +++ gnus-sum.el 2002/11/27 18:03:34 @@ -11216,9 +11216,10 @@ (setq all (1- all) max (1- max)))))) (setq older (gnus-uncompress-range older)))) - (all nil) + (all + (setq older (gnus-uncompress-range older))) (t - (if (and (numberp gnus-large-newsgroup) + (when (and (numberp gnus-large-newsgroup) (> len gnus-large-newsgroup)) (let* ((cursor-in-echo-area nil) (initial (gnus-parameter-large-newsgroup-initial @@ -11248,8 +11249,8 @@ (> all 0)) (push max older) (setq all (1- all) - max (1- max)))))) - (setq older (gnus-uncompress-range older)))))))) + max (1- max)))))))))) + (setq older (gnus-uncompress-range older)))) (if (not older) (message "No old news.") (gnus-summary-insert-articles older) --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/