all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: emacs-devel@gnu.org
Subject: make the button face inherit from link
Date: Mon, 22 Jun 2009 21:33:13 -0700 (PDT)	[thread overview]
Message-ID: <200906230433.n5N4XDB1017408@godzilla.ics.uci.edu> (raw)


Last time this was discussed was during the feature freeze.
Any objection to making this change now?


--- lisp/button.el  5 Jan 2009 03:18:46 -0000   1.38
+++ lisp/button.el  21 Jun 2009 00:59:59 -0000
@@ -49,13 +49,7 @@
 
 ;; Globals
 
-;; Use color for the MS-DOS port because it doesn't support underline.
-;; FIXME if MS-DOS correctly answers the (supports) question, it need
-;; no longer be a special case.
-(defface button '((((type pc) (class color))
-                   (:foreground "lightblue"))
-                                  (((supports :underline t)) :underline t)
-                                                (t (:foreground "lightblue")))
+(defface button '((t (:inherit link)))
   "Default face used for buttons."
   :group 'basic-faces)
 




             reply	other threads:[~2009-06-23  4:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-23  4:33 Dan Nicolaescu [this message]
2009-06-23  6:28 ` make the button face inherit from link Eli Zaretskii
2009-06-23 22:27 ` Juri Linkov
2009-06-23 22:49   ` Dan Nicolaescu
2009-06-24 22:11     ` Juri Linkov
2009-06-24 23:08       ` Dan Nicolaescu
2009-06-24 23:28         ` Lennart Borgman
2009-06-25 20:54           ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200906230433.n5N4XDB1017408@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.