Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: emulate -l to list options that would change
- X-seq: zsh-workers 37039
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: emulate -l to list options that would change
- Date: Sat, 31 Oct 2015 17:03:03 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern_com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=rX0zzrFofHrETHq5B8fw3dzvnBjkKtu9tkF1rSXFMG0=; b=hnSqAr5C/MqNmvfCeXrt19TFetDFxQOGJnBHRguYskLyK4l5QjUOzYZD18d6JrFYTh NKy9yPGbYJrQGMFTHzQDqlquh5y6X3kL4xbRbdylWPerr4r46lMntrW1RSSgg9vWUruC rohiZZLevXnlP0u5ORGFXm30rUjK+bF8gZUkolzwi5tOxmq3+VFNvqkG1XCyKDrLcNzr J5tXvH0H/1x9vOQfq987n3Snip41cydvsYbZbwOvqP/wdYPcmyCsyyn0ILJI9SUYCexI aUZ7K7leNjBxsmTouy8F+JgF7kYXzOXGiK5Bw5I6MsRzpnRqkpF2S0cXwcfDpgkXU3Dd pQIQ==
- In-reply-to: <20151031204036.77fbfee4@ntlworld.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: <20151031204036.77fbfee4@ntlworld.com>
On Oct 31, 8:40pm, Peter Stephenson wrote:
}
} This fixes it so that "emulate -l [-LR] <mode>" tells you what options would
} change if you executed "emulate [-LR] <mode>". This is incompatible with
} additional options (including a -c argument).
It would be quite helpful if there were an extension to the zsh/parameter
module that could retrieve this information without having to fork and
capture $(emulate ...).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author