Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Augmenting a Sticky Emulation Mode
- X-seq: zsh-users 17789
- From: Russell Harmon <russ@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Augmenting a Sticky Emulation Mode
- Date: Fri, 26 Apr 2013 14:40:38 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=DU43XM81UlJenxtwLSEncqw1tyqmSEZsPLrC+kZH64I=; b=rPmZbUoC5EcPGcaBlDWsdFSso+MOY24TqEiNf1E/QtGirHEZ/iRoFbeCY8SLzMke3M j4KVjF/Et+gJ9q+UXCTinDfef+RC/Zv5WBHfZADW9kZ9+iQzQmhJUVHkNQTTGJRXi4zR eY5cApl+ECFON8vqsvGNL3nqCnvtbksYpfHbUtb4e0ayibHkkKB+NBDeIYCyxXc+lqfq DfbqatLabD8seP9bh7zDDbSnfn2gz7sAl6tv4gQQnNSKCfs7fsNFx40qoAkMk40HberH Bb8elLwW2Ce+hQNdz5S9dQKH4z74ZCG/DwDq1cwm1IAtTT4wcbFvJKOAtz3KtKjoW+Qe xjjw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eatnumber1.com; s=google; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=DU43XM81UlJenxtwLSEncqw1tyqmSEZsPLrC+kZH64I=; b=LD5EdwBf+jzv5ORLmxDnK+LDFvSrKfrCg7F210tLzfC5OoG4MzCVW7StuPa0wSUI9q jw83klqPamH2yQEACLrwTQQQ1/eVBaLKci4pfU6SEKaAiJuVVVhygwkUMiOyEnhC8dQt Wd3L1KkjMvEWALpjsGw48oQFM82l9r+I8HhEA=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Sender: eatnumber1@xxxxxxxxx
Is it possible to augment a sticky emulation mode with additional options?
Specifically, I'd like the something like the following to return zero:
emulate -R sh -c 'setopt kshglob; function foo() {; setopt; }'; foo | grep
kshglob
--
Russell Harmon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author