GNU bug report logs - #5254
ps-print and faces specified as strings

Previous Next

Package: emacs;

Reported by: harven <harven <at> free.fr>

Date: Sun, 13 Dec 2009 00:05:04 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #15 received at 5254 <at> debbugs.gnu.org (full text, mbox):

From: Eduard Wiebe <ew <at> pusto.de>
To: Vinicius Jose Latorre <viniciusjl <at> ig.com.br>
Cc: 5254 <at> debbugs.gnu.org
Subject: bug#5254: ps-print and faces specified as strings
Date: Thu, 24 Dec 2009 14:52:49 +0100
Vinicius Jose Latorre <viniciusjl <at> ig.com.br> writes:

> Hi all,
>
>
> Maybe this patch is better:
>
> *** 6249,6254 ****
> --- 6249,6255 ----
>   return the attribute vector.
>
>   If FACE is not a valid face name, use default face."
> +   (and (stringp face) (facep face) (setq face (intern face)))
>     (cond
>      (ps-black-white-faces-alist
>       (or (and (symbolp face)
>

I agree.

-- 
Eduard Wiebe


This bug report was last modified 15 years and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.