Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: command-cancellation with #
- X-seq: zsh-users 12359
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: Re: command-cancellation with #
- Date: Fri, 21 Dec 2007 03:55:54 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=5hSrNRgDiOAfFBotKZEsHs+b8fZWzHUBm/J681a3md4=; b=XJApSW0i3/IvdFeOF9dwJnfexqnzUh9HsAWysAU3DwTGQ1gbutLkRzf6df1OsXqL3TeChDqI0RIreUwk5SjPGa7aWZNGAuu06hHrzsvOh6Sdg+3VY8x+BcN8TyWWlAHcLNTy8RmRJAousPilsQfmmfKZoweeOtF5Zx7Izh4c4O8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=wBf5SvJi5rjGLmATBStxSa3kqa4YwYeRryFNHIx5vgIAmGIhZx/MsC90m466IL6X5AymAS3NZ05qiAK+cgKiuwONGwvJrxLCOHAhQSBIFhMM5r3i7q/tZgrTv+RXme6mdXlvIFDc4DbhFErOiVoXRudkFmQ5PpRbIeIN6444YD8=
- In-reply-to: <20071221023335.GA25854@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0712201002j763fd446se54c7a2b0e2cfff0@xxxxxxxxxxxxxx> <20071220181259.GG14122@xxxxxxxxxxxxxxxx> <20071221023335.GA25854@xxxxxxxxxxxxxxx>
On 21/12/2007, Geoff Wing <gcw@xxxxxxx> wrote:
>
> % setopt kshoptionprint
> % setopt
>
> will list all the options and their states. And they should all
> be in the man page.
If one is bored, it's also possible to come up with
for a in ${(i)${options[(I)*]}};do echo ${(r:22:)a}$options[$a]; done
(I also note this doesn't print the same set of options as setopt does
with kshoptionprint set.)
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author