On Thu, Jan 14, 2010 at 11:20 AM, Vincent van Ravesteijn - TNW <v.f.vanraveste...@tudelft.nl> wrote: > BH wrote: >>(I can't enter an lfun for selecting the "OK" button.) >>lyx -dbg action gives the following output when opening >>the insert citation dialog, adding a citation, and pressing "OK": > > > What happens if you enter the following: > > inset-apply citation CommandInset citation LatexCommand citet key "bla" > \end_inset > > And what if you enter the following: > > inset-insert citation CommandInset citation LatexCommand citet key "bla" > \end_inset
In each case, entering this in the command buffer gives me an error dialog saying: "Unknown parameter name: end_inset". If I enter it without the "\end_inset" part, I get "Unknown parameter name:". This is both with and without the insert citation dialog open. (Am I doing something wrong?) BH