bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows


From: Robert Marshall
Subject: bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows decorations
Date: Mon, 24 Mar 2014 16:09:17 +0000

Juanma Barranquero writes:
 > On Mon, Mar 24, 2014 at 4:22 PM, Robert Marshall <robert@capuchin.co.uk> 
 > wrote:
 > 
 > > With bug:
 > >
 > > #<frame emacs@poulenc 0x8725ae0> was :reused
 > 
 > So it doesn't depend on the window-state.
 > 
 > If you're not yet bored to death, please try with the attached .el
 > file. It should behave as in the previous cases, but I want to see the
 > real, final frame parameter list of the reused (buggy) frame and the
 > created (correct) one.
 > 
With bug:

#<frame emacs@poulenc 0x8725ae0> was :reused with:
  (alpha)
  (auto-lower)
  (auto-raise)
  (background-color . white)
  (background-mode . light)
  (border-color . black)
  (border-width . 0)
  (bottom-divider-width . 0)
  (buffer-list *scratch*)
  (buffer-predicate)
  (buried-buffer-list)
  (cursor-color . black)
  (cursor-type . box)
  (display . :0)
  (display-type . color)
  (environment)
  (explicit-name)
  (font . -unknown-DejaVu Sans 
Mono-normal-normal-normal-*-14-*-*-*-m-0-iso10646-1)
  (font-backend xft x)
  (font-parameter . Monospace 11)
  (foreground-color . black)
  (fullscreen)
  (height . 35)
  (horizontal-scroll-bars . t)
  (icon-name)
  (icon-type . t)
  (internal-border-width . 0)
  (left . 896)
  (left-fringe . 8)
  (line-spacing)
  (menu-bar-lines . 1)
  (minibuffer . #<window 4 on  *Minibuf-0*>)
  (modeline . t)
  (mouse-color . black)
  (name . emacs@poulenc)
  (outer-window-id . 115343557)
  (parent-id . 34054155)
  (right-divider-width . 0)
  (right-fringe . 8)
  (screen-gamma)
  (scroll-bar-background)
  (scroll-bar-foreground)
  (scroll-bar-width . 16)
  (sticky)
  (title)
  (tool-bar-lines . 1)
  (tool-bar-position . top)
  (top . 0)
  (unsplittable)
  (vertical-scroll-bars . right)
  (visibility . t)
  (wait-for-wm . t)
  (width . 80)
  (window-id . 115343562)
  (window-system . x)
--------------------------------------------------------------------------------

w/o bug:

#<frame emacs@poulenc 0x9fae3d8> was :created with:
  (alpha)
  (auto-lower)
  (auto-raise)
  (background-color . white)
  (background-mode . light)
  (border-color . black)
  (border-width . 0)
  (bottom-divider-width . 0)
  (buffer-list *scratch*)
  (buffer-predicate)
  (buried-buffer-list)
  (cursor-color . black)
  (cursor-type . box)
  (display . :0)
  (display-type . color)
  (explicit-name)
  (font . -unknown-DejaVu Sans 
Mono-normal-normal-normal-*-14-*-*-*-m-0-iso10646-1)
  (font-backend xft x)
  (font-parameter . Monospace 11)
  (foreground-color . black)
  (fullscreen)
  (height . 30)
  (icon-name)
  (icon-type . t)
  (internal-border-width . 0)
  (left . 0)
  (left-fringe . 8)
  (line-spacing)
  (menu-bar-lines . 1)
  (minibuffer . #<window 6 on  *Minibuf-0*>)
  (modeline . t)
  (mouse-color . black)
  (name . emacs@poulenc)
  (outer-window-id . 115343946)
  (parent-id)
  (right-divider-width . 0)
  (right-fringe . 8)
  (screen-gamma)
  (scroll-bar-background)
  (scroll-bar-foreground)
  (scroll-bar-width . 16)
  (title)
  (tool-bar-lines . 1)
  (tool-bar-position . top)
  (top . 0)
  (unsplittable)
  (vertical-scroll-bars . right)
  (visibility)
  (wait-for-wm . t)
  (width . 80)
  (window-id . 115343950)
--------------------------------------------------------------------------------

> (Thanks for your patience, BTW)
;-) it is a bit of an epic! I hope you're getting useful information

R
-- 
Robert Marshall





reply via email to

[Prev in Thread] Current Thread [Next in Thread]