Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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 <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: Another <ffffffff>
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)
X-Seq: zsh-workers 38237

In 'zsh -f', typing

    <C-r><C-space>

at the prompt gives me "<ffffffff> " 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 ./<C-r><C-space> 
    ./a
    %

That <ffffffff> was last seen in the multibyte thread in 36510 + 36521.

