[PATCH] r28814: inset-begin/end lfuns

2009-03-16 Thread Jean-Marc Lasgouttes
I committed the following patch which implements inset-begin/end which do not exactly do what you think they do ;) For example, for buffer-begin - if cursor is in the middle go to the beginning of the inset - if it is already at the beginning, go at the beginning of the enclosing inset This is

RE: [PATCH] r28814: inset-begin/end lfuns

2009-03-16 Thread Edwin Leuven
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 ...

Re: [PATCH] r28814: inset-begin/end lfuns

2009-03-16 Thread Jean-Marc Lasgouttes
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

[PATCH] r28814: inset-begin/end lfuns

2009-03-16 Thread Jean-Marc Lasgouttes
I committed the following patch which implements inset-begin/end which do not exactly do what you think they do ;) For example, for buffer-begin - if cursor is in the middle go to the beginning of the inset - if it is already at the beginning, go at the beginning of the enclosing inset This is

RE: [PATCH] r28814: inset-begin/end lfuns

2009-03-16 Thread Edwin Leuven
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 ...

Re: [PATCH] r28814: inset-begin/end lfuns

2009-03-16 Thread Jean-Marc Lasgouttes
Edwin Leuven 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