GNU bug report logs - #15174
24.3.50; frame shrinks vertically when enlarge or shrink it horizontally

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Sat, 24 Aug 2013 03:24:01 UTC

Severity: wishlist

Found in version 24.3.50

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 15174 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>, 15174 <at> debbugs.gnu.org
Subject: Re: bug#15174: 24.3.50; frame shrinks vertically when enlarge or
 shrink it horizontally
Date: Tue, 21 Oct 2014 09:35:14 +0200
> emacs -Q
>
> Just to make it easier:
>
> (defun enlarge-frame-horizontally (&optional increment frame)
>    "Increase the width of FRAME (default: selected-frame) by INCREMENT.
> INCREMENT is in columns (characters).
> Interactively, it is given by the prefix argument."
>    (interactive "p")
>    (set-frame-width frame (+ (frame-width frame) increment)))
>
> (global-set-key [(control meta right)] 'enlarge-frame-horizontally)
>
> Choose any frame that is showing a menu bar.  Doesn't matter whether it
> is also showing a tool bar.
>
> Use the mouse to make the frame narrow enough that the menu bar wraps to
> a second line.
>
> Now try C-M-<right> one or more times.  The frame widens each time, but
> it also shrinks vertically (the bug).
>
> The same thing happens if you shrink the frame horizontally - same
> uncalled-for vertical shrinking.

Should be fixed now with revision 118172 on trunk.

Thanks, martin




This bug report was last modified 10 years and 144 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.