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: make the button face inherit from link Date: Thu, 25 Jun 2009 01:28:15 +0200 Message-ID: References: <200906230433.n5N4XDB1017408@godzilla.ics.uci.edu> <87prcur3gi.fsf@mail.jurta.org> <200906232249.n5NMnHY1019462@godzilla.ics.uci.edu> <87ocsd4705.fsf@mail.jurta.org> <200906242308.n5ON8dfr009314@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245886115 24606 80.91.229.12 (24 Jun 2009 23:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2009 23:28:35 +0000 (UTC) Cc: Juri Linkov , Miles Bader , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 25 01:28:28 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 1MJbtD-0003JI-VU for ged-emacs-devel@m.gmane.org; Thu, 25 Jun 2009 01:28:28 +0200 Original-Received: from localhost ([127.0.0.1]:52734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJbtD-000239-Cx for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 19:28:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJbt9-000234-Fe for emacs-devel@gnu.org; Wed, 24 Jun 2009 19:28:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJbt5-00020E-UH for emacs-devel@gnu.org; Wed, 24 Jun 2009 19:28:23 -0400 Original-Received: from [199.232.76.173] (port=43999 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJbt5-000207-Q4 for emacs-devel@gnu.org; Wed, 24 Jun 2009 19:28:19 -0400 Original-Received: from mail-fx0-f223.google.com ([209.85.220.223]:43372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJbt2-0006XQ-MM; Wed, 24 Jun 2009 19:28:16 -0400 Original-Received: by fxm23 with SMTP id 23so1101137fxm.42 for ; Wed, 24 Jun 2009 16:28:15 -0700 (PDT) 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=TLSEOAviRx/9zfH9DbixHePt88hyrr7czKN6l59y8UY=; b=le8yMpmI5QZSOCc0EaEuCDZ7sFPPBaJukLAfuqWT+loLKbdWVYanN9dxBmlXLAcqTN EFeq7V/XOsupeoxHGgEcvFg/xOA7H9cz16MgGpVMb4L/4nclMpaQ4omYVlPoWFcOVbma YWnEXZNLNqUJRcgrQabxWFuEORgjk5o/6dbV0= 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=frlyO+l8ngR21E9dqJPhGdLz+r73u/lq7KQHMJDU88KBGPtakzvO5Fo0d7Dpq5HNSS EOm0cAMPrUUApNFYfNHxaWLj0rHQToZsO0EMjOA0imSspV8K1uMGiYqFI5eF9aMRgL9z HzDWDC8iAYhhupWlOaaDEn+Nu08oSXXZILt/U= Original-Received: by 10.239.171.143 with SMTP id w15mr144520hbe.119.1245886095168; Wed, 24 Jun 2009 16:28:15 -0700 (PDT) In-Reply-To: <200906242308.n5ON8dfr009314@godzilla.ics.uci.edu> 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:111704 Archived-At: On Thu, Jun 25, 2009 at 1:08 AM, Dan Nicolaescu wrote: > Juri Linkov writes: > > =C2=A0> > =C2=A0 > ** Add "link" button class > =C2=A0> > =C2=A0 > =C2=A0 =C2=A0Add a standard button-class named "link",= and make all other link-like > =C2=A0> > =C2=A0 > =C2=A0 =C2=A0button classes inherit from it. =C2=A0Set= the default face of the "link" button > =C2=A0> > =C2=A0 > =C2=A0 =C2=A0class to the standard "link" face. > =C2=A0> > > =C2=A0> > Even better, but it's hard to be sure what the exact meaning is= ... > =C2=A0> > What is a button-class? > =C2=A0> > What are all the link-like button classes? > =C2=A0> > =C2=A0> This is explained in http://thread.gmane.org/gmane.emacs.devel/56= 168/focus=3D56240 > > Unfortunately that doesn't make it any more clear to me. > So I'll just give up on this one, hopefully someone else will figure it > out and DTRT. Miles wrote "Probably the _majority_ of buttons used in the Emacs distrutio= n act basically like links". I agree to that. However Miles made a suggestion to create a standard button-class named link. I don't agree to that, or I at least doubt it is the best solution. It seems less work to me to take care of the deviations when the buttons should not look like links. Also, please do not forget the widgets that acts like links. These should IMO also use the standard "link" face.