[Top][All Lists]
[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
- Re: Watchpoints for emacs lisp., (continued)
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/15
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., Lennart Borgman, 2010/05/16
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., Lennart Borgman, 2010/05/16
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp.,
Stefan Monnier <=
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/17
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/15
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/15
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., Chad Brown, 2010/05/16
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/16
- Re: Watchpoints for emacs lisp., Lennart Borgman, 2010/05/16