From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9054 invoked by alias); 3 Apr 2015 16:15: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: 20076 Received: (qmail 29044 invoked from network); 3 Apr 2015 16:14:59 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=CzMzWzYmU7MTRads6luzWMCQynTdtQUxi5/bIM3FAGM=; b=d0YROdMGnggE+yLne7qvhi4RtoJczfLvAhPC0XKzkPalBlcFexZga92he/08CQ7PR0 y9nQfjLrc4tQeIx0+GMHNXkWonHNqSi5RpI2iRWNuDplg/F0aWagEYlbCc3rhO+v3KNi +NQUlwqipF0QOpcya3IsdnPd+qfyQUx8I/2+dSetL8VkUbFz2SOJjckx+J13ReHdDu7N A3GdK92evQ45jjnjwSmYa5V5ecJOsGNlxB7wjl/LJARF5Wi/zjhyLJq/5mLXq3Ab0sHx NxNdS/ro0RqVjEpTYXcWfBvbRrprdQ3UHbzPcMNAHXGnraKgPscuYMr5orUNau4qLsdV WZQw== X-Gm-Message-State: ALoCoQkgspVHlRq4VcpAcxB0bF42O7jxPdy/IzqCRM9ZjYl9BJsBBlN+5HCerXIAX7xKhW9KXZWG X-Received: by 10.60.94.114 with SMTP id db18mr3792140oeb.22.1428077697740; Fri, 03 Apr 2015 09:14:57 -0700 (PDT) From: Bart Schaefer Message-Id: <150403091454.ZM13582@torch.brasslantern.com> Date: Fri, 3 Apr 2015 09:14:54 -0700 In-Reply-To: <20150403031428.GE2805@localhost.localdomain> Comments: In reply to Han Pingtian "Re: histbeep doesn't work?" (Apr 3, 11:14am) References: <20150402070012.GC2805@localhost.localdomain> <150402083718.ZM32022@torch.brasslantern.com> <20150403031428.GE2805@localhost.localdomain> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: histbeep doesn't work? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.