Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in user guide
- X-seq: zsh-workers 28768
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: cheer_xiao <xiaqqaix@xxxxxxxxx>
- Subject: Re: Bug in user guide
- Date: Wed, 16 Feb 2011 14:51:00 +0100
- Cc: zsh-workers@xxxxxxx
- 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=oVuzZRGIDcaqwfJdEJW0pVvcJoWvmY8g616Pa+Udnf4=; b=qFZanDgbwXH6oOmM6OSwyLB9D7QjhaWK8sLSwbElmKauz0cOnFjzsqPYtIsYYv9Yq4 0bTIsSbkGQ0hau2AGdZ23QvSsbsRod6+ZpUO81uALhCaJePR/4MK/D6Dy3ssZ1/OW+Xo RrROiuFOCh9uN5SmDEcLWvKcA8nZPWPioOVZA=
- 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=I6ZU9G+8wHSKb5+ZmDpw1LBJi6V0S8P+zKKn/TWFGA59ltmfTcOoDcKH1Pm/wbwB1s W4NDbe6I+F/s3UWukKpzRY3Wv2hGBzkzYsQlIlWocAhui8xpS2MYJ9Nq8lAu+EY7NqgF TI9uPMvrTyJYh9d6SLnTince/kuvHMARskVlI=
- In-reply-to: <AANLkTi=936-53fp2We8-wqZnB2rtHJQZnPL4FAVvV9MS@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=Nm7OZD3ku_6VF5V6zpUmqCvMc2if0Yu09P9nS@mail.gmail.com> <AANLkTimBbAwf-Cfa_Ki9NX-0_-gsO=51rX601xF8VqQ1@mail.gmail.com> <87ei7h2z52.fsf@ft.bewatermyfriend.org> <AANLkTinUgfiZkE0GkHt6L=ccbpXxBhFhZphOua=z3Si9@mail.gmail.com> <110210070431.ZM30121@torch.brasslantern.com> <AANLkTikVR6G_HmiVMBekp_mBXt9ebmZ4sgnDujzq_uLT@mail.gmail.com> <AANLkTi=H3yfiHFNp5iX+Zix5m6c4TuCHtn98iRVjDoX0@mail.gmail.com> <20110215113720.67785fdb@pwslap01u.europe.root.pri> <AANLkTi=gT5Nq18+onqt0riEXHYpZZXQZmp=5_0tu_Krb@mail.gmail.com> <AANLkTinQTDF_Q6bdGx9GJHYAMVnxkBZW2T33-RxyLLfJ@mail.gmail.com> <AANLkTi=936-53fp2We8-wqZnB2rtHJQZnPL4FAVvV9MS@mail.gmail.com>
On 16 February 2011 14:48, cheer_xiao <xiaqqaix@xxxxxxxxx> wrote:
> On Wed, Feb 16, 2011 at 9:46 PM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>> On 16 February 2011 14:33, cheer_xiao <xiaqqaix@xxxxxxxxx> 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
Have you run compinit?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author