From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10839 invoked by alias); 30 Mar 2016 02:38:14 -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: 21416 Received: (qmail 7835 invoked from network); 30 Mar 2016 02:38:14 -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 From: sergio Subject: completions quotation style To: Zsh Users Message-ID: <56FB3C14.2000400@sergio.spb.ru> Date: Wed, 30 Mar 2016 05:38:12 +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