Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Add a hook on isearch
- X-seq: zsh-workers 28274
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Add a hook on isearch
- Date: Sat, 18 Sep 2010 13:00:49 -0700
- In-reply-to: <AANLkTinEDT7WjY3JFUuMXiN7mHLCYo5OJfsgs2jGW1Sd@xxxxxxxxxxxxxx>
- 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: <AANLkTinEDT7WjY3JFUuMXiN7mHLCYo5OJfsgs2jGW1Sd@xxxxxxxxxxxxxx>
On Sep 18, 6:50pm, Mikael Magnusson wrote:
}
} This might make something explode, but it's probably pretty useful.
Maybe it's time for a callhookzle() to go with callhookfunc() and
runhookdef()?
} ref:
} + if ((cmd = rthingy_nocreate("zle-isearch-update"))) {
} + char *args[2];
} + args[0] = cmd->nam;
} + args[1] = NULL;
} + execzlefunc(cmd, args, 1);
} + unrefthingy(cmd);
} + }
} +
Seems like there's some global state management that this might not
be doing with respect to errflag and retflag.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author