emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; face-problems with multy-tty


From: Johan Bockgård
Subject: Re: 23.0.50; face-problems with multy-tty
Date: Wed, 26 Sep 2007 18:40:11 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     ;; Clear all the new-frame defaults for this face.
>     (dolist (attribute '(:family :width :height :weight :slant :foreground
>                        :background :underline :overline :strike-through
>                        :box :inverse-video))

face-attribute-name-alist could be used here (cf. face-spec-reset-face).

>       (set-face-attribute face nil attribute nil))

But nil is not a valid option for many of the attributes

(set-face-attribute 'highlight nil :family nil)
  => Wrong type argument: stringp, nil

-- 
Johan Bockgård





reply via email to

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