Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4uce.02.r.steib@gmx.net>
Subject: Re: wrong number of arguments (Re: void-variable deactivate-mark)
Date: Wed, 27 Nov 2002 19:06:54 +0100	[thread overview]
Message-ID: <v9vg2izy2p.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <3DE3B966.3020407@xpediantsolutions.com> (Kevin Greiner's message of "Tue, 26 Nov 2002 12:11:50 -0600")

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/



  parent reply	other threads:[~2002-11-27 18:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-25 14:56 void-variable deactivate-mark Mats Lidell
2002-11-25 17:50 ` Kai Großjohann
2002-11-26  7:51   ` Norbert Koch
2002-11-26 11:16     ` Kai Großjohann
2002-11-26 11:50       ` Norbert Koch
2002-11-26 11:54       ` Katsumi Yamaoka
2002-11-26 12:08         ` wrong number of arguments (Re: void-variable deactivate-mark) Katsumi Yamaoka
2002-11-26 12:21           ` Kai Großjohann
2002-11-26 12:34             ` Katsumi Yamaoka
2002-11-26 13:52               ` Kai Großjohann
2002-11-26 16:22               ` Kai Großjohann
2002-11-26 17:43             ` Reiner Steib
2002-11-26 18:11               ` Kevin Greiner
2002-11-26 23:06                 ` Reiner Steib
2002-12-02 16:49                   ` David S Goldberg
2002-11-27 18:06                 ` Reiner Steib [this message]
2002-11-27 18:57                   ` Kevin Greiner
2002-11-26 20:33               ` Kai Großjohann
2002-11-26 22:31                 ` Reiner Steib
2002-11-26 23:37                   ` Nevin Kapur
2002-11-27  8:54                     ` Reiner Steib
2002-12-28 20:18 ` void-variable deactivate-mark Lars Magne Ingebrigtsen

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=v9vg2izy2p.fsf@marauder.physik.uni-ulm.de \
    --to=4uce.02.r.steib@gmx.net \
    --cc=reiner.steib@gmx.de \
    /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).