From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24691 invoked by alias); 4 Apr 2016 11:35:33 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38237 Received: (qmail 21910 invoked from network); 4 Apr 2016 11:35:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Mon, 04 Apr 2016 11:35:24 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Another Message-ID: <20160404113524.GA21769@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) In 'zsh -f', typing at the prompt gives me " " with the <...> part in reverse video. IF I try to use that as an argument, it gets interpreted as a question mark: % cd $(mktemp -d) % touch a aa aaa % echo ./ ./a % That was last seen in the multibyte thread in 36510 + 36521.