emacs-pretest-bug
[Top][All Lists]
Advanced

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

customize-face


From: martin rudalics
Subject: customize-face
Date: Wed, 30 Nov 2005 11:30:23 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Suppose my .emacs is

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(isearch ((((class color) (min-colors 88) (background light))
             (:background "magenta" :foreground "lightskyblue1")))))

and I do

M-x customize-face RET isearch RET

and try to reinsert "3" after "magenta" I get

Debugger entered--Lisp error: (error "Change in different fields")
  signal(error ("Change in different fields"))
  error("Change in different fields")
  widget-after-change(1090 1143 0)





reply via email to

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