Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Chen <quarl@hkn.eecs.berkeley.edu>
Subject: bug? message.el `message-setup-1' mail-header-separator read-only
Date: 28 Apr 2004 05:37:33 -0700	[thread overview]
Message-ID: <quack.20040428T0537.87u0z446sy@v-woof.quarl.org> (raw)


Is the mail-header-separator text inserted by `message-setup-1'
supposed to be read-only?  It makes sense for it to be so, and the
code actually sets it to NOT read-only, which seems useless since
it would by default be read-only.

The one-line patch below fixes it.



diff -u /var/tmp/quarl/pkg/Gnus/gnus-5.10.6/lisp/message.el /tmp/buffer-content-12964U1r
--- /var/tmp/quarl/pkg/Gnus/gnus-5.10.6/lisp/message.el	2004-04-28 05:35:45.000000000 -0700
+++ /tmp/buffer-content-12964U1r	2004-04-28 05:35:48.000000000 -0700
@@ -5465,7 +5465,7 @@
    (progn
      (insert mail-header-separator "\n")
      (1- (point)))
-   'read-only nil)
+   'read-only t)
   (forward-line -1)
   (when (message-news-p)
     (when message-default-news-headers



-- 
Karl 2004-04-28 05:29



             reply	other threads:[~2004-04-28 12:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-28 12:37 Karl Chen [this message]
2004-04-28 14:05 ` bug? message.el `message-setup-1' mail-header-separator Jesper Harder

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=quack.20040428T0537.87u0z446sy@v-woof.quarl.org \
    --to=quarl@hkn.eecs.berkeley.edu \
    /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).