From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16453 invoked from network); 26 Nov 2005 23:18:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) 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 autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Nov 2005 23:18:56 -0000 Received: (qmail 94529 invoked from network); 26 Nov 2005 23:18:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Nov 2005 23:18:48 -0000 Received: (qmail 15698 invoked by alias); 26 Nov 2005 23:18:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22037 Received: (qmail 15689 invoked from network); 26 Nov 2005 23:18:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Nov 2005 23:18:45 -0000 Received: (qmail 94243 invoked from network); 26 Nov 2005 23:18:45 -0000 Received: from vms046pub.verizon.net (206.46.252.46) by a.mx.sunsite.dk with SMTP; 26 Nov 2005 23:18:43 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IQL00JNR4R5BCJ1@vms046.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 26 Nov 2005 17:18:41 -0600 (CST) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id jAQNIeol001412 for ; Sat, 26 Nov 2005 15:18:40 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id jAQNIeCY001411 for zsh-workers@sunsite.dk; Sat, 26 Nov 2005 15:18:40 -0800 Date: Sat, 26 Nov 2005 23:18:39 +0000 From: Bart Schaefer Subject: Re: PATCH: newuser system In-reply-to: <20051125102458.6e00e74f.pws@csr.com> To: zsh-workers@sunsite.dk Message-id: <1051126231839.ZM1410@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <200511231113.jANBD95L013878@news01.csr.com> <1051124060054.ZM29995@candle.brasslantern.com> <20051124114211.1fc867ab.pws@csr.com> <1051124182000.ZM30724@candle.brasslantern.com> <20051125102458.6e00e74f.pws@csr.com> Comments: In reply to Peter Stephenson "Re: PATCH: newuser system" (Nov 25, 10:24am) On Nov 25, 10:24am, Peter Stephenson wrote: } } This changes [initial keymap state], and also fixes the fact that } actually if you didn't edit the recommended settings then they weren't } saved. Looks good, and that fixed another problem I had been about to report. I have one remaining minor quibble: Why is the default value of HISTFILE set to ~/.histfile? If you search the archives, it's "traditionally" been ~/.zhistory since about 1996, with the occasional reference to ~/.zsh_history (which appears to have come about after Bash began using ~/.bash_history). Not a big deal, but I've never seen ".histfile" before.