GNU bug report logs -
#7728
24.0.50; GDB backtrace from abort
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Fri, 24 Dec 2010 16:51:02 UTC
Severity: normal
Found in version 24.0.50
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 7728 <at> debbugs.gnu.org (full text, mbox):
> /* Arrange *not* to restore point in the buffer that was
> current when the window configuration was saved. */
> if (EQ (XWINDOW (data->current_window)->buffer,
> new_current_buffer))
> set_marker_restricted (XWINDOW (data->current_window)->pointm,
> make_number (old_point),
> XWINDOW (data->current_window)->buffer);
> Fselect_window (data->current_window, Qnil);
>
> so apparently the frame of data->current_window is _not_ the selected
> frame. Would you select the window and keep the old frame selected?
Believe me, I am not pretending that I actually follow this or have anything
germane to add. But in the case in question, I can say what I was doing at the
time:
During completion with a standalone minibuffer, I clicked mouse-2 on a
completion candidate in standalone frame *Completions* (which has its input
redirected to the standalone minibuffer). *Completions* was no doubt _not_ the
selected window. Probably the minibuffer window was selected at the time.
No idea whether that helps. If not, ignore.
This bug report was last modified 12 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.