From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10776 invoked by alias); 16 Feb 2011 13:56:40 -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: 28767 Received: (qmail 17883 invoked from network); 16 Feb 2011 13:56:39 -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=qdt8MvicNZlPnVzBWyGKsqyZ5WMYEVlKWmkt731y9EA=; b=HJdQiP7HVHlC+f+vPxWiZXPuXmxLy429oS+EHkF1fXgMFnMqLdn8AymRuf2d6xpyg/ VvAuZ74NrI22JEq06X0UjmsgcYc4LkQ/AZF0N5Q8/m6LnwP03+Gu+oQvrbGHUtCNv2y5 gZ2QOlgemlQWlLDRBs6skFjrsMCzjFEFEnqQ8= 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=ZfVfRlYjLyA9yFKOIJdi0Q2YAMdFNHBpnjkUkew+GZkyhrp0fxF/tA+NCLApzJDzcf XtNs+fyEosKdYS3WZV4ICHAzLmB6zWheCHVU8qe8eV+3Bjyp73RGls3/ArvNWlPToSdP epGDu0MztGXnF28xwUhFaXuGtRssWjAAS7M/k= 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:56:18 +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:51 PM, Mikael Magnusson > Have you run compinit? Yes. Thanks for your hint, I figured it out. I put "bindkey -e" *after* "compinit" in my .zshrc. It works now. Next time I will post such questions to zsh-users before suspecting the correctness of the guide. Sorry for the noise.