help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: invalid-function kbd on Emacs 24.2


From: Drew Adams
Subject: RE: invalid-function kbd on Emacs 24.2
Date: Sun, 10 Feb 2013 09:00:18 -0800

> > > 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]