GNU bug report logs -
#9033
24.0.50; background not set correctly when using default-frame-alist
Previous Next
Full log
View this message in rfc822 format
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.