On 2007-01-21, Vinicius Jose Latorre said:

> Richard Stallman wrote:
>>     If the ~/.emacs file have:
>>
>>      (setq initial-frame-alist (append '((background-color "DarkSlateGray"))
>
>>                                        initial-frame-alist))
>>      (setq default-frame-alist (append '((background-color "DarkSlateGray"))
>>                                        default-frame-alist))
>>      (require 'printing) ; or (require 'ps-print)
>>
>>     then ps-print is loaded before initial-frame-alist has any
>> effect, so,     ps-default-bg is set to white.
>>
>> Yes, that is the cause.  There is no way it can examine a frame
>> parameter before there is a frame.  So your other approach would seem
>> to be needed.
>>   
>
> Ok, I've just updated Emacs 22 CVS.

I just tested it. With ps-use-face-background set to t, it seems to
print correctly.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to