Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes:
|
| Peter> Hi, one more error (1.1.5pre3):
|
| Peter> In LyX Code environment, using 'word delete forward' also
| Peter> deletes any existing leading blanks in that line.
|
| It should also be fixed by what I did for line delete forward. I am
| currently experimenting with a fix for the case where cursor is
| between two spaces.
Even if I have not looked at your fix to this problem, I think it is
wrong. The problem is not the spaces or that the cursor sits between
to spaces. The problem is that we cache a row that is beeing deleted
and then we try to use it afterwards. I have fixes for that in my
tree.
Lgb