From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29255 invoked by alias); 16 Feb 2011 13:39:24 -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: 28764 Received: (qmail 25155 invoked from network); 16 Feb 2011 13:39:22 -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.214.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=WIGku6JG9iMDcn3KLEwYhMosIqPgiA4Xchw5NhbJhQo=; b=buPDIGHlZN+/Rd8luOE3ATWyuFJvUBSneJdmf2jWK606xgCgRD+XtaKQ+WuzClx1TO 7yJX+0qky1XdGVSndBFDWX95zqxvGpmRWJMPdwURn3+7zdBS7ibnigqjT6R7fSiyDm2t UDCS/93AzDcOUl/J/Gmsbt1V8XJDTcDQLVjys= 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=urdbaWxK3T/2+WwZMwU3qS05haO9wLAwrKrJ6Cn0Rc3f4VCGKacNtMv7KKDtV+UaAk aHytWcFgwdGjMskbo7oL59ng6ZZOcf/Yv+m5OxYyta+2A9hZ1cajh0Gxgq19w3TjP9c9 rUTI9530ToUWhiNNbaIw8XpIkMMuTxcNKEuk0= MIME-Version: 1.0 In-Reply-To: <20110215113720.67785fdb@pwslap01u.europe.root.pri> 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:33:07 +0800 Message-ID: Subject: Re: Bug in user guide To: Peter Stephenson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 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?