Package: haskell-mode Version: 2.4-1 Followup-For: Bug #492517 The previous message gives a workaround, but this is a genuine bug that needs to be fixed. The problem is that /etc/emacs/site-start.d/50haskell-mode.el is missing several commands needed for correct startup of the haskell modes. It seems that the correct site startup file is included in the package, at /usr/share/emacs/site-lisp/haskell-mode/haskell-site-file.el ; I don't know why there is a separate, incomplete version. In particular, the missing command for this bug is this:
------------------------------------------------------------ (autoload 'inferior-haskell-load-file "inf-haskell" "\ Pass the current buffer's file to the inferior haskell process. If prefix arg \\[universal-argument] is given, just reload the previous file. \(fn &optional RELOAD)" t nil) ------------------------------------------------------------ Perhaps you want to delete the documentation, but it is a bug not to arrange for the autoload to happen. (Perhaps an alternative is to load haskell-site-file when haskell-mode is first entered; that should suffice to fix this bug, but I haven't checked if there would be problems with other autoloads.) -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (50, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.27.2 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages haskell-mode depends on: ii emacs [emacsen] 22.2+2-4 The GNU Emacs editor (metapackage) ii emacs21 [emacsen] 21.4a+1-5.6 The GNU Emacs editor ii emacs22 [emacsen] 22.2+2-4 The GNU Emacs editor ii xemacs21-mule [emacsen] 21.4.21-4 highly customizable text editor -- Versions of packages haskell-mode recommends: ii ghc6 6.8.2-7 GHC - the Glasgow Haskell Compilat haskell-mode suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]