Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh: insert-last-word problem after completion
- X-seq: zsh-workers 27919
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zsh: insert-last-word problem after completion
- Date: Mon, 26 Apr 2010 12:53:31 +0200
- Cc: 579209@xxxxxxxxxxxxxxx
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx, 579209@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
I've reported the following bug in Debian. It also occurs
under Mac OS X.
After a "zsh -f":
% alias my_echo=echo
% false
% true &
% my_ech[TAB]
A succession of [ESC] . (bound to insert-last-word) gives:
my_echo&
my_echo&&
my_echo&false
while I would expect:
my_echo &
my_echo false
or even better:
my_echo true
my_echo false
i.e. the "&" should be ignored by insert-last-word.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author