GNU bug report logs - #9033
24.0.50; background not set correctly when using default-frame-alist

Previous Next

Package: emacs;

Reported by: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>

Date: Sat, 9 Jul 2011 12:29:01 UTC

Severity: normal

Found in version 24.0.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
Cc: 9033 <at> debbugs.gnu.org
Subject: bug#9033: 24.0.50; background not set correctly when using default-frame-alist
Date: Mon, 11 Jul 2011 12:15:05 +0200
Hello.

I still can not reproduce this.
If you write text in the black part of the buffer, does it use the right 
background?

	Jan D.

Thierry Volpiatto skrev 2011-07-10 21.27:
> Jan Djärv<jan.h.d <at> swipnet.se>  writes:
>
>> Hi.
>>
>> I can't reproduce this.  There must be other steps that you do that
>> causes this.  Can you give an example starting from emacs -q?
>
> As i said, this happen only if you have some X settings.
> ~/.Xressources:
>
> #+BEGIN_SRC conf
> Emacs.title:Emacs
> Emacs.menuBar:off
> Emacs.verticalScrollBars:off
> Emacs.toolBar:off
> Emacs.foreground:Wheat
> Emacs.background:Black
> Emacs.cursorColor:red
> Emacs.cursorBlink:off
> Emacs.fullscreen:maximized
> Emacs.font:-unknown-DejaVu Sans Mono-bold-normal-normal-*-14-*-*-*-m-0-iso10646-1
> Emacs.bitmapIcon:on
> Emacs.alpha:80
>
> #+END_SRC
>
> xrdb -load ~/.Xressources
>
> emacs -q
>
> eval in scratch buffer:
>
> #+BEGIN_SRC lisp
> (let ((default-frame-alist '((minibuffer . nil)
>                                (width . 80)
>                                (height . 24)
>                                (left-fringe . 0)
>                                (border-width . 0)
>                                (menu-bar-lines . 0)
>                                (tool-bar-lines . 0)
>                                (unsplittable . t)
>                                (top . 24)
>                                (left . 450)
>                                (background-color . "LightSteelBlue")
>                                (foreground-color . "DarkGoldenrod")
>                                (alpha . nil)
>                                (fullscreen . nil))))
>     (switch-to-buffer-other-frame (current-buffer))
>
> #+END_SRC
>




This bug report was last modified 13 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.