all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lektu@terra.es>
Cc: "GNU Emacs Devel (E-mail)" <emacs-devel@gnu.org>,
	"GNU Emacs Help (E-mail)" <help-gnu-emacs@gnu.org>
Subject: Re: How to make reverse video the default behavior under Windows
Date: Wed, 02 Oct 2002 08:27:45 +0200	[thread overview]
Message-ID: <20021002082043.9212.LEKTU@terra.es> (raw)
In-Reply-To: <762A7BB74D6AD51195EF00B0D0AA16602C37F3@STPETE>

On Tue, 1 Oct 2002 16:00:33 -0400, Ben Key <BenK@FreedomScientific.com> wrote:

> I cannot figure out how to make Emacs go into reverse-video mode by default.

You can always manually set the foreground color to white (or light grey)
and the background to black in the registry.

In HKEY_LOCAL_MACHINE\Software\Gnu\Emacs I have values:

Emacs.Background = "black"
Emacs.Foreground = "light grey"

and, to be on the safe side, in my .emacs I add the following entries:

(background-color . "black")
(foreground-color . "light grey")
(background-mode  . dark)

to `default-frame-alist' and `initial-frame-alist'.


                                                           /L/e/k/t/u

  reply	other threads:[~2002-10-02  6:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01 20:00 How to make reverse video the default behavior under Windows Ben Key
2002-10-02  6:27 ` Juanma Barranquero [this message]
     [not found] <mailman.1033503318.27966.help-gnu-emacs@gnu.org>
2002-10-01 23:31 ` Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2002-10-02 12:52 Ben Key

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=20021002082043.9212.LEKTU@terra.es \
    --to=lektu@terra.es \
    --cc=emacs-devel@gnu.org \
    --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.