Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: auto list choices
- X-seq: zsh-workers 31121
- From: joe M <joe9mail@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: auto list choices
- Date: Wed, 6 Mar 2013 23:23:46 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=h3D4hwgs5DP0XxT4tje0aD8x2ahP60/Tb3VELu2l788=; b=Hf4bMD7vazUxHvMPaQTnHOSdYYBqSpnj3HkcIlvr8VOXoreuVUk9OQbhPkBFA1DPPO wJZpgz9WcIQ4IzHALfsEqlE8jxl8g3biBEfLhkWgOd2BYGHfVTt+rm4YI8PddsalK46D rdInZzTK9cF78ZNpjLv10010LVCWJDtdNzG4smSDw3wqiiQNeO6a6hi0xeNaQ1Y1kAPW t6+AdmBtl8obJZ/ryXRUmw26yXUtS9ZtkmrA2Mrvn6lY6dvwbPAY056h+bSMe+EMkzDp Prt9Bxm/bZKNl5M9v+vvZEQOM9eekSu8BGwTNb61ywqtHuX8S/SAg0OUzkXABiAk/tBs mVNg==
- In-reply-to: <CAHjjW16YTVg=qqcGLFmwgXBZ5Xn43kY9buce_r8t60iZ0QWQjQ@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: <CAHjjW16YTVg=qqcGLFmwgXBZ5Xn43kY9buce_r8t60iZ0QWQjQ@mail.gmail.com>
Hello,
> Not sure how useful this is, but, the attached file does a
> list-choices for each self-insert.
For some reason, when I call list-choices on every self-insert, it
messes up the history commands. For example, When I type '!', it lists
'\!' as a 'reserved word'. When I type in a number, it automatically
expands that number to the history line at that number. It does not
even let me complete the history number. For example, if I want to
type in '!123', it automatically changes the current line under the
cursor to '<history line at line 1>23'.
Any thoughts, please?
Thanks
Joe
Messages sorted by:
Reverse Date,
Date,
Thread,
Author