zsh-workers
 help / color / mirror / code / Atom feed
* [bug] escaping spaces in _canonical_paths
@ 2017-03-06  9:16 Philipp G. Haselwarter
  2017-03-10  5:48 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Philipp G. Haselwarter @ 2017-03-06  9:16 UTC (permalink / raw)
  To: zsh-workers

Hi,

when I try to umount a directory "/mnt/name with spaces" and i type

# umount /mnt/n

i press tab and the path gets completed to

# umount /mnt/name\ with\ spaces


however, if I cd into /mnt and then try to umount the relative path

# cd /mnt
# umount nam

it gets completed to

# umount name with spaces

with no escapes for the spaces.

i don't know much about zsh completion, so unfortunately I can't
investigate further by myself.

zsh --version
zsh 5.3.1 (x86_64-unknown-linux-gnu)


Best regards,
Philipp G. Haselwarter


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

end of thread, other threads:[~2017-03-11  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06  9:16 [bug] escaping spaces in _canonical_paths Philipp G. Haselwarter
2017-03-10  5:48 ` Bart Schaefer
2017-03-10  5:53   ` Daniel Shahaf
2017-03-11  2:31     ` Bart Schaefer
2017-03-11  5:20       ` Bart Schaefer

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