[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about frame local variable
From: |
Gerd Moellmann |
Subject: |
Re: question about frame local variable |
Date: |
30 Oct 2003 20:33:06 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Stefan Monnier <address@hidden> writes:
> > (BTW, calling select-frame in redisplay would almost certainly not be
> > the right thing to do, which probably gets obvious when taking a look
> > at what that function does.)
>
> How about calling a select_frame_internal_for_variables_only ?
To swap frame-local bindings into C variables, I suppose? That would
be the alternative to searching in frame parameters, yes. I guess
it's even better than assq, because it's more general, although it
might do a little bit more work than strictly necessary.