all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phillip.lord@newcastle.ac.uk (Phillip Lord)
To: help-gnu-emacs@gnu.org
Subject: indirect-buffers and text-properties
Date: Thu, 30 Jan 2014 12:29:07 +0000	[thread overview]
Message-ID: <87fvo5r6uk.fsf@newcastle.ac.uk> (raw)



I've been playing with indirect buffers which I have managed to ignore
for many years, and finding them very useful for a variety of things.

One property that seems very useful is that they can be in different
major modes, while still sharing the same contents. This strikes me as a
particularly useful property of indirect buffers which I would like to
experiment with.

One problem, however, is that as well as the text, indirect buffers
share the text-properties; so anything based on text-properties is
shared. The most notable example here is fontification; syntax
highlighting is the same in the two buffers regardless of major mode.
So, for example, if you have a lisp-mode buffer with an latex-mode
indirect buffer, the lisp-mode buffer looks like latex mode (for reasons
I haven't worked out yet, auctex seems to win most of the time,
regardless of which is direct and which is indirect).

I had a quick look at the code, and this doesn't appear to be
deliberate, but rather a by-product of copying the text; although, given
that my knowledge of C is basically zero, this is pure guess work.

So, question, anyone know why the text-properties get shared with
indirect-buffers and is it possible to stop?

Phil



             reply	other threads:[~2014-01-30 12:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 12:29 Phillip Lord [this message]
2014-01-30 13:27 ` indirect-buffers and text-properties Stefan Monnier
2014-01-30 14:13   ` Phillip Lord
2014-01-30 15:03     ` Stefan Monnier
2014-01-30 15:45       ` Phillip Lord
2014-01-30 16:17         ` Stefan Monnier
2014-01-31  9:52           ` Phillip Lord
2014-01-31 13:35             ` Stefan Monnier
2014-01-31 16:12               ` Phillip Lord
2014-01-30 15:33   ` Andreas Röhler
2014-01-30 15:36     ` Nicolas Richard
2014-01-30 16:43       ` Andreas Röhler
2014-01-31  9:46         ` Phillip Lord

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=87fvo5r6uk.fsf@newcastle.ac.uk \
    --to=phillip.lord@newcastle.ac.uk \
    --cc=help-gnu-emacs@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.