From: harven <harven@free.fr>
To: bug-gnu-emacs@gnu.org
Subject: bug#5254: ps-print and faces specified as strings
Date: Sun, 20 Dec 2009 22:44:43 +0100 [thread overview]
Message-ID: <m2ljgx2ud0.fsf@univ-brest.fr> (raw)
ps-spool-buffer-with-faces and ps-print-buffer-with-faces report errors
if there is a face specified as a string in the buffer.
Tested with emacs22 and emacs23 ; starting in a buffer in fundamental
mode, we type and execute the following:
(facemenu-set-face "bold" 1 (point-max))
The text in the buffer becomes bold as expected.
We now try to spool the buffer using M-x ps-spool-buffer-with-faces.
This gives the error:
ps-face-attribute-list: Wrong type argument: listp, "bold"
A *postscript* buffer has been created, as expected, but it is empty.
It should have contained a faithful postscript image of the buffer.
The error can be reproduced with any face, not just bold.
It seems that the problem comes from the fact that somewhere in the
ps-print-* functions, the face is expected to be a symbol -- 'bold.
In the function given below, the face is defined by facemenu-set-face
as a string -- "bold". If we use instead
(facemenu-set-face 'bold 1 (point-max))
to color the buffer, the error disappear.
It may not be a bug per se, yet it would be nice (and more consistent)
if the ps-print package could handle faces specified as strings.
In GNU Emacs 22.1.1 (i386-apple-darwin8.10.1, X toolkit) of 2007-08-13
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
also
In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ VErsion 2.18.2))
of 2009-11-02 on raven, modified by Debian
Windowing System distributor `The X.Org Foundation', version 11.0.10605000
next reply other threads:[~2009-12-20 21:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-20 21:44 harven [this message]
2009-12-23 16:03 ` bug#5254: ps-print and faces specified as strings Eduard Wiebe
2009-12-23 22:35 ` Vinicius Jose Latorre
2009-12-24 13:52 ` Eduard Wiebe
[not found] ` <mailman.107.1261609640.18930.bug-gnu-emacs@gnu.org>
2009-12-24 11:21 ` harven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2ljgx2ud0.fsf@univ-brest.fr \
--to=harven@free.fr \
--cc=5254@debbugs.gnu.org \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.