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

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

ignore-errors is void?


From: Bastian Webster
Subject: ignore-errors is void?
Date: Wed, 9 Jul 2008 06:48:30 -0700 (PDT)
User-agent: G2/1.0

I came into work today with Emacs complaining on start up:

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
"package.conf" ...)))
  eval((ignore-errors (with-temp-buffer (call-process "ghc" nil t nil
"--print-libdir") (expand-file-name "package.conf" ...))))
  custom-initialize-reset(haskell-package-conf-file (ignore-errors
(with-temp-buffer (call-process "ghc" nil t nil "--print-libdir")
(expand-file-name "p$
  custom-declare-variable(haskell-package-conf-file (ignore-errors
(with-temp-buffer (call-process "ghc" nil t nil "--print-libdir")
(expand-file-name "p$
  require(inf-haskell)
  eval-buffer(#<buffer  *load*> nil "/home/bastian/.emacs" nil t)  ;
Reading at buffer position 2047
  load-with-code-conversion("/home/bastian/.emacs" "/home/
bastian/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "^H\205\276^@   \306=\203^Q^@\307^H\310Q\202A^@ \311=\2033^@
\312\307\313\314#\203#^@\315\202A^@\312\307\313\316#\203/^@\317\202A^@
\315\202A^@   \$
  command-line()
  normal-top-level()


I don't understand a lick of it, and any help would be appreciated.


reply via email to

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