all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: multi-mode editing, including literate Haskell and noweb
Date: Wed, 05 Jan 2005 15:07:48 -0500	[thread overview]
Message-ID: <E1CmHRc-0004co-Pv@fencepost.gnu.org> (raw)
In-Reply-To: <rzqllb8kbr7.fsf@loveshack> (message from Dave Love on Tue, 04 Jan 2005 23:36:28 +0000)

    That would be better and would probably fix current bugs, such as
    killing the buffer when you use C-x C-v.  I'm not sure you could
    reliably determine what to swap, though it's probably worth trying.

I think we could.

      I was also thinking of
    overlays, at least, and how you need to be in the right buffer for
    them.

We could swap the overlays too.  I wonder, is that hard?

I see that each indirect buffer has its own marker chain, and the
marker therefore specifies one.  The overlays contain markers, and
these specify a buffer too.  To convert each overlay to the other
buffer would not be complex as regards the code.  It might take
noticeable time, if there are lots of overlays, but since the
user is typing it is probably not a problem.

    (You have to be careful of things like `buffer-file-coding-system'.)
    It's worth trying, at least, but I was told there was a feature freeze
    on.  Has that been dropped, as it appears?

No, it has not been dropped.  We are not installing new features now.

  reply	other threads:[~2005-01-05 20:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <rzqk74689zo.fsf@albion.dl.ac.uk>
2005-01-02 16:06 ` multi-mode editing, including literate Haskell and noweb Richard Stallman
2005-01-04 23:36   ` Dave Love
2005-01-05 20:07     ` Richard Stallman [this message]
2005-01-06  1:13       ` Miles Bader
2005-01-06 19:56         ` Richard Stallman
2005-01-17 22:56           ` Dave Love
2005-01-05 20:07     ` Richard Stallman
2005-01-17 11:57   ` David Hansen
2005-01-18 11:05     ` Richard Stallman
2005-01-18 18:00       ` David Hansen
2005-01-20  2:14         ` Richard Stallman

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=E1CmHRc-0004co-Pv@fencepost.gnu.org \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.