Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] zle: Call zle-line-pre-redraw after inserting a completion result
- X-seq: zsh-workers 39604
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- Subject: Re: [PATCH] zle: Call zle-line-pre-redraw after inserting a completion result
- Date: Mon, 10 Oct 2016 20:03:25 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=z1ucLggq/2BwEYDkDk1iyVmXNVe81wto77sMajgpjek=; b=Xi70E0osCcweEIVzHSwucUm3PM+EifB/LO+ObtvY5MZ+KRf067Ms/RYchouvHb6W+X czmD4BQyQ9w5OSs/aFz6N6xCvr6xmMfDazrXJDuHxEnjwvYa0awMRAEybPEPfomIPuto XzfyCZ1maWS+yox7JBKpmHY6NjmVIyPjbKpGf2Q4eGGW1o9r/Vt+Ulz+dPUcAEa0AwDT oRaRInNVzDlUGw+DjgByceLj9PFKeo7CBY/SwvgzbWBdRwUlQeoSTFkxJVzJMrBcnAgX RXjoFRgiRNHq2ZCsu9wpZyuLmeH4WoDCDifc9ah/VScDdz7VHy+uvQhtcGTUPpy3xmS4 U2Qw==
- In-reply-to: <43c19ce7-6445-8b56-68e7-60fc82258183@googlemail.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: <43c19ce7-6445-8b56-68e7-60fc82258183@googlemail.com>
On Sat, Oct 8, 2016 at 10:30 AM, m0viefreak
<m0viefreak.cm@xxxxxxxxxxxxxx> wrote>
>
> By the way (unrelated):
>
> The hooks (which served me as entry point for finding the right spot for
> the path)
>
> seem to be undocumented.
Those are module hooks as described in Etc/zsh-development-guide, not
hooks like the precmd etc. hooks for calling shell functions. There
are only two modules that define hooks (zsh/zle and zsh/complete) and
neither of them documents their hooks anywhere outside the source code
AFAIK.
This has come up before -- the yodl doc is supposed to be for end
users, not developers of the shell, but there really isn't anyplace
where documentation of the C code is collected.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author