[email protected] writes: > Author: rgheck > Date: Tue Jan 5 16:01:32 2010 > New Revision: 32770 > URL: http://www.lyx.org/trac/changeset/32770 > > Log: > Kill warning: string::npos was the wrong type, and does not reflect what > max is supposed to be. > > JMarc: I assume you are intending to use this new method, getLongArg()?
Yes, in my inset-forall patch. In the long term, I think these argument parsing methods are enough for all our lfun parsing needs. This means that we could declare arguments to an lfun as "ssl" and have FuncRequest provide us with two space-delimited _s_hort arguments and put the remainder of the line in the third _l_ong argument. In general, cleaning the lfun parsing would be good. JMarc
