Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "show" completion et al spammy when binaries don't exist
- X-seq: zsh-workers 24389
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: "show" completion et al spammy when binaries don't exist
- Date: Mon, 14 Jan 2008 08:11:26 -0800
- In-reply-to: <20080114094938.793eec5f@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0801121257s6a478358k897be96f607b7408@xxxxxxxxxxxxxx> <20080114094938.793eec5f@news01>
On Jan 14, 9:49am, Peter Stephenson wrote:
} Subject: Re: "show" completion et al spammy when binaries don't exist
}
} On Sat, 12 Jan 2008 21:57:35 +0100
} "Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
} > Which leads me to ask, is the stderr output of
} > completion scripts ever wanted in the terminal? Maybe it should be
} > redirected more centrally?
}
} Probably something like this.
That'll do it for MH, but I think he meant something more like changing
$_comp_setup from
exec </dev/null
to
exec </dev/null 2>>|$HOME/.zcomperror
(which I think would break _complete_debug so it probably needs more
thought than that).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author