From: A Soare <alinsoar@voila.fr>
To: bug-gnu-emacs <bug-gnu-emacs@gnu.org>
Subject: A Very,very difficult Bug
Date: Fri, 9 Feb 2007 12:47:08 +0100 (CET) [thread overview]
Message-ID: <21922743.534361171021628379.JavaMail.www@wwinf4204> (raw)
1. Put just these lines in your /root/.emacs file.
;;;colors
(custom-set-faces
'(default ((t (:stipple nil :background "LightBlue" :foreground "Black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :weight normal :height 150 :width normal))))
'(erc-action-face ((t (:weight bold :height 100))))
'(erc-default-face ((t (:foreground "brown" :height 100))))
'(erc-header-line ((t (:background "yellow" :foreground "grey20"))))
'(erc-my-nick-face ((t (:foreground "blue" :weight bold :height 100))))
'(mode-line-inactive ((default (:inherit mode-line :background "lightgrey" :foreground "black")) (((class color) (min-colors 88) (background light)) (:background "grey90" :foreground "grey20" :box (:line-width -1 :color "grey75") :weight light))))
'(mode-line ((default (:inherit mode-line :background "LightGreen" :foreground "black")) (((class color) (min-colors 88) (background light)) (:background "grey90" :foreground "grey20" :box (:line-width -1 :color "grey75") :weight light)))))
;;; end colors
2. Start Emacs
The mode-line will be white. Bad.
3. M-: (load "/root/.emacs")
The mode-line will be light-green. Good.
next reply other threads:[~2007-02-09 11:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-09 11:47 A Soare [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-02-09 19:44 A Very,very difficult Bug A Soare
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=21922743.534361171021628379.JavaMail.www@wwinf4204 \
--to=alinsoar@voila.fr \
--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 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.