unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Contiguous redisplay of the menu and beeps
@ 2007-05-27 23:21 Richard Stallman
  2007-05-28  0:56 ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 20+ messages in thread
From: Richard Stallman @ 2007-05-27 23:21 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: emacs-devel

    From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>

    Maybe you need to use specbind for the `current_column' call in
    redisplay_internal instead.

    *** src/xdisp.c.~1.1149.2.2.~	Fri May 25 11:00:00 2007
    --- src/xdisp.c	Sun May 27 22:48:48 2007
    *************** redisplay_internal (preserve_echo_area)
    *** 10888,10893 ****
    --- 10888,10894 ----
			     Fcons (make_number (redisplaying_p), selected_frame));
	++redisplaying_p;
	specbind (Qinhibit_free_realized_faces, Qnil);
    +   specbind (Qinhibit_point_motion_hooks, Qt);

	{
	  Lisp_Object tail, frame;

This binds the variable across nearly all of redisplay.
That is a bit drastic as a solution; it might be right,
but it is hard to be sure.

Where is the actual call to `current_column' for which you
specifically want to bind this?  Could you bind
Qinhibit_point_motion_hooks for just that?

Or what about binding it in `current_column_1'?
Maybe that is the right thing to do.

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

end of thread, other threads:[~2007-05-29 23:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ulkfcxbvv.wl%miyoshi@meadowy.org>
     [not found] ` <465811AB.6080507@gmx.at>
2007-05-26 13:41   ` Contiguous redisplay of the menu and beeps martin rudalics
2007-05-26 14:12     ` Stephen Berman
2007-05-26 14:22       ` Stephen Berman
2007-05-26 14:49         ` martin rudalics
2007-05-26 15:19           ` Stephen Berman
2007-05-26 16:12             ` martin rudalics
2007-05-27 23:21 Richard Stallman
2007-05-28  0:56 ` YAMAMOTO Mitsuharu
2007-05-28  2:32   ` Chong Yidong
2007-05-28  3:11     ` YAMAMOTO Mitsuharu
2007-05-28  8:33       ` martin rudalics
2007-05-28  8:58         ` martin rudalics
2007-05-28  9:14           ` YAMAMOTO Mitsuharu
2007-05-28  9:42             ` martin rudalics
2007-05-28 10:09             ` martin rudalics
2007-05-28 12:49               ` Chong Yidong
2007-05-28 13:13                 ` martin rudalics
2007-05-28 14:11                   ` Chong Yidong
2007-05-29 23:38                 ` Davis Herring
2007-05-29  0:03     ` Richard Stallman

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).