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: Richard Stallman
Subject: Re: 23.0.50; face-problems with multy-tty
Date: Fri, 07 Sep 2007 15:53:44 -0400

    -           (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.

We had better decide whether its current behavior is wrong
before deciding to work around it.




reply via email to

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