[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: frame-local variables weirdness
From: |
Stefan Monnier |
Subject: |
Re: frame-local variables weirdness |
Date: |
Thu, 18 Oct 2007 09:53:02 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) |
> So using a new function (get-local-data SYMBOL) we could take care of
> such problems.
> I don't follow. What would that function do?
It would behave similarly to `symbol-value' now. The main difference is
that it wouldn't be implicitly used just by using the SYMBOL because it
wouldn't be considered as a normal variable. The main implication is that
it wouldn't need to worry about interacting with let-binding and it wouldn't
need to worry about being fast either.
So we can use a much simpler implementation, less buggy, and much more
maintainable and extensible (we could probably easily add any kind of
localness we want: window-local, point-local, time-local, you name it).
Stefan
- Re: frame-local variables weirdness, (continued)
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/12
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/12
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/14
- Re: frame-local variables weirdness, Juanma Barranquero, 2007/10/14
- Re: frame-local variables weirdness, David Kastrup, 2007/10/14
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/15
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/15
- Re: frame-local variables weirdness, Stephen J. Turnbull, 2007/10/17
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/17
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/18
- Re: frame-local variables weirdness,
Stefan Monnier <=
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/19
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/19
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/19
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/20
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/21
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/21
- Re: frame-local variables weirdness, Miles Bader, 2007/10/21
- Re: frame-local variables weirdness, Stefan Monnier, 2007/10/21
- Re: frame-local variables weirdness, Miles Bader, 2007/10/21
- Re: frame-local variables weirdness, Richard Stallman, 2007/10/22