Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: rsync --progress stops completion



On 09/21/2014 07:20 PM, Bart Schaefer wrote:
> I don't think you need the _complete_failed_active test -- _normal will
> not re-enter the list of completers, things would somehow have to get
> all the way around to _main_complete again for that.
> 
> To permit zstyle customizations it might also be useful to set up the
> "compcontext" parameter and call _complete instead of "_normal -s".
> There aren't any good examples of this except Functions/Misc/nslookup.

As an additional question, is there a way to change the prompt
temporarily, or do I have to set a post-command hook and restore it
manually?

I'd like to set RPROMPT to "<fallback" and set transient_rprompt as an
indicator that the fallback is active.




Messages sorted by: Reverse Date, Date, Thread, Author