bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44648: 28.0.50; handwrite produces invalid postscript output, needs


From: Lars Ingebrigtsen
Subject: bug#44648: 28.0.50; handwrite produces invalid postscript output, needs a space
Date: Mon, 16 Nov 2020 23:54:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Omar Antolín <omar.antolin@gmail.com> writes:

> I discovered today the `handwrite' command which produces postscript
> output than renders the current buffer in a handwritten style.  I tried
> it only discover my postscript viewer couldn't open the resulting file,
> signaling an error: "undefined ashowpage".
>
> I manually added a space to the single occurrence of "ashowpage",
> turning it into "a showpage" and now the postscript file works in my
> viewer.
>
> So it seems that simply changing line 244 of handwrite.el from
>
>     (insert "showpage exec Hwsave restore\n\n")
>
> to
>
>     (insert " showpage exec Hwsave restore\n\n")
>
> will fix this bug.

Yup; I can confirm both the problem and that this fixes the bug, so I've
now installed this in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]