unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Mike Ballard <dont_w@nt_spam.org>
Subject: Re: [comp.emacs] ediff wide/gnome (emacs 21)
Date: Fri, 25 Nov 2005 08:43:21 GMT	[thread overview]
Message-ID: <m2ek555d6k.fsf@west_f1.net> (raw)
In-Reply-To: mailman.15529.1132175100.20277.help-gnu-emacs@gnu.org


On Fri Nov 25, I was peacefully napping until Kevin Rodgers said:

> Mike Ballard wrote:
> > I'm not particularly enamored with gnome but have been using it for
> > awhile, have things set up so would rather just leave it.
> > But one of the irritating problems I never had until using gnome is ediff
> > wide-screen positioning; on-screen emacs is positioned near the right edge
> > where I want it; when I start ediff (using 'ediff-diff-options "-w"')
> > 9x/10 gnome/its wm leave the left edge of emacs as-is and expands for
> > ediff off-screen (out of view) to the right.  Besides dropping gnome or
> > replacing wms, is there any way I can fix this?
> > I have no idea how/why gnome does this because as I mentioned, it doesn't
> > do this each and every single time; sometimes it will correctly
> > expand/reposition to the center but 90% of the time it expands off-screen
> > to the right (and this inconsistency could be session-to-session or a
> > couple times it's done this within a single session).
> 
> Does adding (user-position . t) to the frame parameters help?
> 
> (defun ediff-make-wide-display ()
>    "Construct an alist of parameters for the wide display.
> Saves the old frame parameters in `ediff-wide-display-orig-parameters'.
> The frame to be resized is kept in `ediff-wide-display-frame'.
> This function modifies only the left margin and the width of the display.
> It assumes that it is called from within the control buffer."
>    (if (not (fboundp 'ediff-display-pixel-width))
>        (error "Can't determine display width"))
>    (let* ((frame-A (window-frame ediff-window-A))
> 	 (frame-A-params (frame-parameters frame-A))
> 	 (cw (ediff-frame-char-width frame-A))
> 	 (wd (- (/ (ediff-display-pixel-width) cw) 5)))
>      (setq ediff-wide-display-orig-parameters
> 	  (list (cons 'left (max 0 (eval (cdr (assoc 'left frame-A-params)))))
> 		(cons 'width (cdr (assoc 'width frame-A-params))))
> 	  ediff-wide-display-frame frame-A)
>      (modify-frame-parameters frame-A
> 			     `((left . ,cw) (width . ,wd)
> 			       (user-position . t)))))
> 

Yep; did the trick.  Thanks...

Mike
-- 

  parent reply	other threads:[~2005-11-25  8:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15 21:37 [comp.emacs] ediff wide/gnome (emacs 21) Mike Ballard
2005-11-16 21:00 ` Kevin Rodgers
     [not found] ` <mailman.15529.1132175100.20277.help-gnu-emacs@gnu.org>
2005-11-25  8:43   ` Mike Ballard [this message]
2005-11-25 20:49     ` Mike Ballard

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ek555d6k.fsf@west_f1.net \
    --to=dont_w@nt_spam.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).