zsh-users
 help / color / mirror / code / Atom feed
* Bug in umount completion
@ 2008-01-18 22:00 Richard Hartmann
  2008-01-19 19:32 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Hartmann @ 2008-01-18 22:00 UTC (permalink / raw)
  To: zsh users

Hi all,

zsh 4.3.4 fails to fully escape mounted directories.

To reproduce:

  mkdir -p "/tmp/foo's bar"
  mount /dev/whatever "/tmp/foo's bar" #note that completing on this will work
  umount /tmp/f<tab>

this gives me:

  umount /media/foo's\040bar

As you can see, the apostrophe is not escaped, thus hitting enter will get you
into quote-mode.

As an aside, the whitespace is completed as \040 which is also strange.


Richard


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

end of thread, other threads:[~2008-01-20 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-18 22:00 Bug in umount completion Richard Hartmann
2008-01-19 19:32 ` Peter Stephenson
2008-01-20 19:46   ` Richard Hartmann

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