On Thu, Dec 07, 2000 at 11:04:17AM +0000, Angus Leeming wrote:
> Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT)
> Sorry,
> A
>
> On Thursday 07 December 2000 11:00, Angus Leeming wrote:
> Sorry, got that wrong. The inserted code should be under
> LFUN_CITATION_CREATE of couse and would simply bypass the createCitation
> call:
Why do you need both LFUN_CITATION_CREATE and LFUN_CITATION_INSERT ?
It is possible to combine this two cases into one (this is what is done with
references). Of cource. the citation dialog should't do call to
dispatch(LFUN_CITATION_INSERT, ..) with an empty second argument.