From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Patch: goto-address minor modes Date: Thu, 15 Jan 2009 01:25:57 +0100 Message-ID: References: <87zlhuag0r.fsf@jurta.org> <200901140611.n0E6Baf3013474@mothra.ics.uci.edu> <200901141530.n0EFUXB9014852@mothra.ics.uci.edu> <878wpd8txv.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231979173 2331 80.91.229.12 (15 Jan 2009 00:26:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2009 00:26:13 +0000 (UTC) Cc: Juri Linkov , Dan Nicolaescu , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 01:27:24 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LNG4y-0002vQ-1J for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2009 01:27:24 +0100 Original-Received: from localhost ([127.0.0.1]:55457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNG3h-0006S8-5N for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2009 19:26:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNG3d-0006S3-0C for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:26:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNG3b-0006Rr-2c for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:25:59 -0500 Original-Received: from [199.232.76.173] (port=58421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNG3a-0006Ro-Vp for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:25:59 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:6399) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNG3a-0007z2-L1 for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:25:58 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so434034fgb.30 for ; Wed, 14 Jan 2009 16:25:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1wGwWcjoWOX9xJ1HJ4xAsWEIy0olggobxvlsO9tPtPM=; b=lzumSTyo+aZvr3UsMP8G7LVm+tAr5DUwOAyZytQnf1+cKqErogo3XOqbSlY/tsNkMK QiB1dfyN6sMgKYa66RX+ZZrhVj/UwRPwAf2qVDc7AwKDKOVO1cQdFSkiPOQOPuOG5+Ho qWdr/pEF+YpLOHnzxPoQy1RzfmHX4y+auIoyQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kQC1uL5nmcEdsOBpHPkvhvJYEA6aw/13iYBGAnbyZMe0dLoxDLCfMTmCTbpEM9x5kK NQOHSaAzHhzLt/Udb+DBW6kxKuEO1vaN46iOxW6CpxbvGggdV/eHxLyGnprWecwNZ9xg OFmA7esO/s518iHLDBUx5Y9o62XMYCL03gjbo= Original-Received: by 10.86.52.6 with SMTP id z6mr1012764fgz.63.1231979157233; Wed, 14 Jan 2009 16:25:57 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107879 Archived-At: On Wed, Jan 14, 2009 at 11:01 PM, Stefan Monnier wrote: >>> > > This is nice! >>> > > Shouldn't the links in the *Help* buffers also use the `link' face? >>> > >>> > Should not all faced used for links be derived from the `link' face? >>> >>> IMHO they should. Consistency is very important. > >> I agree that they should, but highlighting in the *Help* buffer >> is too sensitive matter to change now. > > Those help xrefs use `button's with a face `button'. > Maybe they should be changed to use a face that inherits from `link' but > overrides `link's foreground color. Shouldn't button face inherit from link face too?