Hi, "Aaron M. Ucko" <[email protected]> writes: > Byte-compilation with xemacs21 fails due to two issues: > > - haskell-decl-scan.el and haskell-indentation.el require 'syntax, > which runs into trouble despite the use of noerror because > xemacs21's syntax.el is present but neglects to provide 'syntax. > Changing the calls to (load "syntax" t), or perhaps (load "syntax" t t) > if silence is desired, should help. > > - haskell-font-lock.el uses hexadecimal literals such as #X2205 for > some Unicode characters, but xemacs21 evidently doesn't support that > syntax. Substituting decimal equivalents, as already done elsewhere > in the file, should address the issue. > > Could you please take care of both? -- well, patches are welcome. I don't run xemacs and I have only very limited time for this. Moreover, xemacs is not supported upstream, so I can't do much in that direction either.
I am sorry but can't help you much (well, other than applying patches as long as they don't break GNU emacs). Yours, Petr. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

