From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#6163: 24.0.50; be sure the color of the mark matches that of the filename Date: Tue, 02 Aug 2011 18:00:49 +0200 Message-ID: References: <87ljbyt7jg.fsf@jidanni.org> <87tyqfr3xs.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312301270 1151 80.91.229.12 (2 Aug 2011 16:07:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 16:07:50 +0000 (UTC) Cc: 6163@debbugs.gnu.org To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 02 18:07:44 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoHVM-00061f-U3 for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Aug 2011 18:07:41 +0200 Original-Received: from localhost ([::1]:34316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoHVM-0000XI-ED for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Aug 2011 12:07:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoHVI-0000Sw-Gm for bug-gnu-emacs@gnu.org; Tue, 02 Aug 2011 12:07:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoHVG-0007Ll-53 for bug-gnu-emacs@gnu.org; Tue, 02 Aug 2011 12:07:36 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoHVG-0007Lh-3X for bug-gnu-emacs@gnu.org; Tue, 02 Aug 2011 12:07:34 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QoHVi-0002uF-G9; Tue, 02 Aug 2011 12:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 02 Aug 2011 16:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6163 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug wontfix Original-Received: via spool by 6163-submit@debbugs.gnu.org id=B6163.131230124811122 (code B ref 6163); Tue, 02 Aug 2011 16:08:02 +0000 Original-Received: (at 6163) by debbugs.gnu.org; 2 Aug 2011 16:07:28 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QoHVA-0002tK-FC for submit@debbugs.gnu.org; Tue, 02 Aug 2011 12:07:28 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QoHV7-0002sy-9K for 6163@debbugs.gnu.org; Tue, 02 Aug 2011 12:07:26 -0400 Original-Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QoHUX-0004GQ-Vv; Tue, 02 Aug 2011 18:06:50 +0200 In-Reply-To: <87tyqfr3xs.fsf@jidanni.org> (jidanni@jidanni.org's message of "Tue, 11 May 2010 02:45:35 +0800") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Circlesquare's _Songs About Dancing And Drugs_: "Ten To One" X-MailScanner-ID: 1QoHUX-0004GQ-Vv MailScanner-NULL-Check: 1312906010.07861@6KxKEUwpYUezVS+WSifXdw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 02 Aug 2011 12:08:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49806 Archived-At: jidanni@jidanni.org writes: > j> (defface dired-marked > j> '((t (:inherit font-lock-warning-face))) > > By the way, for all the marks, be sure the color of the mark matches > that of the filename. E.g., the color of * should match the color of > .emacs here: > * -rw-r--r-- 1 jidanni jidanni 16401 May 10 17:49 .emacs > It currently doesn't, at least today for me with emacs -nw. I don't think it's supposed to, so I'm closing this report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/