On Mon, Aug 12, 2002 at 08:38:06PM +0200, Andre Poenitz wrote:

> This basically moves the 'BufferView * bv' argument which the
> "localDispatch" methods use into the second argument (the FuncRequest).

-       /// view of a buffer. FuncRequestually there will be several.
+       /// view of a buffer. Eventually there will be several.

heh :)

reminds me of
http://finance.lycos.com/home/news/story.asp?story=27883602

> Not nice now, but it was not nice before, either...

Hmm, why is this a step forward ?

-       lv_.getLyXFunc()->dispatch(FuncRequest(LFUN_TABULAR_INSERT,
        val));
+       lv_.dispatch(FuncRequest(0, LFUN_TABULAR_INSERT, val));

this 0 thing just seems ugly and wrong.

regards
john



-- 
"It is unbecoming for young men to utter maxims."
        - Aristotle

Reply via email to