Package: haskell-mode
Version: 2.7.0-2
Severity: important

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?

Thanks!

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages haskell-mode depends on:
ii  emacs [emacsen]               23.1+1-6   The GNU Emacs editor (metapackage)
ii  emacs22-gtk [emacsen]         22.3+1-1.2 The GNU Emacs editor (with GTK use
ii  emacs23 [emacsen]             23.1+1-6   The GNU Emacs editor (with GTK+ us
ii  xemacs21-mule [emacsen]       21.4.22-2  highly customizable text editor --
ii  xemacs21-nomule [emacsen]     21.4.22-2  highly customizable text editor --

Versions of packages haskell-mode recommends:
ii  ghc6                   6.10.4-1          GHC - the Glasgow Haskell Compilat
ii  hugs                   98.200609.21-5+b1 A Haskell 98 interpreter

haskell-mode suggests no packages.

-- debconf information:
  haskell_mode/ghc_added:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to