From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24693 invoked by alias); 16 Feb 2011 13:53:30 -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: 28765 Received: (qmail 14497 invoked from network); 16 Feb 2011 13:53:29 -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.216.43 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:date :message-id:subject:from:to:cc:content-type; bh=VXrclLXfjDy9CiLsa37kqSDM+nwxDl9tfx27CAerJFo=; b=X8ggc1/PZCVPC34Fi0Qpn0oawZjP4hleWUcuOMXBLq94VFt0jwW3HBcxIA806sLJxa xh6fOUqHpw2JE3ZiHVfmvrQibhK1PtNp6W8Aa0rkB8X6wiP/aGmjejEIbvc0oQ41rLDq INVJ2zTQTjFVbuydqOkZnvtE4qz2dMb0BCZjs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=J1hyTBaKAo5Q5Dr6LHztPPEf0JVaJVQiSp1/OcM0AayA25eLXPau6/GHpt5QoQtw60 xEP51L0grdu3wXytsqwbr5m9vOyNZVrVE0XRVWhpRGQ8d7B/knqt/ysZdW6lY3iCndud DTUYzFbbNpNyBcUBZDZAfnoCejVA39GPoHIPY= MIME-Version: 1.0 In-Reply-To: References: <87ei7h2z52.fsf@ft.bewatermyfriend.org> <110210070431.ZM30121@torch.brasslantern.com> <20110215113720.67785fdb@pwslap01u.europe.root.pri> Date: Wed, 16 Feb 2011 14:46:50 +0100 Message-ID: Subject: Re: Bug in user guide From: Mikael Magnusson To: cheer_xiao Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 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 -- Mikael Magnusson