Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Adding widgets
- X-seq: zsh-workers 15896
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Adding widgets
- Date: Sat, 29 Sep 2001 18:04:10 +0000
- In-reply-to: <1010929171753.ZM19899@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <87pu8b3tjx.fsf@xxxxxxxxxxxxxxxx> <1010929014105.ZM18918@xxxxxxxxxxxxxxxxxxxxxxx> <1010929024149.ZM19026@xxxxxxxxxxxxxxxxxxxxxxx> <87g0963vaf.fsf@xxxxxxxxxxxxxxxx> <1010929171753.ZM19899@xxxxxxxxxxxxxxxxxxxxxxx>
On Sep 29, I wrote:
}
} Ah. Well, zsh doesn't have re-search, though it does recognize "^" as
} anchoring to beginning of line.
Well, gee, I thought, this would be an ideal thing for the pcre module to
supply: history-re-search-backward etc.
And then I discovered that struct thingy references a struct widget whose
definition is static to zle_bindings.c, and remembered how ridiculously
complicated the builtin widget processing is, massaging the iwidgets.list
file six ways from Sunday.
Surely there's a better way.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author