From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59861 Path: main.gmane.org!not-for-mail From: James Cloos Newsgroups: gmane.emacs.gnus.general Subject: gnus-summary-toggle-header doesn't toggle Date: Sun, 20 Feb 2005 18:26:16 -0500 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108942227 6155 80.91.229.2 (20 Feb 2005 23:30:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2005 23:30:27 +0000 (UTC) Original-X-From: ding-owner+M8402@lists.math.uh.edu Mon Feb 21 00:30:27 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D30Wr-0007mT-8x for ding-account@gmane.org; Mon, 21 Feb 2005 00:30:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D30WT-00040M-00; Sun, 20 Feb 2005 17:29:57 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D30TH-00040B-00 for ding@lists.math.uh.edu; Sun, 20 Feb 2005 17:26:39 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D30TE-0006Nt-Bl for ding@lists.math.uh.edu; Sun, 20 Feb 2005 17:26:36 -0600 Original-Received: from ore.jhcloos.com ([64.240.156.239]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D30TD-0002om-00 for ; Mon, 21 Feb 2005 00:26:35 +0100 Original-Received: from lugabout.jhcloos.org (host-69-48-14-22.roc.choiceone.net [69.48.14.22]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "lugabout.jhcloos.org", Issuer "ca.jhcloos.com" (verified OK)) by ore.jhcloos.com (Postfix) with ESMTP id 1F8921C476 for ; Sun, 20 Feb 2005 17:26:23 -0600 (CST) Original-Received: by lugabout.jhcloos.org (Postfix, from userid 500) id 554E24D5260; Sun, 20 Feb 2005 23:26:16 +0000 (GMT) Original-To: ding@gnus.org X-Hashcash: 0:050220:ding@gnus.org:13a0165f7812e083 Original-Lines: 29 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -1.8 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8402@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59861 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59861 I'm running gnu emacs cvs head and gnus cvs head as of Saturday, compiled via the gentoo ebuilds. Since I upgraded t in the summary biffer fails to toggle. It will set, but will not then unset. I have to use a -vg argument to force it back to the elided view. The function contains this in a let* clause: (hidden (if (numberp arg) (>= arg 0) (or (not (looking-at "[^ \t\n]+:")) (gnus-article-hidden-text-p 'headers)))) and I presume something there is preventing hidden from being null after if was already set t. Unless of course arg is <0. I can only guess that treating the headers to elide the unwanted ones is not setting those lines to 'invisible or 'dummy-invisible as gnus-article-hidden-text-p expects, yes? Is this an emacs bug or a gnus bug? -JimC -- James H. Cloos, Jr.