emacs: Stop Emacs from selecting buffers by raising other frames.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 25 Apr 2008 18:59:05 +0000 (19:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Apr 2008 18:59:05 +0000 (19:59 +0100)
commit9aea0679b29d401624f2f184f378faab8feb30ea
treebaefa76eca1333e9adfd3cb71b32f516ac2e1aa6
parentea09c6cb7ff01f29a7e8ed5afdf67b9ec5376012
emacs: Stop Emacs from selecting buffers by raising other frames.

The default behaviour of iswitchb, which is otherwise an excellent
thing, is to simply raise a frame if it's already showing the buffer I
want to use.  This is, of course, completely useless if (say) the frame
is actually on a different desktop, or attached to a different display.

Also force the default Emacs display-buffer behaviour, just in case that
becomes crazy later.
emacs