Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-workers: zsh-3.1.4
- X-seq: zsh-workers 4030
- From: Wayne Davison <wayne@xxxxxxxxx>
- To: Zefram <zefram@xxxxxxxxx>
- Subject: Re: zsh-workers: zsh-3.1.4
- Date: Mon, 01 Jun 1998 14:53:57 -0700
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: zefram's message of Mon, 01 Jun 1998 09:19:24 +0100. <199806010819.JAA27897@xxxxxxxxxxxxxxxxx>
Zefram writes:
> 3969 fix spaceinline() to fix yank
> I think spaceinline() already has the correct behaviour, and
> callers that invoke the boundary case should explicitly implement
> the behaviour they actually want.
No, spaceinline() is definitely broken. To see this, it is only
necessary to set the point and type some characters. The easiest
way to do this is to start with an empty line (which has the point
set to the start of the line), type a few characters, and type Ctrl-X
Ctrl-X -- the curor doesn't budge (it should have gone to the start
of the line). That's because spaceinline() keeps bumping the point
forward when it shouldn't.
Having a >= in spaceinline() is wrong -- it should be just >.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author