Gnus development mailing list
 help / color / mirror / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: Reiner Steib <Reiner.Steib@gmx.de>
Cc: <ding@gnus.org>,  Katsumi Yamaoka <yamaoka@jpl.org>,  bugs@gnus.org
Subject: Re: gnus-article-hide-headers beeps: Buffer is read-only
Date: Sat, 04 Aug 2007 23:17:58 +0200	[thread overview]
Message-ID: <878x8rm22h.fsf@gmx.de> (raw)
In-Reply-To: <v9wswb6nuw.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Sat\, 04 Aug 2007 22\:33\:59 +0200")

Reiner Steib <reinersteib+from-uce@imap.cc> writes:

> Thanks for your report.  Does the following patch fix it?
>
> --8<---------------cut here---------------start------------->8---
> --- gnus-art.el	04 Aug 2007 20:35:29 +0200	1.125.2.5
> +++ gnus-art.el	04 Aug 2007 22:14:56 +0200	
> @@ -1743,7 +1743,7 @@
>    (interactive)
>    ;; This function might be inhibited.
>    (unless gnus-inhibit-hiding
> -    (let ((inhibit-read-only nil)
> +    (let ((inhibit-read-only t)
>  	  (case-fold-search t)
>  	  (max (1+ (length gnus-sorted-header-list)))
>  	  (inhibit-point-motion-hooks t)
> --8<---------------cut here---------------end--------------->8---

Yes it does. :-)

Thanks,
        Sven



  reply	other threads:[~2007-08-04 21:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87d4y3mf3z.fsf@gmx.de>
2007-08-04 20:33 ` Reiner Steib
2007-08-04 21:17   ` Sven Joachim [this message]
2007-08-06  1:46   ` 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=878x8rm22h.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=Reiner.Steib@gmx.de \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.org \
    /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).