From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Bennee Newsgroups: gmane.emacs.help Subject: How do I stop my emacs frame jumping when I enter emacs Date: Thu, 11 Jun 2009 14:57:38 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244728709 25061 80.91.229.12 (11 Jun 2009 13:58:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jun 2009 13:58:29 +0000 (UTC) To: help-gnu-emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 11 15:58:27 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEknS-0005tx-Jl for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jun 2009 15:58:27 +0200 Original-Received: from localhost ([127.0.0.1]:40828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEknR-0006ru-E8 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jun 2009 09:58:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEkmp-0006io-VZ for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 09:57:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEkml-0006g7-9v for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 09:57:47 -0400 Original-Received: from [199.232.76.173] (port=60053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEkmk-0006fn-GA for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 09:57:42 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:62846) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEkmj-0000Ob-Lk for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 09:57:42 -0400 Original-Received: by fxm17 with SMTP id 17so2097718fxm.42 for ; Thu, 11 Jun 2009 06:57:38 -0700 (PDT) Original-Received: by 10.103.241.15 with SMTP id t15mr1330720mur.85.1244728658684; Thu, 11 Jun 2009 06:57:38 -0700 (PDT) X-Google-Sender-Auth: 6a72ef2ffe3d70eb X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65171 Archived-At: 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