From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: ignore-errors is void? Date: Wed, 09 Jul 2008 21:17:55 +0200 Message-ID: References: <1bdbc4a1-ae81-4fdd-85a0-ca4be844ff72@59g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215631117 4662 80.91.229.12 (9 Jul 2008 19:18:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 19:18:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bastian Webster Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 09 21:19:24 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 1KGfC8-0002zn-9b for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jul 2008 21:19:16 +0200 Original-Received: from localhost ([127.0.0.1]:36495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGfBF-0001vw-Ur for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jul 2008 15:18:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGfB0-0001vk-EK for help-gnu-emacs@gnu.org; Wed, 09 Jul 2008 15:18:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGfAy-0001vT-Pn for help-gnu-emacs@gnu.org; Wed, 09 Jul 2008 15:18:06 -0400 Original-Received: from [199.232.76.173] (port=55166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGfAy-0001vQ-LF for help-gnu-emacs@gnu.org; Wed, 09 Jul 2008 15:18:04 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:40124) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGfAy-00079k-5m for help-gnu-emacs@gnu.org; Wed, 09 Jul 2008 15:18:04 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 57CB5E722E2C; Wed, 9 Jul 2008 21:17:57 +0200 (CEST) Original-Received: from [93.132.140.82] (helo=thursday) by smtp07.web.de with asmtp (WEB.DE 4.109 #226) id 1KGfAr-0001zd-00; Wed, 09 Jul 2008 21:17:57 +0200 In-Reply-To: <1bdbc4a1-ae81-4fdd-85a0-ca4be844ff72@59g2000hsb.googlegroups.com> (Bastian Webster's message of "Wed\, 9 Jul 2008 06\:48\:30 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-Sender: n_schumacher@web.de X-Provags-ID: V01U2FsdGVkX195Sk2DEUkJqR2uqqXPvd1Pxm5VvKY60va3r8la ofsywfKEYhtBPMVb603KhL1DXmfAX0PIsbaNMbyLc++/kxnsIB dYZr3jJr5ndfiO99QNLA== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:55352 Archived-At: Bastian Webster wrote: > 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. It sounds like haskell-mode might be forgetting to... (eval-when-compile (require 'cl))