On 12/5/06, Juanma Barranquero wrote: > BTW, is there a way to know when a variable is frame local? > `frame-parameter' is not enough (it could be a frame parameter and yet > not a frame local variable). After asking that question I've found `variable-binding-locus', which allows a trivial implementation of `frame-local-variable-p' (à la `local-variable-p'), but I still don't see an easy way to implement a frame-local version of `local-variable-if-set-p'. /L/e/k/t/u