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 20:44:04 +0100 (CET) Message-ID: <27592696.437171171050244626.JavaMail.www@wwinf4105> 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 1171053329 21032 80.91.229.12 (9 Feb 2007 20:35:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2007 20:35:29 +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:23 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 1HFcSn-0000zz-CO for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Feb 2007 21:35:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFcSm-0002WQ-E4 for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Feb 2007 15:35:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFbfD-0006Pd-GI for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 14:44:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFbfC-0006PG-MZ for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 14:44:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFbfC-0006P9-Fy for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 14:44:06 -0500 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFbfC-0004w4-3Y for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2007 14:44:06 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4103.voila.fr (SMTP Server) with ESMTP id A794A1C00670 for ; Fri, 9 Feb 2007 20:44:04 +0100 (CET) Original-Received: from wwinf4105 (wwinf4105 [172.22.152.32]) by mwinf4103.voila.fr (SMTP Server) with ESMTP id 9ADCB1C00644 for ; Fri, 9 Feb 2007 20:44:04 +0100 (CET) X-ME-UUID: 20070209194404634.9ADCB1C00644@mwinf4103.voila.fr X-Originating-IP: [86.107.96.49] 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:15581 Archived-At: 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.