GNU bug report logs - #28551
Emacs master does not respect frame width [macOS]

Previous Next

Package: emacs;

Reported by: Angelo Graziosi <angelo.g0 <at> libero.it>

Date: Fri, 22 Sep 2017 15:31:02 UTC

Severity: normal

Tags: fixed

Merged with 28559

Found in version 26.0.60

Fixed in version 26.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28551 in the body.
You can then email your comments to 28551 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#28551; Package emacs. (Fri, 22 Sep 2017 15:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Angelo Graziosi <angelo.g0 <at> libero.it>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 22 Sep 2017 15:31:02 GMT) Full text and rfc822 format available.

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

From: Angelo Graziosi <angelo.g0 <at> libero.it>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs master does not respect frame width [macOS]
Date: Fri, 22 Sep 2017 17:13:37 +0200 (CEST)
Both on Windows, GNU/Linux and macOS, in the init.el file I have something like this

(setq default-frame-alist
      '(
        (width . 110) ; character
        [...]
        ))

This allow me to have an useful space of 110 columns to write.

Now with the build 015172d1ba36de9ab2ca2cae020b6ab6793dbb8c (2017-09-15 11:46:37), on macOS, the above is not respected. I have lost about 5 columns (really I have lost also a line, from 32 to 31). The same does not occur on GNU/Linux and Windows on which I have built the same master.

Notice, they are a few years I am using the above configuration on these systems.


Angelo




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28551; Package emacs. (Fri, 22 Sep 2017 16:03:01 GMT) Full text and rfc822 format available.

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

From: Nick Helm <nick <at> tenpoint.co.nz>
To: Angelo Graziosi <angelo.g0 <at> libero.it>
Cc: 28551 <at> debbugs.gnu.org
Subject: Re: bug#28551: Emacs master does not respect frame width [macOS]
Date: Sat, 23 Sep 2017 04:01:57 +1200
Angelo Graziosi <angelo.g0 <at> libero.it> writes:

> Both on Windows, GNU/Linux and macOS, in the init.el file I have
> something like this
>
> (setq default-frame-alist
>       '(
>         (width . 110) ; character
>         [...]
>         ))
>
> This allow me to have an useful space of 110 columns to write.
>
> Now with the build 015172d1ba36de9ab2ca2cae020b6ab6793dbb8c
> (2017-09-15 11:46:37), on macOS, the above is not respected. I have
> lost about 5 columns (really I have lost also a line, from 32 to 31).
> The same does not occur on GNU/Linux and Windows on which I have built
> the same master.

This should now be fixed on emacs-26 branch with commit
a81d5a3d3fcb76f6b074c2c721b80b1802135d41.




Reply sent to Alan Third <alan <at> idiocy.org>:
You have taken responsibility. (Fri, 22 Sep 2017 16:15:01 GMT) Full text and rfc822 format available.

Notification sent to Angelo Graziosi <angelo.g0 <at> libero.it>:
bug acknowledged by developer. (Fri, 22 Sep 2017 16:15:02 GMT) Full text and rfc822 format available.

Message #13 received at 28551-done <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Angelo Graziosi <angelo.g0 <at> libero.it>
Cc: 28551-done <at> debbugs.gnu.org
Subject: Re: bug#28551: Emacs master does not respect frame width [macOS]
Date: Fri, 22 Sep 2017 17:14:28 +0100
On Fri, Sep 22, 2017 at 05:13:37PM +0200, Angelo Graziosi wrote:
> Both on Windows, GNU/Linux and macOS, in the init.el file I have something like this
> 
> (setq default-frame-alist
>       '(
>         (width . 110) ; character
>         [...]
>         ))
> 
> This allow me to have an useful space of 110 columns to write.
> 
> Now with the build 015172d1ba36de9ab2ca2cae020b6ab6793dbb8c
> (2017-09-15 11:46:37), on macOS, the above is not respected. I have
> lost about 5 columns (really I have lost also a line, from 32 to
> 31). The same does not occur on GNU/Linux and Windows on which I
> have built the same master.

Hi Angelo, this is fixed on the emacs-26 branch. It should be copied
back to master at some point. See bug#28536.
-- 
Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28551; Package emacs. (Fri, 22 Sep 2017 20:18:01 GMT) Full text and rfc822 format available.

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

From: Angelo Graziosi <angelo.g0 <at> libero.it>
To: Alan Third <alan <at> idiocy.org>
Cc: 28551-done <at> debbugs.gnu.org
Subject: Re: bug#28551: Emacs master does not respect frame width [macOS]
Date: Fri, 22 Sep 2017 22:17:39 +0200 (CEST)
Nick Helm wrote:

> This should now be fixed on emacs-26 branch with commit
> a81d5a3d3fcb76f6b074c2c721b80b1802135d41.

> Il 22 settembre 2017 alle 18.14 Alan Third <alan <at> idiocy.org> ha scritto:
> 
> Hi Angelo, this is fixed on the emacs-26 branch. It should be copied
> back to master at some point. See bug#28536.


Let's see then when emacs-26 will be "backported" to master... ;-)

Angelo




Merged 28551 28559. Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Tue, 26 Sep 2017 01:37:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 24 Oct 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 242 days ago.

Previous Next


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