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 17:56:09 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Romain Francoise <address@hidden> writes:

> address@hidden (Johan Bockgård) writes:
>
>> --- 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))
>
> Could you provide a ChangeLog entry for this so that we can install
> it?

2007-09-07  Johan Bockgård  <address@hidden>

        * cus-face.el (custom-theme-set-faces): Set face attributes
        locally for each frame.

-- 
Johan Bockgård





reply via email to

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