all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Face color changes
Date: Mon, 03 Jan 2005 11:17:36 -0700	[thread overview]
Message-ID: <crc281$l06$1@sea.gmane.org> (raw)
In-Reply-To: <E1Ckbkm-0003Nn-9b@fencepost.gnu.org>

Richard Stallman wrote:
 >     Er, if by "that", you mean "overwrite all specs with a single case",
 >     that's the _current_ behavior[1] (and has been the the behavior 
for as
 >     long as I can remember[2]).
 >
 > Yes, but I think it is a drastic thing to do--to discard all the other
 > conditional alternatives that the user doesn't even know about.  The
 > user probably meant the customization to replace the behavior he saw.

It's drastic, but it's basically the same thing that happens for
variables.  E.g. customizing this variable loses all of the logic
behind its value:

(defcustom foo
   (cond ((fboundp 'some-function) ...)
         ((featurep 'some-feature) ...)
         ((eq system-type 'some-system) ...)
         ((some-arbitrary-test) ...)
         (t ...)))

Since faces have conditional specs, should variables have specs (vs.
just lisp object values) as well?

-- 
Kevin Rodgers

  reply	other threads:[~2005-01-03 18:17 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-26 19:57 Face color changes Juri Linkov
2004-12-26 23:49 ` Miles Bader
2004-12-27  8:28   ` Eli Zaretskii
2004-12-27  8:47     ` Jan D.
2004-12-27 22:35       ` Richard Stallman
2004-12-27  8:50     ` Miles Bader
2004-12-27 11:15       ` Eli Zaretskii
2004-12-27 17:16         ` Drew Adams
2004-12-27 17:32           ` Eli Zaretskii
2004-12-27 17:44             ` Drew Adams
2004-12-27 21:49               ` Eli Zaretskii
2004-12-29  7:41                 ` Drew Adams
2004-12-29 15:31                   ` Alex Schroeder
2004-12-29 19:38                     ` Robert J. Chassell
2004-12-29 20:00                     ` Robert J. Chassell
2004-12-30 16:43                   ` Richard Stallman
2004-12-28  2:52             ` Juri Linkov
2004-12-28 17:25               ` Richard Stallman
2004-12-28 20:16               ` Eli Zaretskii
2004-12-29  4:38                 ` Richard Stallman
2004-12-29  5:04                 ` Juri Linkov
2004-12-29 15:26                   ` Alex Schroeder
2004-12-30  0:22                     ` Richard Stallman
2004-12-30 14:18                       ` Alex Schroeder
2004-12-30 20:59                         ` Richard Stallman
2004-12-30  1:27                     ` Miles Bader
2004-12-30 14:15                       ` Alex Schroeder
2004-12-30 16:43                       ` Richard Stallman
2004-12-30 21:16                         ` Miles Bader
2005-01-01  5:24                           ` Richard Stallman
2005-01-03 18:17                             ` Kevin Rodgers [this message]
2005-01-04  3:36                               ` Richard Stallman
2005-01-04  9:08                           ` Juri Linkov
2004-12-27 22:35           ` Richard Stallman
2004-12-28  2:57         ` Juri Linkov
2004-12-27 18:06   ` Richard Stallman
2004-12-27  8:12 ` Eli Zaretskii
2004-12-28  4:57 ` Richard Stallman
2004-12-28 20:31   ` Eli Zaretskii

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='crc281$l06$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /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.