* A Very,very difficult Bug
@ 2007-02-09 11:47 A Soare
0 siblings, 0 replies; 2+ messages in thread
From: A Soare @ 2007-02-09 11:47 UTC (permalink / raw)
To: bug-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* A Very,very difficult Bug
@ 2007-02-09 19:44 A Soare
0 siblings, 0 replies; 2+ messages in thread
From: A Soare @ 2007-02-09 19:44 UTC (permalink / raw)
To: bug-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-09 19:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-09 11:47 A Very,very difficult Bug A Soare
-- strict thread matches above, loose matches on Subject: below --
2007-02-09 19:44 A Soare
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).