On Tuesday 22 May 2001 13:33, Jean-Marc Lasgouttes wrote:
> >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> | | BTW, while browsing LyXAction.C, I found: | {
> Lars> LFUN_INSERT_URL, "", "", Noop },
>
> Lars> Yes, what is that.
>
> Lars> that LFUN is implemented but not used. I'll comment it out, and
> Lars> see if anyone yells.
>
> It _is_ used:
>
> fantomas[ssh]: grep LFUN_INSERT_URL */*/*.C
> frontends/controllers/ControlUrl.C: : ControlCommand(lv, d,
LFUN_INSERT_URL)
> frontends/qt2/FormUrl.C:
lv_->getLyXFunc()->Dispatch(LFUN_INSERT_URL, params.getAsString().c_str());
>
> It is one of these famous lfun added for the benefit of the frontends
> so that they can pass a parameter (which is 'interactive' version does
> not do. We should probably think about how to handle that.
Oiiiii! Not every one is familiar with the internals of the kernel. When it
comes to these different LFUNs, I just cut and paste what's already there.
Angus (who isn't being defensive really. It's a beautiful day here and he IS
wondering about why he's sitting in front of a computer though.)