Edwin Leuven <edwin.leu...@ensae.fr> writes: > jean-marc wrote: >> the following patch [...] implements inset-begin/end which >> do not exactly do what you think they do ;) > > perhaps they need different names then? inset-goto-begin/end ...
Well, they look like buffer-begin or line-begin. The only difference is that they may escape the inset. If people do not like this escape functionality I can make it conditional to an argument. My view is: - this escape functionality is great in interactive use - it may suck in scripted use. What I'd like to implement too is a inset-select (like select all) lfun that grows outside when used repeatedly (does this make sense??). JMarc