From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Patch: goto-address minor modes Date: Thu, 15 Jan 2009 01:55:35 +0200 Organization: JURTA Message-ID: <87tz812zzx.fsf@jurta.org> 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=us-ascii X-Trace: ger.gmane.org 1231978629 886 80.91.229.12 (15 Jan 2009 00:17:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2009 00:17:09 +0000 (UTC) Cc: Dan Nicolaescu , Lennart Borgman , 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:18:21 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 1LNFvI-0006md-2K for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2009 01:17:24 +0100 Original-Received: from localhost ([127.0.0.1]:56078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNFu1-0001AL-I7 for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2009 19:16:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNFtw-00017m-Fz for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:16:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNFtu-000149-0M for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:15:59 -0500 Original-Received: from [199.232.76.173] (port=34464 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNFtt-00013v-Qb for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:15:57 -0500 Original-Received: from relay01.kiev.sovam.com ([62.64.120.200]:4226) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNFtt-0006em-EV for emacs-devel@gnu.org; Wed, 14 Jan 2009 19:15:57 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay01.kiev.sovam.com with esmtp (Exim 4.69) (envelope-from ) id 1LNFtn-000DK0-Jo; Thu, 15 Jan 2009 02:15:51 +0200 In-Reply-To: (Stefan Monnier's message of "Wed, 14 Jan 2009 17:01:41 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) X-Scanner-Signature: 233cb89e4cdd9c68f6fe52a505261b56 X-DrWeb-checked: yes X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.8-5.1 (or MacOS X 10.2-10.3) 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:107878 Archived-At: >>> > > 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. I have a doubt if this doesn't change the visual appearance. In the future we could try using the `link' and `link-visited' faces directly when the functionality for remembering visited links will be implemented for the *Help* buffer. -- Juri Linkov http://www.jurta.org/emacs/