haskell-mode and xemacs

Christian Maeder maeder@tzi.de
Thu, 03 Jul 2003 15:05:06 +0200


Sven Panne wrote:
> Christian Maeder wrote:
>  > whenenver I open a haskell file (*.hs) with my xemacs I get an annoying
>  > warning in a splitted window:
>  >
>  >   (1) (error/warning) Error in `post-command-hook' (setting hook to
>  > nil): (void-variable imenu--index-alist) [...]
> 
> Try adding
> 
>    (require 'imenu)
> 
> to your ~/.xemacs/custom.el (or wherever your personal customization is).

Thank you, that worked!

Christian