Andre Poenitz wrote:

> On Mon, Mar 22, 2004 at 10:50:55AM +0000, Angus Leeming wrote:
>> Don't appear to be used anymore.
>> 
>> $ grep -r noPop ../src
>> ../src/cursor.h:        void noPop();
>> $ grep -r nopop_ ../src
>> ../src/cursor.C:        nopop_ = false;
>> ../src/cursor.C:        if (nopop_ || !disp_.dispatched())
>> ../src/cursor.h:        bool nopop_;
>> 
>> Ok to remove?
> 
> Erm... I think we should use it in e.g. lfun handlers popping up a
> dialog as response to a keybinding.
> 
> Suppose we have a \frac in a formula and pop up the math panel by
> calling the lfun (forgot which) by a keybinding. The cursor should
> not leave the \frac, so the lfun handler should set nopop_. At least
> this was the intention. Not sure this scheme worked/works.

Sorry! I removed them already. It's hard to work out what is cruft 
and what is "to be used eventually" ;-)

-- 
Angus

Reply via email to