From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.bugs Subject: A Very,very difficult Bug Date: Fri, 9 Feb 2007 12:47:08 +0100 (CET) Message-ID: <21922743.534361171021628379.JavaMail.www@wwinf4204> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171053321 20992 80.91.229.12 (9 Feb 2007 20:35:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2007 20:35:21 +0000 (UTC) To: bug-gnu-emacs Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 09 21:35:18 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HFcSj-0000xt-Id for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Feb 2007 21:35:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFcSf-0002Jx-UR for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Feb 2007 15:35:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFUDg-0005Rp-R8 for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 06:47:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFUDf-0005R2-B4 for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 06:47:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFUDf-0005Qv-0s for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 06:47:11 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFUDe-0003uU-H1 for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 06:47:10 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4201.voila.fr (SMTP Server) with ESMTP id 6AA531C0009B for ; Fri, 9 Feb 2007 12:47:08 +0100 (CET) Original-Received: from wwinf4204 (wwinf4204 [10.232.2.31]) by mwinf4201.voila.fr (SMTP Server) with ESMTP id 5F9EE1C00082 for ; Fri, 9 Feb 2007 12:47:08 +0100 (CET) X-ME-UUID: 20070209114708391.5F9EE1C00082@mwinf4201.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Fri, 09 Feb 2007 15:35:11 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15580 Archived-At: 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.