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: Tassilo Horn
Subject: Re: 23.0.50; face-problems with multy-tty
Date: Fri, 07 Sep 2007 12:46:06 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

address@hidden (Johan Bockgård) writes:

Hi Johan,

> Is this the right fix?
>
> --- cus-face.el       29 Aug 2007 16:12:24 +0200      1.48
> +++ cus-face.el       07 Sep 2007 02:55:49 +0200      
> @@ -342,7 +342,8 @@
>               (unless (facep face)
>                 (make-empty-face face))
>               (put face 'face-comment comment)
> -             (face-spec-set face spec))
> +             (dolist (frame (frame-list))
> +               (face-spec-set face spec frame)))
>           (setq args (cdr args)))
>       ;; Old format, a plist of FACE SPEC pairs.
>       (let ((face (nth 0 args))

No, still I have to C-x C-e after the custom-set-faces to get the
correct faces.

Bye,
Tassilo
-- 
A morning without coffee is like something without something else.




reply via email to

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