From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Minimal patch: Use link face as default for button face Date: Tue, 27 Jun 2006 12:14:31 -0400 Message-ID: References: <449E44B2.1040004@student.lu.se> <449FE549.4020605@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151424954 19479 80.91.229.2 (27 Jun 2006 16:15:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 16:15:54 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 27 18:15:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvGE9-0005QC-5m for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 18:15:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGE8-0002ge-G1 for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 12:15:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvGDA-0002I3-F9 for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:14:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvGD9-0002HZ-MR for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:14:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGD9-0002HU-BZ for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:14:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvGPH-00051J-PA for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:27:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FvGCt-000525-Oc; Tue, 27 Jun 2006 12:14:32 -0400 Original-To: Lennart Borgman In-reply-to: <449FE549.4020605@student.lu.se> (message from Lennart Borgman on Mon, 26 Jun 2006 15:46:49 +0200) 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:56226 Archived-At: I am not sure if I am correct, but it seems to me that the basic "button" is indeed a link. Compare help buffers for example. The "button links" there have the face "button". Without rechecking when buttons are used and when links are used, I don't know how much this is true. Would someone like to check?