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

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

bug#5536: set-face-attribute doesn't work correctly


From: Chong Yidong
Subject: bug#5536: set-face-attribute doesn't work correctly
Date: Sat, 06 Feb 2010 23:14:57 -0500

> (custom-face-attributes-get 'font-lock-keyword-face nil)
>  ==> (:foreground "Cyan1")
> (set-face-attribute 'font-lock-keyword-face nil
>             :family "verdana")
> (custom-face-attributes-get 'font-lock-keyword-face nil)
>  ==> (:foreground "Cyan1" :family "verdana")
> (set-face-attribute 'font-lock-keyword-face nil
>             :family 'unspecified)
> (custom-face-attributes-get 'font-lock-keyword-face nil)
>  ==> (:foreground "Cyan1" :family "verdana")
>
> my solution:
> modify faces.el file

Thanks.  Your patch looks reasonable, and I've checked it in.






reply via email to

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