all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "z.cHris" <chrisdcheng@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs background on console/tty
Date: Wed, 14 Jul 2010 08:36:03 -0700 (PDT)	[thread overview]
Message-ID: <1825716e-248f-42a0-ad7e-b665d46e2612@i28g2000yqa.googlegroups.com> (raw)
In-Reply-To: 87iq4i6utd.fsf@online.de

On Jul 14, 9:45 pm, henry atting <nsmp...@online.de> wrote:
> When I start emacs on a virtual console it provides me with a somehow
> light gray background though according to my settings a black background
> is expected.
>
> In ~/.zshrc I have these lines:
>
> if [ -n $DISPLAY ];
>         then export TERM="xterm-256color"
>         else export TERM="linux"
> fi
>
> The ~/.emacs setup for console colors is:
>
> (if window-system nil
>  (set-background-color "color-25")
>  (set-foreground-color "yellow")
>  (custom-set-faces
> '(default ((t (:foreground "yellow"))))
> '(highline-face ((t (:background "black"))))
> '(font-lock-keyword-face ((t (:foreground "cyan"))))
> '(mode-line ((t (:background "black" :foreground "red"))))
>  (blink-cursor-mode nil)))
>
> As far as I understand this it has something to with ncurses colors on a
> console but it did not help me much anyway.
>
> --http://literaturlatenight.de

I have encounter this problem before when i used terminal to open
emacs,

the color setting is actually your terminal color setting, nothing to
do with dotemacs file.


      reply	other threads:[~2010-07-14 15:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 13:45 emacs background on console/tty henry atting
2010-07-14 15:36 ` z.cHris [this message]

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=1825716e-248f-42a0-ad7e-b665d46e2612@i28g2000yqa.googlegroups.com \
    --to=chrisdcheng@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.