all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What causes redisplay?
@ 2010-02-01 10:45 Lennart Borgman
  2010-02-01 19:44 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Lennart Borgman @ 2010-02-01 10:45 UTC (permalink / raw)
  To: Emacs-Devel devel

In mumamo I have to temporarily narrow the buffer when turning on a
major mode in chunk. However under some circumstances the buffer is
redisplayed during this short temporarily narrowing and I wonder why.
It looks like a bug somewhere in Emacs to me, but I am not sure.

The redisplay happens if I add this

   (add-hook 'python-mode-hook 'turn-on-eldoc-mode)

This runs a subprocess with python and I guess it has something to do with this.

I am seeing this with an Emacs compiled from sources checked out 2010-01-26.

PS: I can work around this by temporarily setting inhibit-redisplay to
t during the narrowing, but I am not sure what trouble that may cause.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-01 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 10:45 What causes redisplay? Lennart Borgman
2010-02-01 19:44 ` Eli Zaretskii
2010-02-01 22:24   ` Lennart Borgman
2010-02-01 23:16     ` Stefan Monnier

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.