Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.2-test-1
- X-seq: zsh-workers 40082
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh 5.2-test-1
- Date: Sun, 4 Dec 2016 09:19:41 -0800
- Cc: Debian Zsh Maintainers <pkg-zsh-devel@xxxxxxxxxxxxxxxxxxxxxxx>
- 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:cc :mime-version; bh=O/qdwnkYMHjFf9LGhDsUcM83W3HS7ed6AKDPvRWKvSw=; b=fASjL98mddW/BPxClx7/EsCAMexuWHD/ROI3m1unXdXW+4WcuU+koGPe9zZ+ADyNke 6q83m5k0o+941UAheoVNciLl3RBC5EtLJxgLdahEd7oX9knxl1sZdml2s5MBrhH0WX6Q YouK158kq8A1N2k5md9WTz4A9EMq0mLX7nH4qi4Lrz39QJlsfLqi3bVHBk9126oG9kbp B7O18KyqDOa+K3rDZ8xaNTw4Hl/6SIlO+MEWrBSFatQXVqTewbzof3BAagELnoJIRO8q VkAf2ay6KW9E5iJflmWzMAKOkbNamF9eGtmoH3UCNgXVz22xzwZaUTttp6aeyDWST5Yy jEcw==
- In-reply-to: <20161204170802.7528c7e4@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: <20161202203009.2eee2e4b@ntlworld.com> <20161204032558.GL5130@sym.noone.org> <20161204164217.GQ5130@sym.noone.org> <20161204170802.7528c7e4@ntlworld.com>
On Dec 4, 5:08pm, Peter Stephenson wrote:
} Subject: Re: zsh 5.2-test-1
}
} > 14:34:54 @@ -1 +1 @@
} > 14:34:54 -foo:1: 1: no arguments given
} > 14:34:54 +%
} >
} > %
} >
} > foo:1: 1: no arguments given
}
} I would guess this is some I/O oddity
Looks more to me as if PS1 is being restored despite the assignment to
PROMPT, possibly because PS1 has been exported into the environment by
the test harness?
} > 14:34:54 PROMPT="" $ZTST_testdir/../Src/zsh -fis <<<'
} > 14:34:54 unsetopt PROMPT_SP
} > 14:34:54 PS2="" PS3="" PS4="" RPS1="" RPS2=""
Adding PS1="" somewhere might be necessary.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author