Georg Baum wrote: > Would the following work? > > - static int InsetTabularMailer::string2params(...) > + static void InsetTabularMailer::string2params(...) > > and then use kernel().bufferview() in the controller to get the cursor > (and active cell). InsetTabularMailer::string2params is btw the only > string2params that returns an int (the active cell), all others return > nothing. > We don't need the active cell with this solution in > InsetTabularMailer::string2params() anymore.
Seems exactly the right thing to do. Alfredo