From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13517 invoked by alias); 16 Feb 2011 13:56:08 -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: 28766 Received: (qmail 6594 invoked from network); 16 Feb 2011 13:56:07 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=aW5YJcYw1aJx1AdLuqKVCa2UaX4edeYv5oEnQKc3DD4=; b=EY6UGB+13vPaLAfQSNtf5Kn5IxoTSoe2xv9J0y8JgyPjnXDi98jbD+QrswnNa5/NAd AAmu71+YmNTSXWq+t3IQd+qhr+yomR5/9ukoY0PdVISOUfM5ivFChzExmHt5oyT6fahZ uyRM83qKM6Ewze1kaLBdslzxdpxO8vtk4fDXk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Ti+imA9wmRnSUcPF64cEwFdN6WzmnJEWtH5OWrPueaq9yj39nvQJMFIYZ1OrZVJfoQ hcOTnIFQy6jrL1XlPHnkSu1KM788MQ4cfETqgh18rP1dKUWwcCdcFi5HZ0gLapVLmp6M ijwn/vJAtfYRpbQaglI8L8SKZT/J03w4JtNBw= MIME-Version: 1.0 In-Reply-To: References: <87ei7h2z52.fsf@ft.bewatermyfriend.org> <110210070431.ZM30121@torch.brasslantern.com> <20110215113720.67785fdb@pwslap01u.europe.root.pri> From: cheer_xiao Date: Wed, 16 Feb 2011 21:48:31 +0800 Message-ID: Subject: Re: Bug in user guide To: Mikael Magnusson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Wed, Feb 16, 2011 at 9:46 PM, Mikael Magnusson wrote: > On 16 February 2011 14:33, cheer_xiao wrote: >> 6.4.1 of User Guide (http://zsh.sourceforge.net/Guide/zshguide06.html#l154) said >> >> There's an easy way of finding out what context you are in: at the >> point where you want to complete something, instead type `^Xh', and it >> will tell you. >> >> But it doesn't work here on my box. Nor was I able to find a >> pre-binded keystroke to perform this action. (I tried keybind | egrep >> '(context|completion)' .) Any hints? > > Note that ^Xh means ctrl-x h, not ctrl-x ctrl-h, that would be ^X^H. > And you want bindkey | grep complete I already knew this... Also, "bindkey | grep complete" gives: "^I" expand-or-complete