* ido mode will not allow me to have the same buffer open in 2 frames
@ 2009-07-27 13:18 Terrence Brannon
2009-07-27 15:31 ` Tom Rauchenwald
0 siblings, 1 reply; 2+ messages in thread
From: Terrence Brannon @ 2009-07-27 13:18 UTC (permalink / raw)
To: help-gnu-emacs
If I type C-x b and select a buffer which is already open in another
window, ido-mode will pop the cursor over to the frame where the
buffer is already visible.
However, I want another copy of the buffer in another frame.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ido mode will not allow me to have the same buffer open in 2 frames
2009-07-27 13:18 ido mode will not allow me to have the same buffer open in 2 frames Terrence Brannon
@ 2009-07-27 15:31 ` Tom Rauchenwald
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rauchenwald @ 2009-07-27 15:31 UTC (permalink / raw)
To: help-gnu-emacs
Terrence Brannon <metaperl@gmail.com> writes:
> If I type C-x b and select a buffer which is already open in another
> window, ido-mode will pop the cursor over to the frame where the
> buffer is already visible.
>
> However, I want another copy of the buffer in another frame.
(setq ido-default-file-method 'selected-window)
(setq ido-default-buffer-method 'selected-window)
in .emacs
-tom
--
Setzt du dich in Heidelbeerchen
Hast du blaue Beidlhärchen.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-27 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 13:18 ido mode will not allow me to have the same buffer open in 2 frames Terrence Brannon
2009-07-27 15:31 ` Tom Rauchenwald
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.