Installation issues

Deniz Dogan deniz.a.m.dogan at gmail.com
Tue Jul 13 03:21:43 EDT 2010


2010/7/12 Brandon S Allbery KF8NH <allbery at ece.cmu.edu>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 7/12/10 13:07 , David Waller wrote:
>> I have recently installed Haskell-mode (version 2.7) for xemacs (version
>> 21.4.22) onto a PC running Windows 7 (64bit)
>>
>> When I try and open a Haskell file (ending in .hs) with Xemacs, I get the
>> error message Invalid read syntax “#” and the file is not opened.
>
> "#" in ELisp signifies opaque types; for example, if you type "M-:
> (current-buffer) RET" you will get something like "#<buffer *scratch*>".
>

I think the equivalent in Haskell would be a datatype that doesn't
instantiate the Read typeclass. :)

For more detailed information:
M-: (info "(elisp) Printed Representation") RET

-- 
Deniz Dogan



More information about the Haskellmode-emacs mailing list