Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Please fix history-search-backward/forward
- X-seq: zsh-users 15340
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Please fix history-search-backward/forward
- Date: Sun, 29 Aug 2010 01:23:29 +0300
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=C9rl9jxBm9NawM93AK0jHG20dv88JQLucGrFlMX0PG4=; b=mFWhWx4qpNeXGUh9QRAEyl631XvjHr6Oj0BL+XviCawjW5bsREe7fJ7VAMxWvF03CO PAOHJF6AckKKrmdyF8zMXm/SeZP3RcBDuzbQrp2pGMDosVBIAPReVdYgjtwcGuI0zwfQ t3toyFMvhYAOr+AGIRIvh7CpEeQI5pUzHov9I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gsiQPXXxhu6LS6Xk9urYLuddA9OWh8aFGCqOggok4gSF5fTDBkVcWbniDqfMt/0Rf7 zKJ0c9QHMisW0/fDyOxdnX7V94ZoVeZNbgaI6c3g/TZ0m9uJupeH7f5skxiIOmSHZQy9 wAqk+WoMNF4+5bS+EFVyMN9dW1nNx99nXAM0Q=
- In-reply-to: <AANLkTi=PSYk5zM=1-TyDhfD0GauPrxPGXfnuCOX2KLKW@xxxxxxxxxxxxxx>
- 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
- References: <AANLkTikC=C6CD0ZEiuLP__rtS97ePhY_MkpgutnvkeS4@xxxxxxxxxxxxxx> <AANLkTi=PSYk5zM=1-TyDhfD0GauPrxPGXfnuCOX2KLKW@xxxxxxxxxxxxxx>
On Sat, Aug 28, 2010 at 11:55 PM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> On 28 August 2010 20:54, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote:
>> zle says:
>> Search backward in the history for a line beginning with the first
>> word in the buffer.
>>
>> GNU readline says:
>> Search backward through the history for the string of characters
>> between the start of the current line and the point.
>> [1] http://zsh.sourceforge.net/Doc/Release/User-Contributions.html
>
> I think you want history-beginning-search-backward/forward ? Changing
> the effects of a widget is (and I think I can say this quite safely)
> is not really an option.
I already mentioned history-beginning-search-backward/forward
(history-search-end), the point is not how to do that.
The point is that history-beginning-search-backward-end encompasses
the functionality of history-search-backward, so why not make
history-search-backward do the same as
history-beginning-search-backward-end, if no functionality would be
lost?
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author