From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Persist background and forecolor
Date: Sun, 5 Feb 2006 10:37:18 +0100 [thread overview]
Message-ID: <501A2B2F-9BAA-4FB2-9AC6-6A2A5C86F0F3@Web.DE> (raw)
In-Reply-To: <1139097966.270855.121190@g43g2000cwa.googlegroups.com>
Am 05.02.2006 um 01:06 schrieb dunnil:
> How could I persist the colors? What should be in .emacs file?
> I can change the the font by S-L click and set colors by M-x set*, but
> can't persist them.
(setq initial-frame-alist '(
(mouse-color . "#4e3832")
(foreground-color . "midnightblue")
(background-color . "antiquewhite1")
(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-
hiraginomin")
(top . 10) (left . 650) (width . 89) (height . 60)))
(setq default-frame-alist '(
(background-color . "ghost white")
(foreground-color . "grey10")
(cursor-color . "purple")
(cursor-type . box)
(vertical-scroll-bars . left)
(active-alpha . 0.875)
(inactive-alpha . 0.75)
(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-
hiraginokaku")
(top . 20) (left . 150) (width . 89) (height . 56)))
--
Greetings
Pete
Der größte Aberglaube der Gegenwart ist der Glaube an die Vorfahrt.
(Jacques Tati)
next prev parent reply other threads:[~2006-02-05 9:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-05 0:06 Persist background and forecolor dunnil
2006-02-05 9:37 ` Peter Dyballa [this message]
[not found] ` <mailman.100.1139132450.2870.help-gnu-emacs@gnu.org>
2006-02-05 12:11 ` dunnil
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=501A2B2F-9BAA-4FB2-9AC6-6A2A5C86F0F3@Web.DE \
--to=peter_dyballa@web.de \
--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.
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).