zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayne@clari.net>
To: Zefram <zefram@tao.co.uk>
Cc: zsh-workers@math.gatech.edu
Subject: Re: zsh-workers: zsh-3.1.4
Date: Mon, 01 Jun 1998 14:53:57 -0700	[thread overview]
Message-ID: <199806012153.OAA05718@bebop.clari.net> (raw)
In-Reply-To: zefram's message of Mon, 01 Jun 1998 09:19:24 +0100. <199806010819.JAA27897@diamond.tao.co.uk>

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..


  parent reply	other threads:[~1998-06-01 21:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-01  8:19 Zefram
1998-06-01 15:56 ` Bart Schaefer
1998-06-01 16:07   ` Zefram
1998-06-01 16:33   ` Timothy J Luoma
1998-06-01 18:09     ` Bart Schaefer
1998-06-01 18:35       ` Zoltan Hidvegi
1998-06-02  7:21     ` Zefram
1998-06-02 16:08   ` Chet Ramey
1998-06-01 21:53 ` Wayne Davison [this message]
1998-06-02  7:31   ` Zefram
1998-06-02  9:50     ` Bart Schaefer
1998-07-23  8:11 ` blocking read stdin patch (Re: zsh-workers: zsh-3.1.4) yamagata

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199806012153.OAA05718@bebop.clari.net \
    --to=wayne@clari.net \
    --cc=zefram@tao.co.uk \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).