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 #9 received at 5254 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Jose Latorre <viniciusjl <at> ig.com.br>
To: Eduard Wiebe <ew <at> pusto.de>
Cc: 5254 <at> debbugs.gnu.org, harven <harven <at> free.fr>
Subject: bug#5254: ps-print and faces specified as strings
Date: Wed, 23 Dec 2009 20:35:34 -0200
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)


Thanks for your report,


Vinicius


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.