all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error displaying a frame modified with (tool-bar-lines . 0)
@ 2014-03-25 12:45 Juanma Barranquero
  2014-03-25 15:45 ` Eli Zaretskii
  2014-03-27 15:28 ` bug#17120: Fwd: " Juanma Barranquero
  0 siblings, 2 replies; 8+ messages in thread
From: Juanma Barranquero @ 2014-03-25 12:45 UTC (permalink / raw)
  To: Emacs developers

After much back and forth, bug#17046 has been determined to be that running

  emacs -Q -l bug.el

with bug.el:

;;; bug.el
(let* ((default-frame-alist nil)
       (frame (make-frame '((width . 80) (height . 20))))
       (lines (frame-parameter frame 'tool-bar-lines)))
  (discard-input)
  (read-event nil nil 2)
  (modify-frame-parameters frame '((tool-bar-lines . 0)
                                   (width . 60) (height . 25)))
  (modify-frame-parameters frame `((tool-bar-lines . ,lines))))
;;, end

causes the frame to be redisplayed incorrectly (the trigger being the
(tool-bar-lines .0) parameter:

http://debbugs.gnu.org/cgi/bugreport.cgi?msg=26;filename=emacs-sshot.png;att=1;bug=17046

This happens on a Ubuntu 13.10:

GNU Emacs 24.3.50.2 (i686-pc-linux-gnu, GTK+ Version 3.8.6)
 of 2014-03-14 on poulenc
Repository revision: 116756 rudalics <at> gmx.at-20140314103846-ytcz7b30ocmzo8jh
Windowing system distributor `The X.Org Foundation', version 11.0.11405000
System Description: Ubuntu 13.10

Important settings:
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8-unix

Anyone knowledgeable about this kind of issue is welcome to drop by bug#17046.

TIA,

   J



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-19  8:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 12:45 Error displaying a frame modified with (tool-bar-lines . 0) Juanma Barranquero
2014-03-25 15:45 ` Eli Zaretskii
2014-03-25 15:53   ` Juanma Barranquero
2014-03-27 15:28 ` bug#17120: Fwd: " Juanma Barranquero
     [not found]   ` <5336BC84.5050306@swipnet.se>
2014-03-29 13:25     ` Robert Marshall
2014-03-31 12:48     ` Robert Marshall
2021-05-02  8:47   ` martin rudalics
2021-05-19  8:13     ` martin rudalics

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.