bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10144: 24.0.91; `pop-up-frames' with dedicated windows is broken: `C


From: martin rudalics
Subject: bug#10144: 24.0.91; `pop-up-frames' with dedicated windows is broken: `C-x C-f'
Date: Sun, 27 Nov 2011 11:41:24 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Not sure what you're saying, Martin.  Are saying what the cause of the bug is?
> Or are you saying that there is no bug and that I'm doing something wrong?  Or
> something else?  Please elaborate/clarify a bit.

According to the Elisp manual `find-file' does

          (switch-to-buffer (find-file-noselect filename nil nil wildcards))

which doesn't use the selected window if it's strongly dedicated to its buffer.

So we should either change the manual or revert the change

2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>

        * files.el (find-file): Always use selected-window.

martin





reply via email to

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