unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: command loop untouchable; ARGGHHH!
Date: Sat, 24 Aug 2002 23:27:27 -0600 (MDT)	[thread overview]
Message-ID: <200208250527.g7P5RRd12116@wijiji.santafe.edu> (raw)
In-Reply-To: <20020824042906.GB20524@reactor-core.org> (message from Jonathan Walther on Fri, 23 Aug 2002 21:29:06 -0700)

    My first attempt was to make all history text have the read-only
    property.  This worked great for me, using GNU Emacs in X.  But everyone
    who used moo.el in console mode, or in XEmacs, reported that when they
    copy and pasted such read-only text, they could not edit the resulting
    copied text in it's new buffer, because the read-only property had
    travelled with the text.

Have you tried it in the latest development Emacs?
It should discard the read-only properties from the text when it is yanked.
This should be a workable solution.

Another solution is to make an overlay which covers that text, and
give it hook properties that detect attempts to edit the text and get
errors.

      parent reply	other threads:[~2002-08-25  5:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-24  4:29 command loop untouchable; ARGGHHH! Jonathan Walther
2002-08-24 10:34 ` Kai Großjohann
2002-08-24 18:30   ` Jonathan Walther
2002-08-25  5:27 ` Richard Stallman [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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200208250527.g7P5RRd12116@wijiji.santafe.edu \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).