Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Changes in article-hide-headers break mml-preview (was: Changes committed gnus/lisp (ChangeLog gnus-art.el))
Date: Tue, 08 Jun 2004 14:06:52 +0200	[thread overview]
Message-ID: <v94qpmgso3.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <E1BW8iw-0002JZ-00@quimby.gnus.org>

On Fri, Jun 04 2004, Katsumi Yamaoka wrote:

> (article-hide-headers): Refer to the values for gnus-ignored-headers and
>  gnus-visible-headers in the summary buffer since a user may have set them
>  as group parameters.

In my configuration, your changes in article-hide-headers break
mml-preview.  edebugging `article-hide-headers' I get...

  edebug-signal:
  Buffer is read-only: #<buffer *Article nndraft:drafts*>

... at the following spot:

	    ;; Mark the rank of the header.
	    (put-text-property
	     (point) (1+ (point)) 'message-rank
	     (if (or (and visible (looking-at visible))
		     (and ignored
			  (not (looking-at ignored))))
		 (gnus-article-header-rank)
	       (+ 2 max)))

After evaluating the defun of `article-hide-headers' from gnus-art.el
7.42 doesn't show this problem.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




       reply	other threads:[~2004-06-08 12:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1BW8iw-0002JZ-00@quimby.gnus.org>
2004-06-08 12:06 ` Reiner Steib [this message]
2004-06-08 13:19   ` Changes in article-hide-headers break mml-preview Katsumi Yamaoka
2004-06-08 14:02     ` Reiner Steib
2004-06-08 22:54       ` Katsumi Yamaoka
2004-06-09 10:07         ` Reiner Steib

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=v94qpmgso3.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.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).