[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trunk r116426: * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in i
From: |
João Távora |
Subject: |
trunk r116426: * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers. |
Date: |
Mon, 07 Apr 2014 19:34:38 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (windows-nt) |
Hi,
I just read
http://demonastery.org/2013/04/emacs-narrow-to-region-indirect/
which is a great demonstration of the utility of combining two existing
emacs core features: region-narrowing and indirect buffers.
In the comments, it goes on to suggest (as does the screen-shot) that
this could be a good replacement for the multiple-major-mode holy
grail. Someone here also asked about some kind of mini-editing-windows
after Adobe Brackets and I also think this could be a good alternative.
Problem is, that when I to switch modes in an indirect buffer, I get
this:
"Not enabling jit-lock: it does not work in indirect buffer"
Then, no fontification and subsequent disappointment.
I don't know anything about fontification techniques, so I don't even
know if the question makes sense, but isn't there a way to get
fontification (even if slower than jit-lock-mode) in the indirect
buffer, and keep the base buffer jit-locked?
João
- trunk r116426: * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.,
João Távora <=