GNU bug report logs - #29352
x-create-frame-with-faces disregards divider width params

Previous Next

Package: emacs;

Reported by: Keith David Bershatsky <esq <at> lawlist.com>

Date: Sat, 18 Nov 2017 22:15:02 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Keith David Bershatsky <esq <at> lawlist.com>
Subject: bug#29352: closed (Re: bug#29352: x-create-frame-with-faces
 disregards divider width params)
Date: Sun, 19 Nov 2017 11:08:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#29352: x-create-frame-with-faces disregards divider width params

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 29352 <at> debbugs.gnu.org.

-- 
29352: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29352
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alan Third <alan <at> idiocy.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: 29352-done <at> debbugs.gnu.org
Subject: Re: bug#29352: x-create-frame-with-faces disregards divider width
 params
Date: Sun, 19 Nov 2017 11:07:02 +0000
On Sat, Nov 18, 2017 at 02:14:10PM -0800, Keith David Bershatsky wrote:
> I believe there are a couple of related bugs affecting the ability
> of x-create-frame-with-faces to properly set the bottom _and_ right
> border divider width parameters.

Fix pushed to Emacs-26. Thanks for reporting it.
-- 
Alan Third

[Message part 3 (message/rfc822, inline)]
From: Keith David Bershatsky <esq <at> lawlist.com>
To: Emacs Bug Reports <bug-gnu-emacs <at> gnu.org>
Subject: x-create-frame-with-faces disregards divider width params
Date: Sat, 18 Nov 2017 14:14:10 -0800
I believe there are a couple of related bugs affecting the ability of x-create-frame-with-faces to properly set the bottom _and_ right border divider width parameters.

The FIRST problem is that the PARAMS are not respected as to both the right-divider-width _and_ the bottom-divider-width.

Step 1:  Launch Emacs 26 with no user configuration.  [I am using OSX 10.6.8 and have built --with-ns.]

Step 2:

  (x-create-frame-with-faces '((right-divider-width . 11)
                               (bottom-divider-width . 20)))

Step 3:

  (message "%s" (frame-parameters))

Step 4:  Observe that the frame parameters of right-divider-width and bottom-divider-width are both 0.


The SECOND problem is that the default-frame-alist is not respected as to both the right-divider-width _and_ the bottom-divider-width.

Step 1:  Launch Emacs 26 without any user configuration.

Step 2:

(setq default-frame-alist '((right-divider-width . 11)
                            (bottom-divider-width . 20)))

Step 3:  (make-frame)

  (message "%s" (frame-parameters))

Step 4:  Observe that the frame parameters of right-divider-width and bottom-divider-width are both 0.



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

Previous Next


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