From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: invalid-function kbd on Emacs 24.2 Date: Sat, 9 Feb 2013 14:05:10 -0800 Message-ID: References: <87fw15z0qu.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360447527 17525 80.91.229.3 (9 Feb 2013 22:05:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2013 22:05:27 +0000 (UTC) To: "'Michael Heerdegen'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 09 23:05:49 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 1U4IYN-0007m0-VE for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Feb 2013 23:05:48 +0100 Original-Received: from localhost ([::1]:34504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4IY4-0002D9-Ok for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Feb 2013 17:05:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4IXx-0002Cp-Jv for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 17:05:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4IXw-0004sN-Fy for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 17:05:21 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:35368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4IXw-0004pj-8j for help-gnu-emacs@gnu.org; Sat, 09 Feb 2013 17:05:20 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r19M5Iw5006574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 9 Feb 2013 22:05:18 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r19M5HMs025911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 9 Feb 2013 22:05:17 GMT Original-Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r19M5HpF029099; Sat, 9 Feb 2013 16:05:17 -0600 Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 09 Feb 2013 14:05:17 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: Thread-Index: Ac4HBG/2JfOiF6InRXqTe5uN318euQADIIKwAAAY5WA= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:89033 Archived-At: > Recall that `kbd' changed recently from a macro to a > function. My guess is that > that might have something to do with this. Just a hunch. > Maybe an old byte-compiled file is involved somehow. But you said 24.2 - the release, which does has `kbd' only as a macro. So maybe the problem is a more recent haskell library that expects `kbd' to be a function, and so does not DTRT to get the macro `kbd' (loaded). (The macro is all that is available in 24.2, AFAIK.)