Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in umount completion
- X-seq: zsh-users 12456
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "zsh users" <zsh-users@xxxxxxxxxx>
- Subject: Bug in umount completion
- Date: Fri, 18 Jan 2008 23:00:32 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=hCyI4QZRz7dd53XC842OnQBu+J/bXE3BafjUIjjsV5A=; b=QMNDn3Swaa6csH0nSeVGySjTMd823vqEgT2kXlNhHzJwv2fR0m+qj1OVOx7txnYEnKK7Aa/66C+dnXNFUeySkS17yKZ2qHD2CWruAYFh+znYrB7FZLx5r7Tw6AfjBYe0lqD4gZ+Sl7PaLxYTvF7SI74FTyu04RBBetjxYguI0o8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Nn49HlWmDJ04DK4KztaM0VaMRbbup/VEUhy1q4jPR3LZv4z8p9L3ynlTPcaSR1J9e+D59iRUiLX+FHnBiON1PPBS6Hla7pBWq1C7W2VzCFL7x+Q/vxlQMklkMDWYDRsRvx2RPgXWNoSTJIMMWXy/SIlrtMw6c3N85hygrNhtrzY=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author