From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10147 invoked by alias); 19 May 2012 18:17:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30478 Received: (qmail 19765 invoked from network); 19 May 2012 18:17:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.43 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=BU515aW++mdVbT9zsOwr2b2Na0zaUAeSKcGDm/FtAGs=; b=Z41kYvuqy1nBHNblvhCsSV6wDCFV6z5Hlv/OMqRQmwK9+Z8ujNZKDRf74EuCmv5On2 kijxeFZlGDZ+2OTty7UXzMqkEgsdqOj3pL7t7bUbmSnp5CpYLmdyoBNgBX4RBMtuLpi7 F8JLCApG+0jxjNdLPju+msJ+vL70i+Fbz/CCW++54dD8cDBjICwrf/S+/17w33E9iB9i JQHplhLDKIIO4bjMi3UIcrHL0cnRsif9fB5cD9UZOlLIbl+y5tnrR7OghiG27dCdUPjV Aokv0/Yy+hjtqxjR0zY8l/Zohq5ggrIWpkGbU5qfVsqCscdhLxd3P79GerQ7yCIXvjBt mo2A== X-ProxyUser-IP: 86.6.29.42 Date: Sat, 19 May 2012 19:16:51 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: BUG: Autocompletion for umount doesn't handle spaces in mount points Message-ID: <20120519191651.7aee6539@pws-pc.ntlworld.com> In-Reply-To: <8402C893-8E99-4D12-B29B-1783BEF78107@gmail.com> References: <8402C893-8E99-4D12-B29B-1783BEF78107@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlqCl0oTPoPknks7qOg7FoB/Jf9AZ/GAyIz3T/I28DAuqgIT90Basm60t/M27G+HrDZWR1e On Fri, 18 May 2012 00:18:40 -0700 David Lee wrote: > Autocompletion for umount lists mount points clipped at the first > space. For example, if I have "/Volumes/Media Drive" and > "/Volumes/Media Disk", autocomplete for amount will only list a single > "/Volumes/Media". I couldn't get this in my simple experiment; the mount point I made showed up in the list as "/tmp/router\ usb". This was with an up-to-date shell from CVS, but I don't think this is likely to have changed. There's apparently some other ingredient. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/