Gnus development mailing list
 help / color / mirror / Atom feed
From: Ralf Angeli <dev.null@iwi.uni-sb.de>
Subject: Re: [PATCH] Hide headers using narrowing
Date: Thu, 25 Nov 2004 14:18:35 +0100	[thread overview]
Message-ID: <co4m3b$m5b$1@sea.gmane.org> (raw)
In-Reply-To: <b9y3byyf65l.fsf@jpl.org>

* Katsumi Yamaoka (2004-11-25) writes:

>>>>>> In <b9yzn163gp8.fsf@jpl.org> Katsumi Yamaoka wrote:
>
>> Since there seems no objection, I'll apply Romain's patch and
>> also modify the default value for `message-hidden-headers', in
>> No Gnus, today.
>
> I've tested with several versions of Emacs and XEmacs and
> committed it.  I've also applied the change Romain Francoise
> posted on January 11, 2004 for message-strip-forbidden-properties.
>
> If you upgrade your Gnus, the References header is hidden in the
> message buffer by default.  To expose it, run `M-x widen' or put
> the following line in your ~/.gnus.el file.
>
> (setq message-hidden-headers nil)

Cool!  What about adding "^Face:" to the headers hidden by default?

I just tried that by setting `message-hidden-headers' to
'("^References:" "^Face:") with help of the "(regexp ...)" customize
option which resulted in this error:

Debugger entered--Lisp error: (wrong-type-argument stringp ("^References:" "^Face:"))
  looking-at(("^References:" "^Face:"))
  message-hide-header-p((("^References:" "^Face:")))
  message-hide-headers()
  gnus-post-news(post "nntp+news.gmane.org:gmane.emacs.auc-tex")
  gnus-summary-post-news(nil)
  call-interactively(gnus-summary-post-news)

So currently I am using "^\\(References\\|Face\\):" as a workaround.

-- 
Ralf




  reply	other threads:[~2004-11-25 13:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-11 12:45 Romain Francoise
2004-11-22 20:50 ` Romain Francoise
2004-11-23  0:18   ` Katsumi Yamaoka
2004-11-23 11:21     ` Romain Francoise
2004-11-23 12:55       ` Katsumi Yamaoka
2004-11-23 13:39         ` Romain Francoise
2004-11-23 14:49           ` Reiner Steib
2004-11-23 15:41             ` Romain Francoise
2004-11-23 16:35               ` Reiner Steib
2004-11-25  0:39                 ` Katsumi Yamaoka
2004-11-25 12:46                   ` Katsumi Yamaoka
2004-11-25 13:18                     ` Ralf Angeli [this message]
2004-11-25 13:36                       ` Romain Francoise
2004-11-25 15:33                         ` Katsumi Yamaoka
2004-11-25 23:23                           ` Katsumi Yamaoka
2004-11-25 23:47                             ` Katsumi Yamaoka
2006-04-15 12:34                       ` Lars Magne Ingebrigtsen
2004-11-25 13:32                     ` Romain Francoise
2005-01-02 18:45                       ` Romain Francoise
2005-01-02 23:33                         ` Katsumi Yamaoka

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='co4m3b$m5b$1@sea.gmane.org' \
    --to=dev.null@iwi.uni-sb.de \
    --cc=angeli@iwi.uni-sb.de \
    /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).