From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: the `button' face Date: Fri, 08 Jul 2011 11:04:49 -0400 Message-ID: References: <87fwmklamu.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310137526 31809 80.91.229.12 (8 Jul 2011 15:05:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2011 15:05:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 17:05:22 2011 Return-path: Envelope-to: ged-emacs-devel@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 1QfCcM-0002PG-9Z for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2011 17:05:22 +0200 Original-Received: from localhost ([::1]:59186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfCcL-0005gS-20 for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2011 11:05:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfCbv-0005fw-Ay for emacs-devel@gnu.org; Fri, 08 Jul 2011 11:04:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfCbr-0001Js-39 for emacs-devel@gnu.org; Fri, 08 Jul 2011 11:04:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfCbq-0001Jm-Jm for emacs-devel@gnu.org; Fri, 08 Jul 2011 11:04:50 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QfCbp-0006PY-Uh; Fri, 08 Jul 2011 11:04:49 -0400 In-Reply-To: <87fwmklamu.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 05 Jul 2011 16:45:29 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141797 Archived-At: Chong Yidong writes: > Dan Nicolaescu writes: > >> *Help* buffers use the `button' face to display clickable links, it is >> underlined and uses the default foreground. >> The web has pretty much standardized on links using underline and blue >> foreground. >> >> Can we do the same? It could be done by making `button' inhering from >> `link'... >> >> This has been discussed in the past, but nothing has happened... >> >> Can we fix this for 24.1? > > Yes, I've been meaning to do this for a while. Change committed to > trunk. Thanks! BTW, this also makes a long time inconsistency go away: links in M-x info, *Help* and M-x man now all look the same, they did not before this change.