help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ignore-errors is void?


From: Johan Bockgård
Subject: Re: ignore-errors is void?
Date: Wed, 09 Jul 2008 21:08:08 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

Bastian Webster <Bastian.Webster@gmail.com> writes:

> Symbol's function definition is void: ignore-errors.
>
> I am using Emacs 22.2.1 with haskell-mode 2.4.
>
> Here is the output from --debug-init:
>   (ignore-errors (with-temp-buffer (call-process "ghc" nil t nil "--
> print-libdir") (expand-file-name

`ignore-errors' isn't defined by default. You can load it by (require 'cl)

Also, the bug has been fixed in the haskell-mode's CVS

    2007-12-12  Stefan Monnier  <...>

         * inf-haskell.el (haskell-package-conf-file): Don't use
           `ignore-errors' because this form is not byte-compiled :-(.

    2007-12-11  Stefan Monnier  <...>

         * Release version 2.4.

-- 
Johan Bockgård


reply via email to

[Prev in Thread] Current Thread [Next in Thread]