Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: read-only headers in message mode
Date: Sat, 18 Oct 2003 15:46:16 +0200	[thread overview]
Message-ID: <m33cdqwtef.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <r77isscehqf.fsf@brouilly.inria.fr>

James Leifer <James.Leifer@inria.fr> writes:

> Now I'm all for being *able* to shoot myself in the foot, but most of
> the time I want to be prevented from doing so accidentally.  Is there
> any way of making the labels like "To: " and the ``--text follows this
> line--'' *read-only* (like emacs customize mode)?

I seem to remember experimenting with this at one point -- there's
still code like

  (put-text-property
   (point)
   (progn
     (insert mail-header-separator "\n")
     (1- (point)))
   'read-only nil)

in message.el, which seems rather pointless.  I'm guessing that that
nil was t once upon a time.

I also seem to remember it being highly annoying having read-only
text in the buffer, but I don't remember why...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen



      reply	other threads:[~2003-10-18 13:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-15  8:28 James Leifer
2003-10-18 13:46 ` Lars Magne Ingebrigtsen [this message]

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=m33cdqwtef.fsf@quimbies.gnus.org \
    --to=larsi@gnus.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).