From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47913 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Re: wrong number of arguments (Re: void-variable deactivate-mark) Date: Tue, 26 Nov 2002 18:37:28 -0500 Organization: Mathematical Sciences, The Johns Hopkins University 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> <84n0nwul4a.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1038354138 16820 80.91.224.249 (26 Nov 2002 23:42:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 23:42:18 +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 18GpLM-0004N8-00 for ; Wed, 27 Nov 2002 00:42:16 +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 18GpIo-0001vE-00; Tue, 26 Nov 2002 17:39:38 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Nov 2002 17:40:24 -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 RAA23313 for ; Tue, 26 Nov 2002 17:40:05 -0600 (CST) Original-Received: (qmail 11306 invoked by alias); 26 Nov 2002 23:37:34 -0000 Original-Received: (qmail 11301 invoked from network); 26 Nov 2002 23:37:32 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 26 Nov 2002 23:37:32 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18GpEf-0003nl-00 for ; Wed, 27 Nov 2002 00:35:21 +0100 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18GpEe-0003nc-00 for ; Wed, 27 Nov 2002 00:35:20 +0100 Original-Path: not-for-mail Original-Lines: 30 Original-NNTP-Posting-Host: fermat.mts.jhu.edu Original-X-Trace: main.gmane.org 1038353720 11942 128.220.17.18 (26 Nov 2002 23:35:20 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Tue, 26 Nov 2002 23:35:20 +0000 (UTC) X-Face: #i!d%y+1tilG}1ua9z&9waMLqE>H+;pUwWFetZe]4uWiv;VE:GHLnT1\Gj]>l^(]R#}sD@E"(@?vMv,yb@`?32;i~D$6x6m*%!3gPyp-rb$}.%QpxZ!3Y+jESN5[s7SL_68Sc`Aek)A$M|h++b/2VjR.k+Tw4X+0a%:K-kcUeMZ(rs?}v\eG({5J&IPS Mail-Copies-To: never User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i686-pc-linux) Cancel-Lock: sha1:J7BR+M4q1WxxaEdFR9aR1X+DwIs= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47913 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47913 Reiner Steib <4uce.02.r.steib@gmx.net> writes: > On Tue, Nov 26 2002, Kai Großjohann wrote: > > That's fine for me too. `111111 / o' too. Could you (or someone else) > try `/ o' without any prefix argument? I get the same error as you, again only without a prefix argument. Signaling: (wrong-type-argument number-char-or-marker-p (1 . 47902)) =((1 . 47902) 47903) (cond ((= ... ...) (setq list1 ... list2 ...)) ((< ... ...) (setq out ...) (setq list1 ...)) (t (setq list2 ...))) (while (and list1 list2) (cond (... ...) (... ... ...) (t ...))) (let (out) (while (and list1 list2) (cond ... ... ...)) (nconc (nreverse out) list1)) gnus-sorted-difference(((1 . 47902)) (47903 47904 47905 47906 47907 47908 47909 47910 47911 47912)) gnus-summary-insert-articles(((1 . 47902))) gnus-summary-insert-old-articles(nil) call-interactively(gnus-summary-insert-old-articles) >> And `/ o 10 RET' also works. > > I don't understand this (maybe I'm too tired): `10 RET' after `/ o'? > Gives me the backtrace immediately after `/ o' I think it depends on your value of gnus-large-newsgroup. If the number old articles is greater than that then Gnus will prompt you for a number. Hitting RET then produces the error. If the number of old articles is smaller than g-l-n, then I immediately see the error. -Nevin