From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17299 invoked from network); 2 Aug 2006 02:55:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Aug 2006 02:55:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 9925 invoked from network); 2 Aug 2006 02:55:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Aug 2006 02:55:14 -0000 Received: (qmail 9268 invoked by alias); 2 Aug 2006 02:55:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22577 Received: (qmail 9259 invoked from network); 2 Aug 2006 02:55:11 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Aug 2006 02:55:11 -0000 Received: (qmail 9713 invoked from network); 2 Aug 2006 02:55:11 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 2 Aug 2006 02:55:09 -0000 Received: from torch.brasslantern.com ([71.116.116.250]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J3C00900O3WU2O3@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Tue, 01 Aug 2006 21:55:09 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k722t79b016507 for ; Tue, 01 Aug 2006 19:55:07 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k722t7NT016506 for zsh-workers@sunsite.dk; Tue, 01 Aug 2006 19:55:07 -0700 Date: Tue, 01 Aug 2006 19:55:07 -0700 From: Bart Schaefer Subject: Re: PATCH: multibyte odds and ends In-reply-to: <200608012044.k71KifcO007951@pwslaptop.csr.com> To: zsh-workers@sunsite.dk (Zsh hackers list) Message-id: <060801195507.ZM16505@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200608012044.k71KifcO007951@pwslaptop.csr.com> Comments: In reply to Peter Stephenson "PATCH: multibyte odds and ends" (Aug 1, 9:44pm) On Aug 1, 9:44pm, Peter Stephenson wrote: } } Does anybody have any preferences? Does anybody ever redefine HISTCHARS? I've been redefining HISTCHARS/histchars to replace ^ with = for longer than I've been using zsh (dating from using csh way back when some tty terminals did not have | and the Bourne shell interpreted ^ as a pipe). I'd be fine with restricting HISTCHARS to ASCII, or even to non-alpha- numeric ASCII.