Ville Skyttä <scop(a)xemacs.org> writes:
On Thu, 2002-10-31 at 19:51, Adrian Aichner wrote:
> Gerd> there seems to be a package generation problem with the latest
> Gerd> ps-print package. When I call pretty-print I get "Signaling:
> Gerd> (void-function set-buffer-multibyte)" (see attached backtrace).
This
> Gerd> message goes away and everything works, if I evaluate the plain lisp
> Gerd> file "ps-print.el".
>
> That's because that file has this:
>
> ;; For Emacs 20.2 and the earlier version.
>
> (or (fboundp 'set-buffer-multibyte)
> (defun set-buffer-multibyte (arg)
> (setq enable-multibyte-characters arg)))
I can't reproduce this.
Suggestions? You're talking about invoking "File->Pretty-Print
<buffer>", right?
Yes, exactly (I should have said I call ps-print-buffer-with-faces).
Anyways, I rechecked again and there is some interaction with another
package. Seems to be related with a TeX mode, which I sadly used for
testing and after the TeX file is loaded it is screwed up. I'll
investigate further tomorrow. Next time, I promise, I test first with
xemacs -vanilla before sending a bug. Sorry.
Gerd