-----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*>". In my experience this kind of thing indicates that you're trying to load .elc files that aren't compatible with your editor (gnuemacs and xemacs, for example, cannot use each others' .elc files). - -- brandon s. allbery [linux,solaris,freebsd,perl] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkw7fjkACgkQIn7hlCsL25VSRgCfUtRvurE1NnDrDopjFvFFnURI 5KsAoIXONEc3uyINmvlpHNo3h8J/hmEn =NoMx -----END PGP SIGNATURE----- _______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
