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 F247B431FAF for ; Thu, 26 Jan 2012 13:59:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 PwVukTz8uZuJ for ; Thu, 26 Jan 2012 13:59:57 -0800 (PST) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 53421431FAE for ; Thu, 26 Jan 2012 13:59:57 -0800 (PST) Received: by qcpx40 with SMTP id x40so660794qcp.26 for ; Thu, 26 Jan 2012 13:59:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nickurak.ca; s=google-dkim; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=UbqNeT+lZJE51cmy4FA3+XsDusDguLVAxdHli9IyRuM=; b=Wea0+BIGYPm06HarbMt/ERnk4lOoZnYyC5GXQK0dUmJSeY3Q0yJnKKlFXlqSzHcCVU efNeJjfzewe1rYixy6Nu6Ock0S08AXQSFtVbTdO9z1tNsZ0Ld4CreOZlv/zH5nftN1H0 CEWak5ouUCrJGcYhPvQy+Sd24WPD1gLEeVpwE= MIME-Version: 1.0 Received: by 10.229.102.87 with SMTP id f23mr1473950qco.125.1327615196357; Thu, 26 Jan 2012 13:59:56 -0800 (PST) Sender: jeremy@nickurak.ca Received: by 10.229.40.149 with HTTP; Thu, 26 Jan 2012 13:59:56 -0800 (PST) X-Originating-IP: [128.221.197.58] In-Reply-To: <20120126194146.GG1940@mit.edu> References: <1327605679-15213-1-git-send-email-jani@nikula.org> <20120126194146.GG1940@mit.edu> Date: Thu, 26 Jan 2012 14:59:56 -0700 X-Google-Sender-Auth: hFEfW7xstziq9cz4vYGtQgPqg3Y Message-ID: Subject: Re: [PATCH] emacs: add default value to notmuch-search-line-faces From: Jeremy Nickurak To: Austin Clements Content-Type: text/plain; charset=UTF-8 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 26 Jan 2012 21:59:58 -0000 On Thu, Jan 26, 2012 at 12:41, Austin Clements wrote: > As much as I would like this, many terminals don't visually > distinguish between the default face and the default face in bold. I've taken a shot at this under xterm, gnome-terminal, and a basic linux VT. I figure that if something is broken in another terminal that breaks in one of these, it's somebody-elses-problem :) Xterm/gnome-terminal support bold just fine. With a Linux VT, emacs just chooses i slightly lighter color, which is totally usable.