From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55878 Path: main.gmane.org!not-for-mail From: David Abrahams Newsgroups: gmane.emacs.gnus.general Subject: gnus/XEmacs misuse of read-char-exclusive Date: Fri, 09 Jan 2004 14:07:57 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073675715 29336 80.91.224.253 (9 Jan 2004 19:15:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2004 19:15:15 +0000 (UTC) Original-X-From: ding-owner+M4418@lists.math.uh.edu Fri Jan 09 20:15:00 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Af1zz-0001e0-00 for ; Fri, 09 Jan 2004 20:08:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Af1zk-00049V-00; Fri, 09 Jan 2004 13:08:32 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Af1zf-00049Q-00 for ding@lists.math.uh.edu; Fri, 09 Jan 2004 13:08:27 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 1ECD13A006F for ; Fri, 9 Jan 2004 13:08:27 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Af1ze-000472-00 for ; Fri, 09 Jan 2004 20:08:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Af1zd-00046u-00 for ; Fri, 09 Jan 2004 20:08:25 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Af1zd-0007M7-00 for ; Fri, 09 Jan 2004 20:08:25 +0100 Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Rational FORTRAN, windows-nt) Cancel-Lock: sha1:HjdjYZghw3vcKOoo+4e46UdzKaA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55878 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55878 When I do `g' in my *Groups* buffer, my nndraft:queue group keeps coming back with 15 articles, but when I try to enter the group Gnus tells me there are no articles. Thinking that the agent must somehow be out of synch I tried gnus-agent-regenerate-group, with this result: Signaling: (wrong-number-of-arguments read-char-exclusive 1) read-char-exclusive("Mark as unread: (n)one / (a)ll / all (d)ownloaded articles? (n)") (let ((c ...)) (cond (... ...) (... ...) (... ...)) (message "Ignoring unexpected input") (sit-for 1) t) (while (let (...) (cond ... ... ...) (message "Ignoring unexpected input") (sit-for 1) t)) (catch (quote mark) (while (let ... ... ... ... t))) (list (let (...) (let ... ...)) (catch (quote mark) (while ...))) call-interactively(gnus-agent-regenerate-group) command-execute(gnus-agent-regenerate-group t) execute-extended-command(nil) call-interactively(execute-extended-command) (Xemacs 21.4.13) -- Dave Abrahams Boost Consulting www.boost-consulting.com