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: Phillip Lord
Subject: RE: Debugging byte compiled files
Date: Tue, 7 Mar 2006 18:48:34 -0000

John Paul Wallington wrote:
> "Phillip Lord" <Phillip.Lord@newcastle.ac.uk> writes:
> 
>> I've recently found a bug in my own pabbrev.el package. It's taken me
>> so long because it only occurs when the file is byte compiled and I
>> don't routinely byte compile my own packages.
>> 
>> I think that the problem is coming from this macro...
>> 
>> (defmacro pabbrev-save-buffer-modified-p (&rest body) [...]
> 
> Does the `defmacro' form occur before its use within your library ?


There is a single use of the macro before its use. You question
suggests to me that this is a bad thing?

Phil




reply via email to

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