From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27398 invoked by alias); 4 Mar 2012 14:55:30 -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: 16828 Received: (qmail 13101 invoked from network); 4 Mar 2012 14:55:28 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.com designates 213.165.64.42 as permitted sender) X-Authenticated: #62618359 X-Provags-ID: V01U2FsdGVkX19Au0YZGwhA85a+YpwagistZ7T0vqYmdDl+xZzkC9 WheGFAuwCgF2FX Date: Sun, 4 Mar 2012 15:48:42 +0100 From: Ranousse To: zsh-users@zsh.org Subject: 2 questions of completion Message-ID: <20120304144841.GB2090@pierre.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 1) Say I have an alias such as alias grep=egrep Suppose I don't want to use the alias I can use \grep something However I noticed that \gr tab (for completion) deletes the \ at the beginning of the line. Is there an option or something to avoid this. 2) Still about completion but quite different With menu select activated, I need to press enter twice to validate a command so I use bindkey -M menuselect '^M' .accept-line and it works. However I have a similar problem with backspace, and can't find solution. What can I do to make backspace works (I mean not pressing this key twice) ?