From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: invalid-function kbd on Emacs 24.2 Date: Sat, 09 Feb 2013 21:32:57 +0100 Message-ID: <87fw15z0qu.fsf@web.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1360441886 4976 80.91.229.3 (9 Feb 2013 20:31:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2013 20:31:26 +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:31:48 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 1U4H5Q-00036t-0a for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Feb 2013 21:31:48 +0100 Original-Received: from localhost ([::1]:46622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4H56-0001H3-Up for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Feb 2013 15:31:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4H50-0001Gm-UN for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 15:31:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4H4y-0008TX-4r for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 15:31:22 -0500 Original-Received: from mout.web.de ([212.227.15.3]:50570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4H4x-0008Sw-Sd for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 15:31:20 -0500 Original-Received: from drachen.dragon ([92.74.177.220]) by smtp.web.de (mrweb003) with ESMTPA (Nemesis) id 0Lz3CK-1UzLqX3Sq0-014QNU; Sat, 09 Feb 2013 21:31:18 +0100 Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Eli Zaretskii's message of "Sat, 09 Feb 2013 22:04:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux) X-Provags-ID: V02:K0:vJP1ypUF/Zi+DlzUWmeSUku4QQXyK1NMU7kZaRFowAS xGrPXefaEearImvsF6PaiJKMQ0wACAEjC/OtieOiBOd0Mvfl/X 7WUvA6Fq9KrJDH6Q4XNxhq5uzCnEBhqMi1heJk37ZXoAoDNC7K UxgdZfC8ma3zYSSADcX7+lD4hnnWI3GbkpjSkKPCC5pz23hqDg e5JSVmeHMrFeX87UHmfLFSU/W7WTpNfk7jjaGVA7Ls= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.3 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:89031 Archived-At: Eli Zaretskii writes: > > From: Carlos L=C3=B3pez 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 > from 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. I too can't reproduce this. But, FWIW, I saw this kind of error several times in the past, with different functions. Although functions were defined, I got an `invalid function' error. Every time, only running compiled code was affected. I have no short recipe, however. Regards, Michael.