unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31695: bug-gnu-emacs@gnu.org
@ 2018-06-03  4:47 Madhu
  2018-06-03 12:21 ` martin rudalics
  2018-06-07  8:39 ` martin rudalics
  0 siblings, 2 replies; 16+ messages in thread
From: Madhu @ 2018-06-03  4:47 UTC (permalink / raw)
  To: 31695

The window-point jumps unexpectedly after minibuffer interaction when a
buffer is being displayed in two frames, and the frames do not have
their own minibuffers.

To reproduce: emacs -Q -D and create two frames displaying some buffer
at different points

(with-selected-frame (setq $a (make-frame '((minibuffer))))
  (let ((enable-local-variables :all))
    (view-emacs-news)
    (beginning-of-buffer)))

(with-selected-frame (setq $b (make-frame '((minibuffer))))
  (let ((enable-local-variables :all))
    (view-emacs-news)
    (end-of-buffer)))

Now select frame $b, and execute some minibuffer command:
M-: 1

The point in the window of frame $b, which was at the bottom now jumps
to the top of the buffer.  (This corresponds with the point in the
buffer in the other frame where it is displayed.

In GNU Emacs 27.0.50
Repository revision: d2d35febf28632aafb087952fd4c07c2899e21c5
Windowing system distributor 'The X.Org Foundation', version 11.0.11004000

Configured using:
 'configure -C --without-all --with-xml2 --with-dbus --with-m17n-flt
 --with-libotf --with-xft --without-x-toolkit
 --without-toolkit-scroll-bars'

Configured features:
DBUS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT OLDXMENU X11
[snip]





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

end of thread, other threads:[~2018-06-14  3:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03  4:47 bug#31695: bug-gnu-emacs@gnu.org Madhu
2018-06-03 12:21 ` martin rudalics
2018-06-03 16:38   ` Eli Zaretskii
2018-06-04 16:29     ` Eli Zaretskii
2018-06-05 13:36       ` martin rudalics
2018-06-04 20:40   ` Gemini Lasswell
2018-06-05 13:37     ` martin rudalics
2018-06-07  8:39 ` martin rudalics
2018-06-07 15:30   ` Eli Zaretskii
2018-06-08  8:00     ` martin rudalics
2018-06-08  8:18       ` Eli Zaretskii
     [not found]       ` <<83po11vghl.fsf@gnu.org>
2018-06-08 13:58         ` Drew Adams
2018-06-08 14:36           ` Eli Zaretskii
2018-06-08 14:38           ` Robert Pluim
     [not found]       ` <<<83po11vghl.fsf@gnu.org>
     [not found]         ` <<0b7a8176-03d2-4efd-bf60-e193e8433f85@default>
     [not found]           ` <<83a7s5uyzi.fsf@gnu.org>
2018-06-08 14:47             ` Drew Adams
2018-06-14  3:32   ` bug#31695: minibuffer command takes window-point from another frame displaying the same buffer Noam Postavsky

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