emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reducing defface redundancy


From: Richard Stallman
Subject: Re: reducing defface redundancy
Date: Sun, 21 Apr 2002 14:02:34 -0600 (MDT)

    The basic idea is to allow using a lisp vector ([...]) as a kind of `or'
    expression in the attribute part of a defface clause.

Your proposal makes a number of other changes;
is this the best way to do all of them?

I don't see how an "or" construct would be a kind of clause:

      CLAUSE    ::= ATTRIBUTE
                  | (TESTS CLAUSE...)               ; traditional top-level 
style
                  | [SPECS ...]                     ; `or' vector style

Shouldn't it be a kind of TEST instead?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]