Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: does COMPLETE_IN_WORD work at all?
- X-seq: zsh-users 6572
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: does COMPLETE_IN_WORD work at all?
- Date: Sun, 14 Sep 2003 09:25:06 +0000
- In-reply-to: <20030914002133.GA2030@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030914002133.GA2030@xxxxxx>
On Sep 14, 2:21am, dominik.vogt@xxxxxx wrote:
} Subject: does COMPLETE_IN_WORD work at all?
}
} I have wondered what the COMPLETE_IN_WORD option actually does for
} years.
}
} But it never works when I try it:
That's probably because you have TAB bound to expand-or-complete-prefix.
The examples assume you have it bound to either expand-or-complete or
simply complete-word.
Using expand-or-complete-prefix explicitly neutralizes COMPLETE_IN_WORD,
because it forces completion to ignore everything after the cursor.
Only setopts are reset by "emulate -R", not keybindings or variables.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author