all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Bennee <kernel-hacker@bennee.com>
To: help-gnu-emacs mailing list <help-gnu-emacs@gnu.org>
Subject: How do I stop my emacs frame jumping when I enter emacs
Date: Thu, 11 Jun 2009 14:57:38 +0100	[thread overview]
Message-ID: <b2cdc9f30906110657u5f7b6afcx67cd2166f8caad12@mail.gmail.com> (raw)

Hi,

I'm fairly sure this isn't desired behaviour but when I start and
ediff session my emacs frame
jumps a workspace to the left. Has anyone else seen this?

My customisation is fairly simple:

      (eval-after-load "ediff" '(progn
                                  (message "doing ediff customisation")
                                  (setq diff-switches               "-u"
                                        ediff-custom-diff-options   "-U3"
                                        ediff-split-window-function
'split-window-horizontally
                                        ediff-window-setup-function
'ediff-setup-windows-plain)

                                  (add-hook 'ediff-startup-hook
'ediff-toggle-wide-display)
                                  (add-hook 'ediff-cleanup-hook
'ediff-toggle-wide-display)
                                  (add-hook 'ediff-suspend-hook
'ediff-toggle-wide-display)))


-- 
Alex, homepage: http://www.bennee.com/~alex/
http://www.half-llama.co.uk




             reply	other threads:[~2009-06-11 13:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-11 13:57 Alex Bennee [this message]
2009-06-11 14:45 ` How do I stop my emacs frame jumping when I enter emacs 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
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=b2cdc9f30906110657u5f7b6afcx67cd2166f8caad12@mail.gmail.com \
    --to=kernel-hacker@bennee.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.