Gnus development mailing list
 help / color / mirror / Atom feed
From: James Cloos <cloos@jhcloos.com>
Subject: gnus-summary-toggle-header doesn't toggle
Date: Sun, 20 Feb 2005 18:26:16 -0500	[thread overview]
Message-ID: <m3d5uuzucn.fsf@lugabout.cloos.reno.nv.us> (raw)

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. <cloos@jhcloos.com>






                 reply	other threads:[~2005-02-20 23:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3d5uuzucn.fsf@lugabout.cloos.reno.nv.us \
    --to=cloos@jhcloos.com \
    /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).