How to get black background?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
Newsgroups: gnu.emacs.help
From: ssecorp <circularf...@gmail.com>
Date: Thu, 7 Aug 2008 18:38:27 -0700 (PDT)
Local: Thurs, Aug 7 2008 9:38 pm
Subject: How to get black background?
I want black background in emacs. How do I change it? Im using windows.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
Newsgroups: gnu.emacs.help
From: Peter Dyballa <Peter_Dyba...@Web.DE>
Date: Fri, 8 Aug 2008 08:20:15 +0200
Local: Fri, Aug 8 2008 2:20 am
Subject: Re: How to get black background?
Am 08.08.2008 um 03:38 schrieb ssecorp: > I want black background in emacs. How do I change it? Im using > windows.
Experiment with initial-frame-alist and default-frame-alist – or just use a terminal from 20 or 30 years ago! -- Greetings Pete Who the fsck is "General Failure," and why is he reading my disk?
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
Newsgroups: gnu.emacs.help
From: Nikolaj Schumacher <n_schumac...@web.de>
Date: Fri, 08 Aug 2008 13:03:28 +0200
Local: Fri, Aug 8 2008 7:03 am
Subject: Re: How to get black background?
ssecorp <circularf ...@gmail.com> wrote: > I want black background in emacs. How do I change it? Im using windows. Put this in your .emacs: (when window-system (add-to-list 'default-frame-alist '(background-color . "black")) (add-to-list 'default-frame-alist '(foreground-color . "wheat"))) regards, Nikolaj Schumacher
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
Newsgroups: gnu.emacs.help
From: Kevin Rodgers <kevin.d.rodg...@gmail.com>
Date: Fri, 08 Aug 2008 08:24:31 -0600
Local: Fri, Aug 8 2008 10:24 am
Subject: Re: How to get black background?
ssecorp wrote: > I want black background in emacs. How do I change it? Im using windows.
Start emacs with the --reverse-video command line option. Or use the --foreground-color=COLOR and --background-color=COLOR options. -- Kevin Rodgers Denver, Colorado, USA
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|