all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 9033@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	[thread overview]
Message-ID: <4E1ACD29.9050305@swipnet.se> (raw)
In-Reply-To: <87r55yey11.fsf@gmail.com>

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@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
>





  reply	other threads:[~2011-07-11 10:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-09 12:28 bug#9033: 24.0.50; background not set correctly when using default-frame-alist Thierry Volpiatto
2011-07-10 17:35 ` Jan Djärv
2011-07-10 19:27   ` Thierry Volpiatto
2011-07-11 10:15     ` Jan Djärv [this message]
2011-07-11 10:35       ` Thierry Volpiatto
2011-07-11 10:35       ` Thierry Volpiatto
2011-07-12  8:11         ` Jan Djärv
2011-07-12  9:40           ` Thierry Volpiatto
2011-07-15  8:43             ` Jan Djärv
2011-07-16 15:58               ` Thierry Volpiatto
2011-07-16 21:48                 ` Jan Djärv
2011-07-17  4:26                   ` Thierry Volpiatto
2011-07-17  5:41                   ` Thierry Volpiatto
2011-07-17 18:24                   ` Thierry Volpiatto
2011-07-17 19:41                     ` Jan Djärv
2011-07-17 19:42                     ` Thierry Volpiatto
2011-07-17 21:08                       ` Jan Djärv
2011-07-18  5:00                         ` Thierry Volpiatto
2011-07-18  8:50                           ` Jan Djärv
2011-07-18 11:15                             ` Jan Djärv

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

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

  git send-email \
    --in-reply-to=4E1ACD29.9050305@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=9033@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /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 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.