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: make the button face inherit from link Date: Tue, 23 Jun 2009 15:49:17 -0700 (PDT) Message-ID: <200906232249.n5NMnHY1019462@godzilla.ics.uci.edu> References: <200906230433.n5N4XDB1017408@godzilla.ics.uci.edu> <87prcur3gi.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245797591 7013 80.91.229.12 (23 Jun 2009 22:53:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Jun 2009 22:53:11 +0000 (UTC) Cc: Miles Bader , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 00:53:04 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 1MJErO-0007uO-42 for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 00:53:02 +0200 Original-Received: from localhost ([127.0.0.1]:33878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJErN-0007MA-Le for ged-emacs-devel@m.gmane.org; Tue, 23 Jun 2009 18:53:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJEr5-0007Eu-M5 for emacs-devel@gnu.org; Tue, 23 Jun 2009 18:52:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJEr1-0007CT-1R for emacs-devel@gnu.org; Tue, 23 Jun 2009 18:52:43 -0400 Original-Received: from [199.232.76.173] (port=44262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJEr0-0007CK-SX for emacs-devel@gnu.org; Tue, 23 Jun 2009 18:52:38 -0400 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:63303) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MJEqy-00054Y-LP; Tue, 23 Jun 2009 18:52:36 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n5NMnIVn016972; Tue, 23 Jun 2009 15:49:18 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n5NMnHY1019462; Tue, 23 Jun 2009 15:49:17 -0700 (PDT) In-Reply-To: <87prcur3gi.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 24 Jun 2009 01:27:09 +0300") Original-Lines: 17 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n5NMnIVn016972 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.03, required 5, autolearn=disabled, ALL_TRUSTED -1.44, SUBJECT_FUZZY_TION 0.41) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:111666 Archived-At: Juri Linkov writes: > > Last time this was discussed was during the feature freeze. > > Any objection to making this change now? > > But the etc/TODO file has a different task added during the feature freeze: > > ** Add "link" button class > Add a standard button-class named "link", and make all other link-like > button classes inherit from it. Set the default face of the "link" button > class to the standard "link" face. Even better, but it's hard to be sure what the exact meaning is... What is a button-class? What are all the link-like button classes? Miles?