Gnus development mailing list
 help / color / mirror / Atom feed
From: Romain Francoise <romain@orebokech.com>
Subject: Re: [PATCH] Hide headers using narrowing
Date: Sun, 02 Jan 2005 19:45:43 +0100	[thread overview]
Message-ID: <87acrrbrfs.fsf@orebokech.com> (raw)
In-Reply-To: <87fz2ynjed.fsf@orebokech.com> (Romain Francoise's message of "Thu, 25 Nov 2004 14:32:58 +0100")

Romain Francoise <romain@orebokech.com> writes:

> Katsumi, I'll provide a patch for GNUS-NEWS and maybe for the manual
> later to document this feature.

Nobody seemed to object to this new feature, so let's update the docs:

Index: GNUS-NEWS
===================================================================
RCS file: /usr/local/cvsroot/gnus/GNUS-NEWS,v
retrieving revision 7.25
diff -u -r7.25 GNUS-NEWS
--- GNUS-NEWS	2 Jan 2005 02:21:08 -0000	7.25
+++ GNUS-NEWS	2 Jan 2005 18:44:21 -0000
@@ -42,8 +42,6 @@
 
 ** You can now drag and drop attachments to the Message buffer.
 
-** `/ r' limits the summary buffer to replied articles.
-
 ** ANSI SGR control sequences can be transformed using `W A'.
 
 ANSI sequences are used in some Chinese hierarchies for highlighting
@@ -81,8 +79,8 @@
 ** Gnus now view DNS master files sent as text/dns using dns-mode.
 
 ** Gnus now support the "hashcash" client puzzle anti-spam idea.  See
-the Gnus manual, section Hashcash, for more information.  Use (setq
-message-generate-hashcash t) to enable.
+the Gnus manual, section Hashcash, for more information.  Use `(setq
+message-generate-hashcash t)' to enable.
 
 ** Gnus supports new limiting commands in the Summary buffer: `/ r'
 (`gnus-summary-limit-to-replied') and `/ R'
@@ -97,6 +95,9 @@
 ** URLs inside OpenPGP: headers are retrieved and imported to your PGP
 key ring when you click on them.
 
+** Gnus uses narrowing to hide headers in Message buffers.  The
+`References' header is hidden by default.  To make all headers
+visible, use `(setq message-hidden-headers nil)'.
 \f
 * For older news, see Gnus info node "New Features".
 
Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/ChangeLog,v
retrieving revision 7.21
diff -u -r7.21 ChangeLog
--- ChangeLog	26 Dec 2004 13:45:08 -0000	7.21
+++ ChangeLog	2 Jan 2005 18:44:22 -0000
@@ -1,3 +1,7 @@
+2005-01-02  Romain Francoise  <romain@orebokech.com>
+
+	* GNUS-NEWS: Generated.
+
 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* GNUS-NEWS: Generated.
Index: texi/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/ChangeLog,v
retrieving revision 7.115
diff -u -r7.115 ChangeLog
--- texi/ChangeLog	2 Jan 2005 02:20:45 -0000	7.115
+++ texi/ChangeLog	2 Jan 2005 18:44:22 -0000
@@ -1,3 +1,12 @@
+2005-01-02  Romain Francoise  <romain@orebokech.com>
+
+	* gnus-news.texi: Mention the new method used to hide headers.
+	Remove duplicate item about `/ r'.  Add missing @code.
+
+	* message.texi (Message Headers): Mention that headers are hidden
+	using narrowing, and how to expose them.
+	Update copyright.
+
 2005-01-02  Simon Josefsson  <jas@extundo.com>
 
 	* gnus-news.texi: Add.
Index: texi/gnus-news.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus-news.texi,v
retrieving revision 7.20
diff -u -r7.20 gnus-news.texi
--- texi/gnus-news.texi	2 Jan 2005 02:20:45 -0000	7.20
+++ texi/gnus-news.texi	2 Jan 2005 18:44:22 -0000
@@ -54,8 +54,6 @@
 
 @item You can now drag and drop attachments to the Message buffer.
 
-@item @kbd{/ r} limits the summary buffer to replied articles.
-
 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
 using @kbd{W A}.
 
@@ -98,7 +96,7 @@
 
 @item Gnus now support the ``hashcash'' client puzzle anti-spam idea.
 See the Gnus manual, section Hashcash, for more information.  Use
-(setq message-generate-hashcash t) to enable.
+@code{(setq message-generate-hashcash t)} to enable.
 
 @item Gnus supports new limiting commands in the Summary buffer:
 @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R}
@@ -114,6 +112,9 @@
 @item URLs inside OpenPGP: headers are retrieved and imported to your
 PGP key ring when you click on them.
 
+@item Gnus uses narrowing to hide headers in Message buffers.
+The @code{References} header is hidden by default.  To make all
+headers visible, use @code{(setq message-hidden-headers nil)}.
 @end itemize
 
 @c gnus-news.texi ends here.
Index: texi/message.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/message.texi,v
retrieving revision 7.13
diff -u -r7.13 message.texi
--- texi/message.texi	8 Dec 2004 00:05:13 -0000	7.13
+++ texi/message.texi	2 Jan 2005 18:44:22 -0000
@@ -8,7 +8,7 @@
 @copying
 This file documents Message, the Emacs message composition mode.
 
-Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 
+Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
 Free Software Foundation, Inc.
 
 @quotation
@@ -1405,6 +1405,9 @@
 (setq message-hidden-headers
       '(not "From" "Subject" "To" "Cc" "Newsgroups"))
 @end lisp
+
+Headers are hidden using narrowing, you can use @kbd{M-x widen} to
+expose them in the buffer.
 
 @item message-header-synonyms
 @vindex message-header-synonyms

-- 
Romain Francoise <romain@orebokech.com> | Every sky is blue, but not
it's a miracle -- http://orebokech.com/ | for me and you.



  reply	other threads:[~2005-01-02 18:45 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
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 [this message]
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=87acrrbrfs.fsf@orebokech.com \
    --to=romain@orebokech.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).