unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Anders Lindgren <andlind@gmail.com>
To: CHENG Gao <chenggao@royau.me>, 22298@debbugs.gnu.org
Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure
Date: Sun, 10 Jan 2016 21:58:10 +0100	[thread overview]
Message-ID: <CABr8ebZibsWnx3qM+XzWLNFtZkbSgCnRQF5jyOkORp0=vppZnQ@mail.gmail.com> (raw)
In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me>

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

Hi Cheng!

Ah, it was the information that the expressions should be placed in the
init file that I was missing.

I can confirm that I can reproduce the problem using the following recipe.

Place the following lines in a file, say bug22298.el:

    (when window-system
      (set-frame-size (selected-frame) 155 38 nil)
      (tool-bar-mode 1))

    emacs -Q -l bug22298.el

Here, Emacs use its standard frame size whereas it should use the newly
specified size (155x38).

    -- Anders Lindgren


> Thank you for looking into this.

> In my bug report I listed two snippets that can be put into init.el.
> When (tool-bar-mode 1) is set before set-frame-size, it works. When set
> after set-frame-size, it won't.

> Using C-x C-e to eval them, it works. So I think "emacs -Q" can not help
> here. It's only about order of settings.

> Later after reporting, I found tool-bar-mode is defaulted to "t" when
> window-system is detected (in C source code), so I just removed it and
> it works now. So it does not bother me any more, but I can not say this
> bug is fixed.

[-- Attachment #2: Type: text/html, Size: 1426 bytes --]

  parent reply	other threads:[~2016-01-10 20:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-03  9:13 bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure CHENG Gao
2016-01-10  5:58 ` bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting fai Anders Lindgren
2016-01-10  7:36   ` CHENG Gao
2016-01-10 20:58 ` Anders Lindgren [this message]
2016-01-11 11:08   ` bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure CHENG Gao
2016-01-11 11:30     ` CHENG Gao
2016-01-11 12:03   ` CHENG Gao
2022-01-24 13:40 ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CABr8ebZibsWnx3qM+XzWLNFtZkbSgCnRQF5jyOkORp0=vppZnQ@mail.gmail.com' \
    --to=andlind@gmail.com \
    --cc=22298@debbugs.gnu.org \
    --cc=chenggao@royau.me \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).