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: Sun, 16 May 2010 16:42:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> If you want to be able to watch a random expression (which would be
>> great, of course), then indeed you'll need something a lot more
>> intrusive, such as a playing MMU tricks or adding extra checks at
>> various places.
> I do not think thta somewhere in code is changed the value of a symbol,
> otherwise than via calling Fset & similar.

aset, puthash, setcar, setcdr, nconc, put-text-property, ... modify
existing objects and can hence affect the values held by symbols without
going though Fset or similar.


        Stefan



reply via email to

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