From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14901 invoked by alias); 29 Mar 2016 23:30:22 -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: 21414 Received: (qmail 11580 invoked from network); 29 Mar 2016 23:30:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 To: Zsh Users From: sergio Subject: completions quotation style Message-ID: <56FB05B2.8000202@sergio.spb.ru> Date: Wed, 30 Mar 2016 01:46:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Icedove/44.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hello, how could I change the quotation style in the following example? % cat ABC\ \ DEF ZXC\ \ MNB Something like -Q or --quoting-style in ls. -- sergio