From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastian Webster Newsgroups: gmane.emacs.help Subject: ignore-errors is void? Date: Wed, 9 Jul 2008 06:48:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1bdbc4a1-ae81-4fdd-85a0-ca4be844ff72@59g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215614480 5959 80.91.229.12 (9 Jul 2008 14:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 14:41:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 09 16:42:06 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KGarM-0004Jw-8Z for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jul 2008 16:41:32 +0200 Original-Received: from localhost ([127.0.0.1]:41179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGaqU-0006j2-8r for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jul 2008 10:40:38 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!postnews.google.com!59g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 209.131.228.27 Original-X-Trace: posting.google.com 1215611310 2081 127.0.0.1 (9 Jul 2008 13:48:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 9 Jul 2008 13:48:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 59g2000hsb.googlegroups.com; posting-host=209.131.228.27; posting-account=lSfpDAoAAABDrn__yUzbqmQsEdvD9mm7 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159991 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55341 Archived-At: 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(# 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.