Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: delete-word does not delete the entire word...
- X-seq: zsh-users 6690
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: DervishD <raul@xxxxxxxxxxxx>
- Subject: Re: delete-word does not delete the entire word...
- Date: Sat, 11 Oct 2003 21:00:14 +0000
- Cc: Zsh Users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20031011195149.GA22610@DervishD>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031011121052.GA5092@DervishD> <1031011173654.ZM13301@xxxxxxxxxxxxxxxxxxxxxxx> <20031011195149.GA22610@DervishD>
On Oct 11, 9:51pm, DervishD wrote:
}
} Maybe, I don't really know. I don't feel like telling what I
} think about vi or emacs, but when documentation say 'word' I assume
} 'entire word', not 'from cursor position to...' ;))
What you're missing is that the documentation nearly always is expressed
in terms of character positions, not semantic buffer contents. Thus
the suffix -word in a command name means the prefix (delete, forward,
upcase, etc.) is applied across the range of characters from the cursor
position to the next character that represents a word boundary; not to
the semantic entity that you think of as "a word".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author