From unknown Fri Jun 20 07:19:13 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#19869 <19869@debbugs.gnu.org> To: bug#19869 <19869@debbugs.gnu.org> Subject: Status: 25.0.50; default-frame-alist: width versus fullheight Reply-To: bug#19869 <19869@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:19:13 +0000 retitle 19869 25.0.50; default-frame-alist: width versus fullheight reassign 19869 emacs submitter 19869 michael_heerdegen@web.de severity 19869 normal tag 19869 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 14 18:25:05 2015 Received: (at submit) by debbugs.gnu.org; 14 Feb 2015 23:25:05 +0000 Received: from localhost ([127.0.0.1]:44224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMm5A-0004Fv-HA for submit@debbugs.gnu.org; Sat, 14 Feb 2015 18:25:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60474) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMm57-0004FO-Q1 for submit@debbugs.gnu.org; Sat, 14 Feb 2015 18:25:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMm51-0001eu-BX for submit@debbugs.gnu.org; Sat, 14 Feb 2015 18:24:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMm51-0001eo-8S for submit@debbugs.gnu.org; Sat, 14 Feb 2015 18:24:55 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMm4z-0006Fr-UR for bug-gnu-emacs@gnu.org; Sat, 14 Feb 2015 18:24:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMm4w-0001e5-Np for bug-gnu-emacs@gnu.org; Sat, 14 Feb 2015 18:24:53 -0500 Received: from mout.web.de ([212.227.15.4]:54815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMm4w-0001dq-E3 for bug-gnu-emacs@gnu.org; Sat, 14 Feb 2015 18:24:50 -0500 Received: from drachen.dragon ([94.217.114.255]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0MBTD4-1YTxtG1TeA-00ATlP for ; Sun, 15 Feb 2015 00:24:48 +0100 From: Michael Heerdegen To: bug-gnu-emacs@gnu.org Subject: 25.0.50; default-frame-alist: width versus fullheight Date: Sun, 15 Feb 2015 00:24:27 +0100 Message-ID: <87twyo13h0.fsf@web.de> MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:xkOHeus2FS6nTzd3XlMq8CMbgKR9KMEs/M62jqLS8WEVpbt+BeL j327FqpntfidLzXiFY7ftQtk0E6ylOCsMNCrlhO7vavpdoP+AeZUgKM5DeeCsCkLbq7bNq3 SlwpdRh2NfB6UPKUpKNS68hAd22+Z9E1IR+IW5jCKAsdNhciyYkh2rTCX8ax808CBUr2qxl TeA6jeKe629194nBGF+hw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.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: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: michael_heerdegen@web.de 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: -4.1 (----) Hello, There is some inconsistent behavior when setting the with of new frames depending on whether fullheight is specified: (progn (set-face-attribute 'default nil :height 175) (setq default-frame-alist '((width . 100) ;; (fullscreen . fullheight) )) (frame-width (make-frame))) ==> 100 OTOH: (progn (set-face-attribute 'default nil :height 175) (setq default-frame-alist '((width . 100) (fullscreen . fullheight) )) (frame-width (make-frame))) ==> 63 I would expect that the results are equal. A related bug was #1522, btw. Thanks! Michael. In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 2015-02-06 on drachen Repository revision: 5c9ad35f1e5fd8ee5561ef48baac1f6ff20ae679 Windowing system distributor `The X.Org Foundation', version 11.0.11602901 System Description: Debian GNU/Linux 8.0 (jessie) Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY LIBXML2 FREETYPE XFT ZLIB Important settings: value of $LC_ALL: de_DE.utf8 value of $LC_COLLATE: C value of $LC_TIME: C value of $LANG: de_DE.utf8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 15 06:36:14 2015 Received: (at 19869) by debbugs.gnu.org; 15 Feb 2015 11:36:14 +0000 Received: from localhost ([127.0.0.1]:44323 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMxUj-00041L-RJ for submit@debbugs.gnu.org; Sun, 15 Feb 2015 06:36:14 -0500 Received: from mout.gmx.net ([212.227.17.20]:56183) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMxUh-000417-6L for 19869@debbugs.gnu.org; Sun, 15 Feb 2015 06:36:12 -0500 Received: from [91.113.7.165] ([91.113.7.165]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LwGDy-1XVbJq2lYM-017z4X; Sun, 15 Feb 2015 12:36:04 +0100 Message-ID: <54E08498.2050603@gmx.at> Date: Sun, 15 Feb 2015 12:35:52 +0100 From: martin rudalics MIME-Version: 1.0 To: michael_heerdegen@web.de, 19869@debbugs.gnu.org Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> In-Reply-To: <87twyo13h0.fsf@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:TFNlKqh/SFtqfOd/w8SMqP9T+cZnkazh7C7rH61+qRX6+2VGGyU 3hJ61RjHp+RgGP+arsnwn6+gpoiLeUw2o3tiYeUcgCdDWY1gHv/hTmWW5dAtmasqrf7jX1m CiLwpLO6ewbep1TFUdBFxEC8pB6K5TJIzjEI3o63XCbAGy1JE0IM3RJIe28DYf0sGDe3m0H /A8zgBZCM/7kGQYkeTkng== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19869 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 (/) > There is some inconsistent behavior when setting the with of new > frames depending on whether fullheight is specified: > > > (progn > (set-face-attribute 'default nil :height 175) > (setq default-frame-alist > '((width . 100) > ;; (fullscreen . fullheight) > )) > (frame-width (make-frame))) ==> 100 > > > OTOH: > > (progn > (set-face-attribute 'default nil :height 175) > (setq default-frame-alist > '((width . 100) > (fullscreen . fullheight) > )) > (frame-width (make-frame))) ==> 63 > > > I would expect that the results are equal. They are here (Gtk+, Lucid, Motif and Windows) so probably your window manager interferes in some way. I tried with your second form as my .emacs and by evaluating it in *scratch* with emacs -Q. > A related bug was #1522, btw. I'm not sure. Doesn't your behavior depend on doing `set-face-attribute' first?. Anyway, this gives us a good case for doing some forensics. Please evaluate (setq frame-size-history '(1000)) (defun window-display-history () "..." (interactive) (with-current-buffer-window "*history*" nil nil (let ((history (cdr frame-size-history)) element sizes rest) (while history (setq element (car history)) (when (eq (car element) (selected-frame)) (when (setq sizes (nth 2 element)) (insert (format "%sx%s -> %sx%s " (nth 0 sizes) (nth 1 sizes) (nth 2 sizes) (nth 3 sizes)))) (insert (format "%s" (nth 1 element))) (when (setq rest (nth 3 element)) (while rest (insert (format " %s" (car rest))) (setq rest (cdr rest)))) (insert "\n")) (setq history (cdr history))))) 'history) in *scratch* and evaluate your second form (the one where you set fullheight). Go to the new frame you created this way, type M-x: window-display-history in it and post the contents of the *history* buffer here. If you want to do the same when that form is in your .emacs we'll have to proceed in a slightly different way. Let's do that later. Thanks, martin From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 15 11:31:16 2015 Received: (at 19869) by debbugs.gnu.org; 15 Feb 2015 16:31:16 +0000 Received: from localhost ([127.0.0.1]:44860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN26F-0003tW-QU for submit@debbugs.gnu.org; Sun, 15 Feb 2015 11:31:16 -0500 Received: from mout.web.de ([212.227.15.4]:51316) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN26C-0003tG-TA for 19869@debbugs.gnu.org; Sun, 15 Feb 2015 11:31:13 -0500 Received: from drachen.dragon ([94.218.210.48]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0MMnD5-1YVZTx2NSB-008Zz0; Sun, 15 Feb 2015 17:31:06 +0100 From: Michael Heerdegen To: martin rudalics Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> <54E08498.2050603@gmx.at> Date: Sun, 15 Feb 2015 17:31:05 +0100 In-Reply-To: <54E08498.2050603@gmx.at> (martin rudalics's message of "Sun, 15 Feb 2015 12:35:52 +0100") Message-ID: <87y4nz2l2u.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:2s9DcP+4QocJTXCvj5FXHnHb0DGeYwT8esYxZ/UGhmzQpnmP0cO Ab16cVbUgHWTuxC10YZ2cUZ1Hljmh2HaDiztXs1GPN1hhgmo6YrKSsfW75Schz2CSw/pJhh GmNVhfcLYhjG/HtVCf0rnSjwVZY/LlPDQGJ7TJNlJCdBbY2y0LJBIybJWQyA19ZEGVy6hUf nA/rmXWDFg8OdwXSdqspw== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 19869 Cc: 19869@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: -0.0 (/) Hello Martin, I'll do what you suggested later today, thanks. One comment to what you wrote: > They are here (Gtk+, Lucid, Motif and Windows) so probably your window > manager interferes in some way. I don't think so. I already did some edebug yesterday, and I saw that the width of the frame had already been changed when the frame was not yet displayed. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 15 15:32:57 2015 Received: (at 19869) by debbugs.gnu.org; 15 Feb 2015 20:32:58 +0000 Received: from localhost ([127.0.0.1]:44936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN5s9-0000s8-Ki for submit@debbugs.gnu.org; Sun, 15 Feb 2015 15:32:57 -0500 Received: from mout.web.de ([212.227.15.4]:55783) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN5s5-0000rc-JK for 19869@debbugs.gnu.org; Sun, 15 Feb 2015 15:32:54 -0500 Received: from drachen.dragon ([94.218.210.48]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0M3jsn-1XWEId2NpR-00rJnx; Sun, 15 Feb 2015 21:32:42 +0100 From: Michael Heerdegen To: martin rudalics Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> <54E08498.2050603@gmx.at> Date: Sun, 15 Feb 2015 21:32:39 +0100 In-Reply-To: <54E08498.2050603@gmx.at> (martin rudalics's message of "Sun, 15 Feb 2015 12:35:52 +0100") Message-ID: <87oaouud94.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:M9YVpgyOc7vMUo5eVXBw/Quhk7Vy4Z1v0sbxCDk9Kc63+qPKG1N FmmaAFQl2nAH9wwrAeG9MWfR+jI4PBjCTeJhbcTTgnpTEa5rrKNkRXWjfAVsYmGc+ei7vp4 MFyeMAIJzUR82eH7UigwBNqEYi+7w3bm0EBp53ZSBbhVs/k2c7hgxxn/QVKXPCfVnx6IRdC BUcy5f7donFuiWWRwH9Ag== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 19869 Cc: 19869@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: -0.0 (/) martin rudalics writes: > M-x: window-display-history The buffer is empty, probably because you never push something to `frame-size-history' (is there a part missing in your code?). Anyway, I think I'm able to debug this myself a bit, as far as it's Elisp and not C. Michael. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 15 15:55:41 2015 Received: (at 19869) by debbugs.gnu.org; 15 Feb 2015 20:55:41 +0000 Received: from localhost ([127.0.0.1]:44940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN6E8-0001My-Iv for submit@debbugs.gnu.org; Sun, 15 Feb 2015 15:55:40 -0500 Received: from mout.web.de ([212.227.15.3]:53474) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN6E4-0001Mj-QV for 19869@debbugs.gnu.org; Sun, 15 Feb 2015 15:55:37 -0500 Received: from drachen.dragon ([94.218.210.48]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0Lbrk4-1XgMxZ27VM-00jFRb; Sun, 15 Feb 2015 21:55:29 +0100 From: Michael Heerdegen To: martin rudalics Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> <54E08498.2050603@gmx.at> <87oaouud94.fsf@web.de> Date: Sun, 15 Feb 2015 21:55:27 +0100 In-Reply-To: <87oaouud94.fsf@web.de> (Michael Heerdegen's message of "Sun, 15 Feb 2015 21:32:39 +0100") Message-ID: <87k2ziuc74.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:+S47G0XFqb/Yq/Auj0P0h7cIe87vRQJVkToU1Cl2igtenSRD3Qv 3u3iEQdti2Mf6KaYCZNTOwDp1ropflAxDvZuXWgMgg6lq9WAQJxAgGwm3txWtTuv+ZiuIhc MSDRBM7yiw57qY5LhTJkZtkf0urupOSBz5MJcX9O2J4ALC5ZPN6jt3TDIDxgobdCPQ5iOqp XDduSbC3w++fjMj8nUt4g== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 19869 Cc: 19869@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: -0.0 (/) Hello again, I forgot to mention that this is all reproducible here with emacs -Q. Apparently the frame is created with the correct width, then the width changes while calling `face-set-after-frame-default'. This happens before the frame is actually displayed. Here is what I evaluated in emacs -Q: --8<---------------cut here---------------start------------->8--- (progn (set-face-attribute 'default nil :height 175) (setq default-frame-alist '((width . 100) (fullscreen . fullheight))) (advice-add 'face-set-after-frame-default :around (lambda (f frame &rest args) (message "Width before face-set-after-frame-default: %S" (frame-width frame)) (apply f frame args) (message "Width after face-set-after-frame-default: %S" (frame-width frame)))) (make-frame)) --8<---------------cut here---------------end--------------->8--- In *Messages* I get Width before face-set-after-frame-default: 98 Width after face-set-after-frame-default: 63 # From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 15 16:05:51 2015 Received: (at 19869) by debbugs.gnu.org; 15 Feb 2015 21:05:51 +0000 Received: from localhost ([127.0.0.1]:44944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN6Nz-0001bs-6G for submit@debbugs.gnu.org; Sun, 15 Feb 2015 16:05:51 -0500 Received: from mout.web.de ([212.227.15.3]:56172) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN6Nx-0001bf-Fk for 19869@debbugs.gnu.org; Sun, 15 Feb 2015 16:05:50 -0500 Received: from drachen.dragon ([94.218.210.48]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0MT8cQ-1XySW12iz0-00S90q; Sun, 15 Feb 2015 22:05:43 +0100 From: Michael Heerdegen To: martin rudalics Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> <54E08498.2050603@gmx.at> <87oaouud94.fsf@web.de> <87k2ziuc74.fsf@web.de> Date: Sun, 15 Feb 2015 22:05:42 +0100 In-Reply-To: <87k2ziuc74.fsf@web.de> (Michael Heerdegen's message of "Sun, 15 Feb 2015 21:55:27 +0100") Message-ID: <87fva6ubq1.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:/GvY+ljVVD1jFrgSm6i8/STLZ9grcjYkfIdoJ6OUU/uc/nstyFD bOvUyZ/Riqhuja23mrAEoooOyg9nU0vIe4SzQUlbqcAFuVWPqpQzfbSalcHDolAASd3S+Uh 02TPvagXVAwenDIdvMTeSrn8TmGIiS6elvuErVRnBFfRRuCJLmUo3EIsZps1Oa/7cRR0+Z3 /Zgb1fjYkEdrnFojsimrg== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 19869 Cc: 19869@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: -0.0 (/) Michael Heerdegen writes: > Here is what I evaluated in emacs -Q: Next round, now with `internal-merge-in-global-face': --8<---------------cut here---------------start------------->8--- (progn (set-face-attribute 'default nil :height 175) (setq default-frame-alist '((width . 100) (fullscreen . fullheight))) (advice-add 'internal-merge-in-global-face :around (lambda (f face frame) (message "Width before merging %S: %S" face (frame-width frame)) (funcall f face frame) (message "Width after merging %S: %S" face (frame-width frame)))) (make-frame)) --8<---------------cut here---------------end--------------->8--- ==> Width before merging default: 98 Width after merging default: 63 Width before merging bold: 63 Width after merging bold: 63 ... So it seems `internal-merge-in-global-face' is the culprit. That's a C function now. Thanks, Michael. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 15 16:37:10 2015 Received: (at 19869) by debbugs.gnu.org; 15 Feb 2015 21:37:10 +0000 Received: from localhost ([127.0.0.1]:44948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN6sH-0002Is-OV for submit@debbugs.gnu.org; Sun, 15 Feb 2015 16:37:09 -0500 Received: from mout.web.de ([212.227.15.4]:63820) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YN6sF-0002If-KQ for 19869@debbugs.gnu.org; Sun, 15 Feb 2015 16:37:08 -0500 Received: from drachen.dragon ([94.218.210.48]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0Lcxw8-1XfHjB2WLQ-00iALF; Sun, 15 Feb 2015 22:37:01 +0100 From: Michael Heerdegen To: martin rudalics Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> <54E08498.2050603@gmx.at> <87oaouud94.fsf@web.de> <87k2ziuc74.fsf@web.de> <87fva6ubq1.fsf@web.de> Date: Sun, 15 Feb 2015 22:37:00 +0100 In-Reply-To: <87fva6ubq1.fsf@web.de> (Michael Heerdegen's message of "Sun, 15 Feb 2015 22:05:42 +0100") Message-ID: <87k2ziyhz7.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:hJqOgC75/DqM0cT73pwteOuWbHjKjR7PDqeCtSGaQVGQwgfJ8om AiO+9EXF9eJbgHHYFDvcCcayU802vnUswGs3f1oVx2hbBeAfUe/3OM/mXtcQVDClV2eJ7lC Xi5qLyuPPCE5kmYMXohRntaMSf+uFtNaw4FV3HogdQHqbKNFenDNOG+cuGD71jQDI48mYkb 95flGFjuErZKTl/ZZLYfA== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 19869 Cc: 19869@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: -0.0 (/) Hello, just to be sure, I have rebuilt Emacs. My built of trunk was very few days old, and I think I already saw the problem a very long time before that. That's why I didn't check with a more recent built. Anyway, the bug is gone in the new built, it must have been fixed in one of the last days. Sorry for the noise, I guess I have to be more careful in the future. Thanks, Michael. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 16 13:36:20 2015 Received: (at 19869) by debbugs.gnu.org; 16 Feb 2015 18:36:20 +0000 Received: from localhost ([127.0.0.1]:45578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YNQWq-0007MB-Bh for submit@debbugs.gnu.org; Mon, 16 Feb 2015 13:36:20 -0500 Received: from mout.gmx.net ([212.227.17.21]:60230) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YNQWo-0007Lk-7o for 19869@debbugs.gnu.org; Mon, 16 Feb 2015 13:36:18 -0500 Received: from [188.22.36.55] ([188.22.36.55]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LrNoG-1XRIXP2MJA-0139Z2; Mon, 16 Feb 2015 19:36:11 +0100 Message-ID: <54E23899.40608@gmx.at> Date: Mon, 16 Feb 2015 19:36:09 +0100 From: martin rudalics MIME-Version: 1.0 To: Michael Heerdegen Subject: Re: bug#19869: 25.0.50; default-frame-alist: width versus fullheight References: <87twyo13h0.fsf@web.de> <54E08498.2050603@gmx.at> <87oaouud94.fsf@web.de> <87k2ziuc74.fsf@web.de> <87fva6ubq1.fsf@web.de> <87k2ziyhz7.fsf@web.de> In-Reply-To: <87k2ziyhz7.fsf@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:OKDathbwcBq+cqG/eNCzdPTDenlwvPvRYJVpZC24Jda9mmMysQX 3Hkn+/RSAvoxsIAe2pCi1hT/RezbaeGu9d39ae0A+CGsjFMQlhmHGzY+I17/PC6n8acqEnB wP8dbjxxo+jl9fMFljyeZ9J4xIgapEd6o/x8d8t4ZA44HDoCEEFOSMBf+Gsb0XXNT6xKdPg u+Kfi4dM+EAgnaz5XBWoA== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19869 Cc: 19869@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: 0.0 (/) > just to be sure, I have rebuilt Emacs. My built of trunk was very few > days old, and I think I already saw the problem a very long time before > that. That's why I didn't check with a more recent built. Anyway, the > bug is gone in the new built, it must have been fixed in one of the last > days. Too bad. I wanted to test whether `frame-size-history' could be used for remote diagnostics ;-) martin From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 16 14:14:05 2015 Received: (at control) by debbugs.gnu.org; 16 Feb 2015 19:14:05 +0000 Received: from localhost ([127.0.0.1]:45608 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YNR7M-0008Mb-Eg for submit@debbugs.gnu.org; Mon, 16 Feb 2015 14:14:04 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:48298 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YNR7K-0008MJ-D4 for control@debbugs.gnu.org; Mon, 16 Feb 2015 14:14:02 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YNR7K-0007rq-2a for control@debbugs.gnu.org; Mon, 16 Feb 2015 14:14:02 -0500 Date: Mon, 16 Feb 2015 14:14:02 -0500 Message-Id: Subject: control message for bug 19869 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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.0 (-----) tag 19869 moreinfo close 19869 From unknown Fri Jun 20 07:19:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 17 Mar 2015 11: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