From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10870 invoked by alias); 3 Apr 2015 23:23:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20078 Received: (qmail 22078 invoked from network); 3 Apr 2015 23:22:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Date: Sat, 4 Apr 2015 06:30:15 +0800 From: Han Pingtian To: zsh-users@zsh.org Subject: Re: histbeep doesn't work? Message-ID: <20150403223015.GG2805@localhost.localdomain> Mail-Followup-To: zsh-users@zsh.org References: <20150402070012.GC2805@localhost.localdomain> <150402083718.ZM32022@torch.brasslantern.com> <20150403031428.GE2805@localhost.localdomain> <150403091454.ZM13582@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150403091454.ZM13582@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15040323-0033-0000-0000-00000421FCE0 On Fri, Apr 03, 2015 at 09:14:54AM -0700, Bart Schaefer wrote: > On Apr 3, 11:14am, Han Pingtian wrote: > } > } > HISTBEEP doesn't refer to bang-history, it refers to history motions > } > in the ZLE widget set. > } > } I'd like to suggest clarify the doc something like this: > } > } -Beep when an attempt is made to access a history entry which > } +Beep in ZLE widget when an attempt is made to access a history entry which > } isn't there. > > Perhaps "Beep in ZLE when a widget attempts to access ..." but this > change is otherwise fine. Thanks. I have composed a new patch according to your suggestion. >>From 7c0ff8a0f0e01c33c84ec5b5bab546b84a41a841 Mon Sep 17 00:00:00 2001 From: Han Pingtian Date: Fri, 3 Apr 2015 11:09:39 +0800 Subject: [PATCH] clarifying doc of HIST_BEEP Signed-off-by: Han Pingtian --- Doc/Zsh/options.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 19920ca..8540256 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -809,7 +809,7 @@ pindex(NOHISTBEEP) cindex(history beeping) cindex(beep, history) item(tt(HIST_BEEP) )( -Beep when an attempt is made to access a history entry which +Beep in ZLE when a widget attempts to access a history entry which isn't there. ) pindex(HIST_EXPIRE_DUPS_FIRST) -- 1.9.3