unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Roberto Rodríguez" <lanubeblanca@googlemail.com>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Pls help in emacs settings for Foreground and Background color settings
Date: Fri, 8 Dec 2006 10:03:59 -0300	[thread overview]
Message-ID: <7b092b2f0612080503u514635cct559daa5b39bdf623@mail.gmail.com> (raw)
In-Reply-To: <4576E3F6.9090206@adventnet.com>


[-- Attachment #1.1: Type: text/plain, Size: 1200 bytes --]

2006/12/6, Senthil Nathan <senthils@adventnet.com>:

For Linux machines the settings for the foregroung  and backgroun
> colours are specified in .emacs file. I am using Windows machine and I
> cant fine .emacs file in my installation directory or at any other places.
>
> Can you please provide me a sample .emacs file that suits to me. I need
> to change the default Background color of White to some dark colours
> that won't irritates my eyes.


Don't worry. If .emacs doesn't exist, visit it in the default directory and
it will be created automatically. (If you know how to set an environment
variable, you could mock GNU and Unix setting HOME to /home/username.)

To change the default colors, you could append something like this to your
.emacs:

(when window-system
  (add-to-list 'default-frame-alist '(background-color . "black"))
  (add-to-list 'default-frame-alist '(foreground-color . "cyan"))
  (add-to-list 'default-frame-alist '(cursor-color . "yellow")))

Next time you have a question about Emacs usage, please search
www.emacswiki.org, or else post your question in
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs.

This mailing list is meant for reporting bugs in GNU Emacs.

[-- Attachment #1.2: Type: text/html, Size: 1672 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

      parent reply	other threads:[~2006-12-08 13:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-06 15:38 Pls help in emacs settings for Foreground and Background color settings Senthil Nathan
2006-12-07  4:59 ` Richard Stallman
2006-12-07 10:06 ` A Soare
2006-12-08 13:03 ` Roberto Rodríguez [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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=7b092b2f0612080503u514635cct559daa5b39bdf623@mail.gmail.com \
    --to=lanubeblanca@googlemail.com \
    --cc=bug-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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).