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: Fri, 07 Sep 2007 23:34:41 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     -         (face-spec-set face spec))
>     +         (dolist (frame (frame-list))
>     +           (face-spec-set face spec frame)))
>
> face-spec-set is supposed to operate on all frames
> when the FRAME argument is nil.  If it doesn't,
> then either its code or its documentation needs to be changed.

It does "operate on all frames". The problem is that it sets the same
attributes everywhere.

There is a similar loop in custom-declare-face, btw.

-- 
Johan Bockgård





reply via email to

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