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
X-AuditID: cbfec7f4-f796c6d000001486-74-570254dcbd28
Date: Mon, 04 Apr 2016 12:49:45 +0100
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-workers@zsh.org
Subject: Re: Another <ffffffff>
Message-id: <20160404124945.7be02c99@pwslap01u.europe.root.pri>
In-reply-to: <20160404113524.GA21769@tarsus.local2>
References: <20160404113524.GA21769@tarsus.local2>
Organization: Samsung Cambridge Solution Centre
X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu)
MIME-version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
X-Brightmail-Tracker:
 H4sIAAAAAAAAA+NgFjrPLMWRmVeSWpSXmKPExsVy+t/xK7p3QpjCDf6vErc42PyQyYHRY9XB
	D0wBjFFcNimpOZllqUX6dglcGT27L7AVrGWuWH+pvoHxElMXIyeHhICJxKaj69khbDGJC/fW
	s3UxcnEICSxllOjuamGGcGYwSXxb+BPKOc0oMWtDEyOEc4ZR4m3bDRaQfhYBVYnte3eAzWIT
	MJSYumk2I4gtIiAucXbtebAaYQF5iW+tLUA7ODh4BewltneJgoQ5BYwlHj17xAxiCwkYSWz7
	shKsnF9AX+Lq309Qp9pLzLxyBmwkr4CgxI/J98BqmAW0JDZva2KFsOUlNq95CzVHXeLG3d3s
	ExiFZyFpmYWkZRaSlgWMzKsYRVNLkwuKk9JzDfWKE3OLS/PS9ZLzczcxQoL5yw7GxcesDjEK
	cDAq8fB+OMoYLsSaWFZcmXuIUYKDWUmEVxUYC0K8KYmVValF+fFFpTmpxYcYpTlYlMR55+56
	HyIkkJ5YkpqdmlqQWgSTZeLglGpgLDoyK9ksYV1cw/cf9Vkf2A6+uCInVn102d7Ft1Tu8/xc
	5Nsd+fX/Ou/NERWd76LWqLApejuuS9vxxnr56y1dVyY3vvr9+P7PfPWmqezezIsKFhrPnqMa
	dWFlUI9m/YuKyK5Y4ZbKnwd0o7VMzx/fdyDgcoKAmkGCWFXdwg/cPl0LrRUn3RPSVWIpzkg0
	1GIuKk4EAPn8+NxiAgAA
X-Seq: zsh-workers 38238

On Mon, 4 Apr 2016 11:35:24 +0000
Daniel Shahaf <d.s@daniel.shahaf.name> wrote:
> In 'zsh -f', typing
> 
>     <C-r><C-space>
> 
> at the prompt gives me "<ffffffff> " with the <...> part in reverse video.

Presumably what it should do is exit reverse search and execute
set-mark-command.

I think the problem is probably that the <C-space> isn't being saved for
re-evaluation properly when search is exited.

pws

