From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: invalid-function kbd on Emacs 24.2 Date: Sat, 09 Feb 2013 22:04:46 +0200 Message-ID: <837gmh6yox.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1360440306 24088 80.91.229.3 (9 Feb 2013 20:05:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2013 20:05:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 09 21:05:27 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U4Gfr-0000WL-UQ for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Feb 2013 21:05:24 +0100 Original-Received: from localhost ([::1]:44612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4GfX-00060d-AK for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Feb 2013 15:05:03 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4GfQ-00060J-KT for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 15:04:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4GfP-0001Zk-N1 for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 15:04:56 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:56819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4GfP-0001ZZ-F9 for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 15:04:55 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MHY00D00YA3O500@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 22:04:43 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MHY00DRAYFVK990@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 22:04:43 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89030 Archived-At: > From: Carlos L=F3pez Camey > Date: Sat, 9 Feb 2013 17:16:13 +0100 >=20 > I just compiled emacs-24.2 and then went on to install haskell-mode > using the package manager. When I trigger M-x haskell-mode I'm > presented with the following error: >=20 > Debugger entered--Lisp error: (invalid-function kbd) > kbd("C-c C-t") This doesn't happen to me, at least not with the latest haskell-mode =66rom Github. Here's what I did: emacs -Q M-x load-file RET haskell-mode.el RET M-x haskell-mode RET No error after that. Maybe some of your other customizations are at work here.