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: Sun, 10 Feb 2013 09:00:18 -0800 Message-ID: <11D3A1E6631F4C87A218E72239FD5058@us.oracle.com> References: <87fw15z0qu.fsf@web.de> <834nhk7n5v.fsf@gnu.org> 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 1360516123 1149 80.91.229.3 (10 Feb 2013 17:08:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2013 17:08:43 +0000 (UTC) Cc: michael_heerdegen@web.de, help-gnu-emacs@gnu.org To: "'Eli Zaretskii'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 10 18:09:04 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 1U4aOf-00042H-7X for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Feb 2013 18:08:57 +0100 Original-Received: from localhost ([::1]:45965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4aH2-00072e-MU for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Feb 2013 12:01:04 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4aGw-0006oj-7K for help-gnu-emacs@gnu.org; Sun, 10 Feb 2013 12:01:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4aGt-0003bK-5m for help-gnu-emacs@gnu.org; Sun, 10 Feb 2013 12:00:57 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:21848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4aGj-0003Vp-TY; Sun, 10 Feb 2013 12:00:46 -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 r1AH0Rgk028775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 10 Feb 2013 17:00:28 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1AH0RYY027247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Feb 2013 17:00:27 GMT Original-Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1AH0RgK011031; Sun, 10 Feb 2013 11:00:27 -0600 Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 10 Feb 2013 09:00:27 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <834nhk7n5v.fsf@gnu.org> Thread-Index: Ac4HT3P7PxkRKLmSTSak21Xtg0y9TAAYC6FQ 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:89038 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). > > Unlikely: I tried both with 24.2 and the current development version, > and didn't get the error either way. Did you try with a recent Haskell library? That was my suggestion of what to check: a (new) Haskell file that expects `kbd' as a function (so does not try to load the file defining its macro), plus an Emacs version (24.2) that provides it only as a macro. Just a possibility to check.