GNU bug report logs -
#29352
x-create-frame-with-faces disregards divider width params
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29352 in the body.
You can then email your comments to 29352 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#29352
; Package
emacs
.
(Sat, 18 Nov 2017 22:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Keith David Bershatsky <esq <at> lawlist.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 18 Nov 2017 22:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#29352
; Package
emacs
.
(Sun, 19 Nov 2017 03:02:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 29352 <at> debbugs.gnu.org (full text, mbox):
bug#22973 enabled creation of vertical/horizontal window dividers for OSX/MacOS Emacs GUI builds, which had previously been disabled -- i.e., the relevant code in nsfns.m was commented out. In addition, #22973 enabled the colors to be properly applied. However, additional work is needed as indicated in bug#29352.
Reply sent
to
Alan Third <alan <at> idiocy.org>
:
You have taken responsibility.
(Sun, 19 Nov 2017 11:08:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Keith David Bershatsky <esq <at> lawlist.com>
:
bug acknowledged by developer.
(Sun, 19 Nov 2017 11:08:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 29352-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 17 Dec 2017 12:24:04 GMT)
Full text and
rfc822 format available.
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.