From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47910 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: wrong number of arguments (Re: void-variable deactivate-mark) Date: Tue, 26 Nov 2002 12:11:50 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <3DE3B966.3020407@xpediantsolutions.com> References: <84adjxk080.fsf@lucy.cs.uni-dortmund.de> <84d6osh97k.fsf@lucy.cs.uni-dortmund.de> <844ra4h67b.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------030002040904030107090904" X-Trace: main.gmane.org 1038348194 17706 80.91.224.249 (26 Nov 2002 22:03:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 22:03:14 +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 18GnnT-0004bP-00 for ; Tue, 26 Nov 2002 23:03:11 +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 18Gnkr-0001Tx-00; Tue, 26 Nov 2002 16:00:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Nov 2002 16:01:15 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA23192 for ; Tue, 26 Nov 2002 16:01:07 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id gAQM0FP05876 for ding@hpc.uh.edu; Tue, 26 Nov 2002 16:00:15 -0600 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 MAA22754 for ; Tue, 26 Nov 2002 12:13:05 -0600 (CST) Original-Received: (qmail 27994 invoked by alias); 26 Nov 2002 18:12:04 -0000 Original-Received: (qmail 27989 invoked from network); 26 Nov 2002 18:12:04 -0000 Original-Received: from h013.c001.snv.cp.net (HELO c001.snv.cp.net) (209.228.32.127) by gnus.org with SMTP; 26 Nov 2002 18:12:04 -0000 Original-Received: (cpmta 18993 invoked from network); 26 Nov 2002 10:11:56 -0800 Original-Received: from 216.12.206.182 (HELO xpediantsolutions.com) by smtp.register-admin.com (209.228.32.127) with SMTP; 26 Nov 2002 10:11:56 -0800 X-Sent: 26 Nov 2002 18:11:56 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47910 --------------030002040904030107090904 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Reiner, I'd appreciate it if you would try the following (Right now, you're the only one who is reliably producing this particular problem). First, reinstall the 6.43 revision of gnus-sum.el. Then apply this patch. diff -r6.243 gnus-sum.el 11200c11200,11201 < (all nil) --- > (all > (setq older (gnus-uncompress-range older))) Kevin Reiner Steib wrote: >On Tue, Nov 26 2002, Kai Großjohann wrote: > > > >>Katsumi Yamaoka writes: >> >> >> >>>While compiling Gnus CVS, the byte-compiler warns as follows: >>> >>>While compiling gnus-summary-insert-old-articles in file [...]gnus-sum.el: >>> ** gnus-range-difference called with 1 argument, but requires 2 >>>Wrote /Work/gnus/lisp/gnus-sum.elc >>> >>> >[...] > > >>Better now? >> >> > >Sorry, not for me. When I call `/ o' I get the following backtrace: > >,----[ `/ o' with revision 6.243 of gnus-sum.el ] >| Debugger entered--Lisp error: (wrong-type-argument >| number-or-marker-p (121011 . 121196)) >| gnus-sorted-difference(((121011 . 121196)) (121197 121198 121199)) >| gnus-summary-insert-articles(((121011 . 121196))) >| gnus-summary-insert-old-articles(nil) >| * call-interactively(gnus-summary-insert-old-articles) >`---- > >When I replace `gnus-summary-insert-articles' and >`gnus-summary-insert-old-articles' with the versions from revision >6.238 (the one before the changes in the agent code) it works fine. > >Bye, Reiner. > > --------------030002040904030107090904 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Reiner,
I'd appreciate it if you would try the following (Right now, you're the only one who is reliably producing this particular problem).  First, reinstall the 6.43 revision of gnus-sum.el.  Then apply this patch.
diff -r6.243 gnus-sum.el
11200c11200,11201
<      (all nil)
---
>      (all 
>       (setq older (gnus-uncompress-range older)))


Kevin

Reiner Steib wrote:
On Tue, Nov 26 2002, Kai Großjohann wrote:

  
Katsumi Yamaoka <yamaoka@jpl.org> writes:

    
While compiling Gnus CVS, the byte-compiler warns as follows:

While compiling gnus-summary-insert-old-articles in file [...]gnus-sum.el:
  ** gnus-range-difference called with 1 argument, but requires 2
Wrote /Work/gnus/lisp/gnus-sum.elc
      
[...]
  
Better now?
    

Sorry, not for me. When I call `/ o' I get the following backtrace:

,----[ `/ o' with revision 6.243 of gnus-sum.el ]
| Debugger entered--Lisp error: (wrong-type-argument
| number-or-marker-p (121011 . 121196))
|   gnus-sorted-difference(((121011 . 121196)) (121197 121198 121199))
|   gnus-summary-insert-articles(((121011 . 121196)))
|   gnus-summary-insert-old-articles(nil)
| * call-interactively(gnus-summary-insert-old-articles)
`----

When I replace `gnus-summary-insert-articles' and
`gnus-summary-insert-old-articles' with the versions from revision
6.238 (the one before the changes in the agent code) it works fine.

Bye, Reiner.
  

--------------030002040904030107090904--