From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59283 Path: main.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Hide headers using narrowing Date: Thu, 25 Nov 2004 14:32:58 +0100 Organization: orebokech dot com Message-ID: <87fz2ynjed.fsf@orebokech.com> References: <87brpalkm3.fsf@orebokech.com> <877jod7glv.fsf@orebokech.com> <87llcsreu5.fsf@orebokech.com> <87fz30r8ga.fsf@orebokech.com> <87y8gspo8g.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101389614 27242 80.91.229.6 (25 Nov 2004 13:33:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2004 13:33:34 +0000 (UTC) Original-X-From: ding-owner+M7823@lists.math.uh.edu Thu Nov 25 14:33:20 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXJkN-0004Tm-00 for ; Thu, 25 Nov 2004 14:33:20 +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 1CXJkB-0007Qn-00; Thu, 25 Nov 2004 07:33:07 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CXJk4-0007Qh-00 for ding@lists.math.uh.edu; Thu, 25 Nov 2004 07:33:00 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CXJk1-0007Bv-1O for ding@lists.math.uh.edu; Thu, 25 Nov 2004 07:32:57 -0600 Original-Received: from yeast.orebokech.com (yeast.orebokech.com [82.67.41.165]) by justine.libertine.org (Postfix) with ESMTP id 511BC3A0050 for ; Thu, 25 Nov 2004 07:32:55 -0600 (CST) Original-Received: from pacem.orebokech.com (pacem.orebokech.com [192.168.1.3]) by yeast.orebokech.com (Postfix) with ESMTP id 6868B12C2E for ; Thu, 25 Nov 2004 14:32:53 +0100 (CET) Original-Received: by pacem.orebokech.com (Postfix, from userid 1000) id 91774B3043; Thu, 25 Nov 2004 14:32:58 +0100 (CET) Original-To: ding@gnus.org Mail-Copies-To: nobody X-Face: "1+OIb}NK>vxR1ZMk[Jx!/]O|A-v/P&|%hFquLxp20W.'g4KNUD/IdAUSmd'5`f)Q9%"4]%{P`TF2dC4v1~G5D}S( In-Reply-To: (Katsumi Yamaoka's message of "Thu, 25 Nov 2004 21:46:14 +0900") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59283 Katsumi Yamaoka writes: > I've tested with several versions of Emacs and XEmacs and committed > it. Thanks! > I've also applied the change Romain Francoise posted on January 11, > 2004 for message-strip-forbidden-properties. Yes, that hunk had fallen off the patch. > 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) Also note that if you hide headers that need to be accessed in the Message buffer by a Lisp package (like gnus-pers.el), it needs to be adapted to use save-restriction and widen to find all the headers, since hidden headers aren't in the accessible part of the buffer anymore. Katsumi, I'll provide a patch for GNUS-NEWS and maybe for the manual later to document this feature. -- Romain Francoise | That there, that's not me. I it's a miracle -- http://orebokech.com/ | go where I please.