From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25228 invoked by alias); 3 Aug 2014 21:40:30 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32945 Received: (qmail 29898 invoked from network); 3 Aug 2014 21:40:18 -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=-1.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Stephane Chazelas Subject: Re: [doc] read -qs Date: Sun, 3 Aug 2014 22:38:03 +0100 Message-ID: <20140803213803.GA5356@chaz.gmail.com> References: <20140801210441.GA29604@chaz.gmail.com> <20140803192841.064681cb@pws-pc.ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 5ec185d9.skybroadband.com Content-Disposition: inline In-Reply-To: <20140803192841.064681cb@pws-pc.ntlworld.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2014-08-03 19:28:41 +0100, Peter Stephenson: [...] > ) > item(tt(-s))( > -Don't echo back characters if reading from the terminal. Currently does > -not work with the tt(-q) option. > +Don't echo back characters if reading from the terminal. > ) > item(tt(-q))( [...] Thanks. What about using "locale yesexpr" for that BTW? Cheers, Stephane