At 11.34 -0600 0-09-06, Alastair Reid wrote:
>I'm not sure if this is the cause but...
>
>While using hp2ps with GHC, I used an _scc_ annotation like this:
>
> _scc_ "processing constraints" (...)
>
>and found that hp2ps objects to spaces in the middle of scc strings.
>
>So you might look at the profile.hp file and check if the token on
>that line contains a space. If so, it should be pretty easy to tweak
>Hugs to avoid the space or put quotes round the string (might need
>matching changes to hp2ps) or the like.
Sure, this is what causes the problem: The lines from Hugs that hp2ps finds
abnormal look like
Undefined member: member: nal 27
whereas the normal lines look like
default_compare 6
-- A label and a number.
One can easily tweak the profile.hp file. It is probably easy to tweak Hugs
as well if one can find a Hugs tweaker, telling you how to do it, which is
why I reported it here. :-)
Hans Aberg