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

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

How do I stop my emacs frame jumping when I enter emacs


From: Alex Bennee
Subject: How do I stop my emacs frame jumping when I enter emacs
Date: Thu, 11 Jun 2009 14:57:38 +0100

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 via email to

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