emacs-devel
[Top][All Lists]
Advanced

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

Re: Watchpoints for emacs lisp.


From: Stefan Monnier
Subject: Re: Watchpoints for emacs lisp.
Date: Sat, 15 May 2010 13:43:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>>> I insert to the struct Lisp_Symbol a field :watched: .
>> I think a good starting point is to use the existing `constant'
>> field and just add a special WATCHED value to it (it already has 2bits
>> but only uses 1, so you don't even need to make the field any larger).
> Here is the symbol structure.

Update your Bzr checkout, this struct has changed since the version you have.


        Stefan



reply via email to

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