First, eval the following:
(defface test-face-1
'((t (:background "Yellow")))
"test face 1"
:group 'test)
(custom-set-faces
'(test-face-1 ((t nil
(custom-set-faces
'(test-face-2 ((t nil
(defface test-face-2
'((t (:background "Yellow")))
"test face 2"
:group 'test)
These cod
On November 11, 2003 at 6:52PM +0900,
OHASHI Akira <[EMAIL PROTECTED]> wrote:
> First, eval the following:
>
> (defface test-face-1
> '((t (:background "Yellow")))
> "test face 1"
> :group 'test)
> (custom-set-faces
> '(test-face-1 ((t nil
>
> (custom-set-faces
> '(test-face-2 ((t ni
> In <[EMAIL PROTECTED]>
> Tatsuya Kinoshita <[EMAIL PROTECTED]> wrote:
> I don't know for certain, but (nil) works fine:
>
> (defface test-face-3
> '((t (:background "Yellow")))
> "test face 1"
> :group 'test)
> (custom-set-faces
> '(test-face-3 ((t (nil)
> (face-backgroun
> In <[EMAIL PROTECTED]>
> Tatsuya Kinoshita <[EMAIL PROTECTED]> wrote:
> I don't know for certain, but (nil) works fine:
Oh, I see. But the following custom-set-faces was generated by
customize-group. Is that the bug of custom.el?
(custom-set-faces
'(test-face-1 ((t nil
--
OHA
4 matches
Mail list logo