On Wed, Apr 26, 2006 at 09:32:59AM +0200, Georg Baum wrote:
> Andre Poenitz wrote:
> 
> > Doing special case mathed stuff is not the business of LCursor.
> > 
> > I know that there is already mathed related stuff there but that
> > does not make it any better.
> > 
> > Moreover, _plainInsert_ is intended to insert stuff without any fuss.
> 
> So what else do you propose? I know that this solution is not optimal, but
> could not find a better one.

Restricting input in cell is something we stubled over already in e.g.
the number of macro arguments.

So it looks like some generic solution is wanted, i.e. something like a
'cell property'.

In any case, all magic should go to interpret() & Co., not to
LCursor::plainInsert().

Andre'

Reply via email to