bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A Very,very difficult Bug


From: A Soare
Subject: A Very,very difficult Bug
Date: Fri, 9 Feb 2007 20:44:04 +0100 (CET)

Today I reported the following bug. I have just checked it on another computer, 
and here it is not reproductible. I do not know what to think...

Maybe something was installed wrong on the other system...



Alin Soare










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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]