On 12 Feb 2001, Jean-Marc Lasgouttes wrote:
> I don't understand what you did with the *child* lyxfuncs:
>
> fantomas[ssh]: grep -i child commandtags.h
> LFUN_CHILD_INSERT, // Ale 970521
> LFUN_CHILDOPEN, // Ale 970528
> LFUN_CHILD_CREATE, // Levon 20010207
> fantomas[ssh]: grep -i child LyXAction.C
> { LFUN_CHILD_CREATE, "buffer-child-insert", "", Noop },
> { LFUN_CHILDOPEN, "buffer-child-open", "", ReadOnly },
>
> So CHILD_CREATE is in fact buffer-child-insert, and CHILD_INSERT does
> not have a name? Please don't do that...
I was dumbly copying from the CITATION scheme :
{ LFUN_CITATION_CREATE, "citation-insert",
LFUN_CITATION_INSERT, // AAS 97-02-23
LFUN_CITATION_CREATE, // 240 // Angus 20000705
I can change this (FormInclude is still a work in progress, although
almost entirely functional), but CITATION should be changed too
then. Angus, why was it done like this ?
thanks
john
--
"Darn it, who spiked my coffee with water ?"
- Larry Wall