From: jpkotta <jpkotta@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How do I stop my emacs frame jumping when I enter emacs
Date: Sun, 14 Jun 2009 13:22:03 -0700 (PDT) [thread overview]
Message-ID: <16080c89-13bb-41ed-a4e8-66632a81e712@d2g2000pra.googlegroups.com> (raw)
In-Reply-To: mailman.468.1244733313.2239.help-gnu-emacs@gnu.org
On Jun 11, 10:15 am, Peter Dyballa <Peter_Dyba...@web.de> wrote:
> Am 11.06.2009 um 16:53 schrieb Alex Bennee:
>
> > But why would the window manager get involved? Is ediff creating new
> > frames for the
> > hell of it?
>
> Yes, it is! At least one very small one (one-liner), which you can
> make bigger and then see how to work with ediff (it's some time ago
> since I last used it, usually a compare-windows is sufficient for me).
>
From http://www.emacswiki.org/emacs/EdiffMode
By default ediff spawns a new frame to display files to be compared or
merged. But I found it is less usable than use selected-frame to
operate on. Also it splits window vertically to display files and I
found it hard to perceive provided information in such way. Horizontal
split is more attractive for me.
To make ediff operate on selected-frame add next:
(setq ediff-window-setup-function 'ediff-setup-windows-plain)
Unfortunately, there seems to be a bug in my particular version of
Emacs 22.2.1. It is fixed in Emacs 23, possibly in some version of 22.
next prev parent reply other threads:[~2009-06-14 20:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-11 13:57 How do I stop my emacs frame jumping when I enter emacs Alex Bennee
2009-06-11 14:45 ` Peter Dyballa
2009-06-11 14:53 ` Alex Bennee
2009-06-11 15:15 ` Peter Dyballa
[not found] ` <mailman.468.1244733313.2239.help-gnu-emacs@gnu.org>
2009-06-14 20:22 ` jpkotta [this message]
2009-06-15 9:58 ` Alex Bennee
[not found] ` <mailman.463.1244731989.2239.help-gnu-emacs@gnu.org>
2009-06-11 15:05 ` Pascal J. Bourguignon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16080c89-13bb-41ed-a4e8-66632a81e712@d2g2000pra.googlegroups.com \
--to=jpkotta@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.