Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh-3.1.5-pws-9, TRAPZERR fix for new completion
- X-seq: zsh-workers 5455
- From: "Matt Armstrong" <mattarmst@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: zsh-3.1.5-pws-9, TRAPZERR fix for new completion
- Date: Sun, 21 Feb 1999 10:40:45 PST
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
>On Feb 20, 10:47pm, Matt Armstrong wrote:
>} Subject: PATCH: zsh-3.1.5-pws-9, TRAPZERR fix for new completion
>}
>} We probably want to defeat TRAPZERR within the new completion
>} stuff.
>
>Possibly so, but it ought to be done on entry into the
>main completion function and undone again before returning.
Hmm, I thought Functions/Complete/_main_complete was the main
completion function. Where is it?
As far as restoring it, Do'h! I thought I tested that, but obviously
not. Is there an easy way to bind a function to a different name and
restore it? I've tried games with stuff like foo=$(functions TRAPZERR)
... eval $foo, but that seems suboptimal.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author