emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in 23.2.92 with anything


From: martin rudalics
Subject: Re: bug in 23.2.92 with anything
Date: Sat, 15 Jan 2011 21:05:00 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> in 23.2.92 of january 14, when i start anything and enter a character in
> minibuffer, cursor switch to beginning of line in minibuffer.
> In 23.2.91 (the last commit of the january 13) this doesn't happen.
> In 24.0.50 of january 15 (today) this doesn't happen too.
> So i wonder what changes have been made, possibly in minibuffer related
> code, on the january 14 in emacs-23 branch.(couldn't find in changelog)

In Fselect_window of window.c after the clause

  if (not_selected_before)
    {
      sf = SELECTED_FRAME ();
      if (XFRAME (WINDOW_FRAME (w)) != sf)
      ...
      selected_window = window;
    }

there should be the two lines

  else
    inhibit_point_swap = 0;

I don't have Emacs 23 here so I can't check whether they are but somehow
the diffs on emacs-diffs seem to miss them.  Could you please have a look
and, if they are missing, put them there, reinstall and try whether the
bug is gone?

Thanks, martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]