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: Sun, 16 Sep 2007 23:59:15 -0400

    The old code boiled down to calling `set-face-attribute' with a null
    FRAME argument. This sets a new frame default that is the same for all
    frames (via face-new-frame-defaults). That is not what we want.

    The new code calls set-face-attribute locally for each frame. It does
    not set a default in face-new-frame-defaults. This DTRT unless a default
    exists in face-new-frame-defaults (or an X resource exists for the
    face).

You are basically right.  It's just that I think the change you made
really needs to be inside face-spec-set.  That way, face-spec-set will
DTRT _also_.

I made that change.




reply via email to

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