From unknown Fri Jun 20 07:15:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#15174 <15174@debbugs.gnu.org> To: bug#15174 <15174@debbugs.gnu.org> Subject: Status: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally Reply-To: bug#15174 <15174@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:15:59 +0000 retitle 15174 24.3.50; frame shrinks vertically when enlarge or shrink it h= orizontally reassign 15174 emacs submitter 15174 Drew Adams severity 15174 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 23:23:04 2013 Received: (at submit) by debbugs.gnu.org; 24 Aug 2013 03:23:04 +0000 Received: from localhost ([127.0.0.1]:51356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD4RM-00028O-1M for submit@debbugs.gnu.org; Fri, 23 Aug 2013 23:23:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43333) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD4RI-00027s-Pc for submit@debbugs.gnu.org; Fri, 23 Aug 2013 23:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VD4R8-0001Pb-Ik for submit@debbugs.gnu.org; Fri, 23 Aug 2013 23:23:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD4R8-0001PX-G2 for submit@debbugs.gnu.org; Fri, 23 Aug 2013 23:22:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD4Qz-0001eO-S2 for bug-gnu-emacs@gnu.org; Fri, 23 Aug 2013 23:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VD4Qp-0001NI-HO for bug-gnu-emacs@gnu.org; Fri, 23 Aug 2013 23:22:41 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:18228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VD4Qp-0001ND-B3 for bug-gnu-emacs@gnu.org; Fri, 23 Aug 2013 23:22:31 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r7O3MTjM029792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 24 Aug 2013 03:22:30 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r7O3MShm001997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 24 Aug 2013 03:22:28 GMT Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r7O3MS2Z012310 for ; Sat, 24 Aug 2013 03:22:28 GMT MIME-Version: 1.0 Message-ID: <394ec688-cab0-443f-b74e-335c573efca0@default> Date: Fri, 23 Aug 2013 20:22:27 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) This bug is very old. Dunno whether I have reported it before (e.g., before the bug tracker was added). Dunno whether it is related to the recently reported bug #14627, which reminded me of it. 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- 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. Dunno whether this is MS Windows-specific. It is quite annoying for someone who both (a) has multiple menu-bar menus and (b) adjusts frame sizes using the keyboard, which I do. I guess I've adjusted to the annoyance over the years - I probably automatically avoid resizing frames horizontally when they are already narrow enough to make the menu-bar wrap. FWIW - There used to be a somewhat similar bug that made the frame move downward when you resized it. That was finally fixed long ago. Dunno whether this problem or its solution might be related to that one. That one too was old enough that there was no bug number for it. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-08-23 on ODIEONE Bzr revision: 113986 rgm@gnu.org-20130823185841-zoy6h1qk433ibrlf Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 24 02:54:33 2013 Received: (at 15174) by debbugs.gnu.org; 24 Aug 2013 06:54:33 +0000 Received: from localhost ([127.0.0.1]:51603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD7k0-0007Qc-Av for submit@debbugs.gnu.org; Sat, 24 Aug 2013 02:54:33 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:34968) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD7jx-0007QQ-EJ; Sat, 24 Aug 2013 02:54:30 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MS000J00WBY4P00@a-mtaout21.012.net.il>; Sat, 24 Aug 2013 09:54:27 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MS000INHWIRY580@a-mtaout21.012.net.il>; Sat, 24 Aug 2013 09:54:27 +0300 (IDT) Date: Sat, 24 Aug 2013 09:54:33 +0300 From: Eli Zaretskii Subject: Re: bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally In-reply-to: <394ec688-cab0-443f-b74e-335c573efca0@default> X-012-Sender: halo1@inter.net.il To: Drew Adams Message-id: <8338pzino6.fsf@gnu.org> References: <394ec688-cab0-443f-b74e-335c573efca0@default> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15174 Cc: 15174@debbugs.gnu.org, control@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) severity 15174 wishlist thanks > Date: Fri, 23 Aug 2013 20:22:27 -0700 (PDT) > From: Drew Adams > > Use the mouse to make the frame narrow enough that the menu bar wraps to > a second line. Just don't do that. The menu bar is short enough and displays are wide enough nowadays to make this an improbable situation. (The technical reason behind the problem is that Emacs doesn't know enough about the size of the menu bar, which is created by the Windows window manager.) From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 24 04:39:27 2013 Received: (at 15174) by debbugs.gnu.org; 24 Aug 2013 08:39:27 +0000 Received: from localhost ([127.0.0.1]:51739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD9NX-0002cB-1q for submit@debbugs.gnu.org; Sat, 24 Aug 2013 04:39:27 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:20248) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VD9NT-0002bs-00; Sat, 24 Aug 2013 04:39:23 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r7O8dKK1029847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 24 Aug 2013 08:39:21 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r7O8dJV6005223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Aug 2013 08:39:20 GMT Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r7O8dJsd013827; Sat, 24 Aug 2013 08:39:19 GMT MIME-Version: 1.0 Message-ID: <40f6eb16-0d79-4210-b1f9-206666aecac1@default> Date: Sat, 24 Aug 2013 01:39:20 -0700 (PDT) From: Drew Adams To: Eli Zaretskii Subject: RE: bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally References: <<394ec688-cab0-443f-b74e-335c573efca0@default>> <<8338pzino6.fsf@gnu.org>> In-Reply-To: <<8338pzino6.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 15174 Cc: 15174@debbugs.gnu.org, control@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) > > Use the mouse to make the frame narrow enough that the menu bar wraps t= o > > a second line. >=20 > Just don't do that. The menu bar is short enough and displays are > wide enough nowadays to make this an improbable situation. You can relegate the bug report to the dust bin, if there is no way to fix the bug now. I can understand, if that is the case. But for the record I completely disagree with the attitude or assessment that you just expressed. "The menu bar" is not something static, fixed once and for all when you open the Emacs box. It can vary wrt mode etc. And thank goodness for that. And "displays are wide enough" pretty much assumes that a frame is meant to consume lots of horizontal display space. I don't use frames that way. I typically make sure that a frame fits the width of its displayed buffer (typically one buffer per frame). Try this, in `emacs -Q': Open a directory in Dired mode. Hit `(' to hide details, showing only file names. Even if you have an extremely long file name it is no doubt much narrower than the width of the menu bar: `File Edit Options Buffers Tools Operate Mark Regex Immediate Subdir Help' -- oops, sorry, had to wrap it for this message ;-). ("Just don't do that", indeed.) Most file names are probably not even half as wide as that menu bar. "The menu bar is short enough", indeed! Don't you think some users might not want to waste all that white space to the right of the file names, by narrowing the frame, leaving room for something else in their display (another Emacs frame, perhaps)? Especially if they have a keyboard key that does just that: fits the frame to the displayed buffer width? Remember speed-bar? Oh, we had to make sure it doesn't have a menu bar or a tool bar, didn't we? And we its truncate file names too. Making a virtue out of necessity, perhaps? But maybe you get the point that there can be a use case for a frame with less than display-wide width. Now if Emacs had more sophisticated graphics support, so that there were other possibilities besides just a single, rudimentary menu bar that can only wrap, then there would be no problem. But we make do with what we have. Judging by appearance and behavior, unless I'm not noticing something, we have the same menu bar in Emacs 24 that we had in Emacs 20 (and likely before that). And essentially the same tool bar we had in Emacs 22, if not 21. I don't know about the tools (toolkit or whatever) available on MS Windows for developers to work with, but MS products themselves are not limited in 2013 to the same appearance and behavior they had in 2000 or 1995 wrt menu bars and tool bars. Not that MS is super innovative or the best model, but things have evolved some. > (The technical reason behind the problem is that Emacs doesn't know > enough about the size of the menu bar, which is created by the Windows > window manager.) And that presumably is the real reason behind your conclusions above that "the menu bar is short enough" and "displays are wide enough": As things stand now, the Emacs implementation is just not up to the task of fixing this bug. I can understand, if you say that this is a wishlist bug because the Emacs implementation doesn't currently know how to do any better, or cannot possibly do better given the building blocks it has to work with now. But it is a cop-out to blame that limitation on "the Windows window manager", as far as I can tell. Right now I'm using an MS Windows application from several years ago, Outlook 2007, and there is no such limitation wrt its menu bar or any of the other stuff it puts near the top of the "frame" (tool bar, ribbon, whatever). The menu bar in this and other MS Windows applications never wraps at all, no matter how severely you narrow the frame. Instead, its entries are gracefully abbreviated when horizontal space is scarce - each gets truncated separately. And the menu bar, tool bar, etc. disappear altogether when there is insufficient room. This appearance and behavior too are presumably based on "the Windows window manager", and they are completely different from what we have with Emacs. So OK, if we can't get this fixed now then it must go to the wishlist, for another decade or two, perhaps. But please, let's not pretend that the reason is either that (a) the menu bar is always sufficiently narrow and displays are sufficiently wide that wrapping is "an improbable situation" or (b) that's just the way "the Windows window manager" is. If our implementation is limited by the tools we currently have available to build it, then fine - let's just say that. Forget the it's-not-a-problem-AND-anyway-it's-Microsoft's-fault refrain. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 21 03:35:30 2014 Received: (at 15174) by debbugs.gnu.org; 21 Oct 2014 07:35:31 +0000 Received: from localhost ([127.0.0.1]:57703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XgTyc-0007iQ-K6 for submit@debbugs.gnu.org; Tue, 21 Oct 2014 03:35:30 -0400 Received: from mout.gmx.net ([212.227.17.22]:57553) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XgTya-0007iD-6B for 15174@debbugs.gnu.org; Tue, 21 Oct 2014 03:35:29 -0400 Received: from [88.117.59.245] ([88.117.59.245]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M5a9E-1Y4tZv15z6-00xY8t; Tue, 21 Oct 2014 09:35:19 +0200 Message-ID: <54460CB2.1010404@gmx.at> Date: Tue, 21 Oct 2014 09:35:14 +0200 From: martin rudalics MIME-Version: 1.0 To: Drew Adams , 15174@debbugs.gnu.org Subject: Re: bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally References: <394ec688-cab0-443f-b74e-335c573efca0@default> In-Reply-To: <394ec688-cab0-443f-b74e-335c573efca0@default> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:6nasUdLBeEEVTavIJlee8GKImxTiSGWoKc5qc0cL9pEia/dx3sH jLg1OtC1jjnn8G4R68w9t8hUNzdxi0AC13suxbFG0SL32CfomV/mhyc5Zqt/yls+eNztYlV nLIQYvzWdQsjRr1wxmn8vl3m8PNPUbTr5F4Hz2swq+tsG4UPwLQtYpWWSyWuOKW766kEUO/ ceSMTqZ5GoLxJZhKQhX/Q== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15174 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > 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- 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 21 10:27:55 2014 Received: (at 15174) by debbugs.gnu.org; 21 Oct 2014 14:27:55 +0000 Received: from localhost ([127.0.0.1]:58650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XgaPi-0003Q6-IG for submit@debbugs.gnu.org; Tue, 21 Oct 2014 10:27:55 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:29897) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XgaPg-0003Pq-6N for 15174@debbugs.gnu.org; Tue, 21 Oct 2014 10:27:52 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s9LERjv9015880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Oct 2014 14:27:46 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s9LERiOC000768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Oct 2014 14:27:45 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s9LERhh3014905; Tue, 21 Oct 2014 14:27:43 GMT MIME-Version: 1.0 Message-ID: Date: Tue, 21 Oct 2014 07:27:42 -0700 (PDT) From: Drew Adams To: martin rudalics , 15174@debbugs.gnu.org Subject: RE: bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally References: <394ec688-cab0-443f-b74e-335c573efca0@default> <54460CB2.1010404@gmx.at> In-Reply-To: <54460CB2.1010404@gmx.at> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 15174 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.7 (---) > Should be fixed now with revision 118172 on trunk. > Thanks, martin Thanks, Martin. This will be great. There don't seem to be many Windows binaries anymore, but I will check this when I can. I also filed bug #18720 recently, which is related. That recipe is from emacs -Q, with a recent snapshot (this month). That recipe from emacs -Q involves wrapping the menu-bar twice (so 3 lines to repro, not just 2). But in my own setup I see the same problem when it is wrapped only twice, for some reason. I mention #18720 in case you can check that recipe after your fix for #15174. Perhaps it fixes both (I'm guessing/hoping so). Thx - Drew From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 31 13:37:15 2014 Received: (at 15174-done) by debbugs.gnu.org; 31 Dec 2014 18:37:15 +0000 Received: from localhost ([127.0.0.1]:33955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y6O8x-00030x-0d for submit@debbugs.gnu.org; Wed, 31 Dec 2014 13:37:15 -0500 Received: from mout.gmx.net ([212.227.17.22]:51436) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y6O8u-00030o-Dd for 15174-done@debbugs.gnu.org; Wed, 31 Dec 2014 13:37:13 -0500 Received: from [62.47.141.15] ([62.47.141.15]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0LiHc7-1XTnwF2jbP-00nNgM; Wed, 31 Dec 2014 19:37:08 +0100 Message-ID: <54A4424E.5000105@gmx.at> Date: Wed, 31 Dec 2014 19:37:02 +0100 From: martin rudalics MIME-Version: 1.0 To: Drew Adams , 15174-done@debbugs.gnu.org Subject: Re: bug#15174: 24.3.50; frame shrinks vertically when enlarge or shrink it horizontally References: <394ec688-cab0-443f-b74e-335c573efca0@default> <54460CB2.1010404@gmx.at> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:+z6T48W3poVMFDSn/Ic/38d9OUMSFX3ulpunx9+5qEvaOJrycNu vIUj6eT0llM9y6c9/1sAwTuDJ2VwDUwTWMj9L3ygseADVMG7ub/xkn5LLYfWMxudGxCKnc+ FUZQVTt4s0m6NpxT9Rz7JUqdrUD/j671436Apf6BWu4ZBnK/6O2EnnwUjIWwSJrolqCZ+UJ JZVZ8U/AvClcP8ehN9BgQ== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15174-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) >> Should be fixed now with revision 118172 on trunk. Bug closed. Thanks, martin From unknown Fri Jun 20 07:15:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 29 Jan 2015 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator