all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Drew Adams <drew.adams@oracle.com>, 15174@debbugs.gnu.org
Subject: bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally
Date: Tue, 21 Oct 2014 09:35:14 +0200	[thread overview]
Message-ID: <54460CB2.1010404@gmx.at> (raw)
In-Reply-To: <394ec688-cab0-443f-b74e-335c573efca0@default>

 > 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





  parent reply	other threads:[~2014-10-21  7:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24  3:22 bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally Drew Adams
2013-08-24  6:54 ` Eli Zaretskii
2014-10-21  7:35 ` martin rudalics [this message]
2014-10-21 14:27   ` Drew Adams
2014-12-31 18:37     ` martin rudalics
     [not found] <<394ec688-cab0-443f-b74e-335c573efca0@default>
     [not found] ` <<8338pzino6.fsf@gnu.org>
2013-08-24  8:39   ` Drew Adams

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=54460CB2.1010404@gmx.at \
    --to=rudalics@gmx.at \
    --cc=15174@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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.