zsh-workers
 help / color / mirror / code / Atom feed
* zsh: insert-last-word problem after completion
@ 2010-04-26 10:53 Vincent Lefevre
  2010-04-26 11:34 ` Mikael Magnusson
  2010-04-26 12:11 ` Peter Stephenson
  0 siblings, 2 replies; 6+ messages in thread
From: Vincent Lefevre @ 2010-04-26 10:53 UTC (permalink / raw)
  To: zsh-workers; +Cc: 579209

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@vinc17.net> - 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)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-27 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-26 10:53 zsh: insert-last-word problem after completion Vincent Lefevre
2010-04-26 11:34 ` Mikael Magnusson
2010-04-26 12:11 ` Peter Stephenson
2010-04-26 15:42   ` Vincent Lefevre
2010-04-26 22:38     ` Peter Stephenson
2010-04-27 14:24       ` Vincent Lefevre

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