Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 12FC0431FBF; Sat, 21 Nov 2009 02:31:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nzsy0jKLfRB7; Sat, 21 Nov 2009 02:31:20 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 9E742431FAE; Sat, 21 Nov 2009 02:31:19 -0800 (PST) From: Carl Worth To: "Aneesh Kumar K.V" In-Reply-To: <20091121040730.GA17925@skywalker.linux.vnet.ibm.com> References: <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <87lji04m7z.fsf@yoom.home.cworth.org> <20091121040730.GA17925@skywalker.linux.vnet.ibm.com> Date: Sat, 21 Nov 2009 11:31:08 +0100 Message-ID: <87k4xk41ar.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH] notmuch.el: Add face support to search and show mode X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 10:31:21 -0000 On Sat, 21 Nov 2009 09:37:30 +0530, "Aneesh Kumar K.V" wrote: > To verify whether i have some setting in .emacs i ran emacs -q and still > i am able see the colors. So not sure what extra is needed. I also tried > emacs23 and that also worked. Are you able to see this faces via customize-face > command ? And what is the color they display in customize-face ? I think this was user-error on my part. So sorry about the noise. For one thing, I recently broke the Makefiles to install notmuch.el/notmuch.elc into the wrong directory. Fixes shortly... -Carl