* David Kastrup (2006-07-23) writes: > Uh yes. One would probably have to check for boundness:
Okay, now it works. > (defun TeX-local-list-setter (var value) It's a nice idea, but the implementation you proposed is quite fragile. It breaks if you append values to the end or insert values in the middle of the list. The scope this is supposed to be applied to is currently quite limited, so it's not a big problem. But it might be nice to have a generalized version in case the scope becomes wider. At least the limitation should be documented prominently. -- Ralf _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
