From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3455 invoked by alias); 23 Oct 2011 16:39:20 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16533 Received: (qmail 6831 invoked from network); 23 Oct 2011 16:39:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) 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.1 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.171 is neither permitted nor denied by SPF record at ntlworld.com) X-ProxyUser-IP: 86.6.29.42 Date: Sun, 23 Oct 2011 17:39:09 +0100 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: Completed filenames quoted instead of escaped? Message-ID: <20111023173909.10b440b4@pws-pc.ntlworld.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 22 Oct 2011 17:25:43 +0000 (UTC) Daniel wrote: > I would like completed and expanded filenames to generally "be quoted" > instead\ of\ escaped. Would that be possible? If find that more readable. If you type " before a filename, it will be completed in double quotes and (when possible) another " added at the end. It's not possible to configure it to add a double quote in front only when needed. As things stand at the moment, it's extremely unlikely it ever will be. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/