Jos�_Romildo_Malaquias wrote:
> I have been using the haskell-mode <http://www.haskel.org/haskell-mode/>
> (latest release: 1.3) for (X)Emacs for a while and it has helped me a lot
> in my Haskell programming activity. Thanks to the authors. But I am having
> a problem with this mode in XEmacs (XEmacs 21.1.9). For every buffer I open
> in haskell mode I receive the message
>
> (error/warning) Error in `post-command-hook' (setting hook to nil): (void-variable
>imenu--index-alist)
Try putting
(require 'imenu)
in your ~/.emacs.
--
Glynn Clements <[EMAIL PROTECTED]>