all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Keith David Bershatsky <esq@lawlist.com>
To: 29352@debbugs.gnu.org
Subject: bug#29352: x-create-frame-with-faces disregards divider width params
Date: Sat, 18 Nov 2017 14:14:10 -0800	[thread overview]
Message-ID: <m2y3n3z13h.wl%esq@lawlist.com> (raw)

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.





             reply	other threads:[~2017-11-18 22:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 22:14 Keith David Bershatsky [this message]
2017-11-19  3:01 ` bug#29352: x-create-frame-with-faces disregards divider width params Keith David Bershatsky
2017-11-19 11:07 ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2y3n3z13h.wl%esq@lawlist.com \
    --to=esq@lawlist.com \
    --cc=29352@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.