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

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

Re: Debugging byte compiled files


From: Stefan Monnier
Subject: Re: Debugging byte compiled files
Date: Mon, 06 Mar 2006 03:51:17 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>   pabbrev-command-hook-fail((invalid-function (macro . #[...

This class of errors means invariably that a call to macro F was
byte-compiled while Emacs didn't know that F was going to be defined as
a macro rather than a function.
I.e. the macro didn't exist yet.
Either because it's defined later in the file, or because of a missing
`require'.


        Stefan


reply via email to

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