From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28353 invoked from network); 23 Jul 2004 20:26:39 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Jul 2004 20:26:39 -0000 Received: (qmail 15164 invoked from network); 23 Jul 2004 20:26:33 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Jul 2004 20:26:33 -0000 Received: (qmail 16953 invoked by alias); 23 Jul 2004 20:24:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7744 Received: (qmail 16941 invoked from network); 23 Jul 2004 20:24:45 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 23 Jul 2004 20:24:45 -0000 Received: (qmail 10464 invoked from network); 23 Jul 2004 20:24:04 -0000 Received: from tantale.fifi.org (216.27.190.146) by a.mx.sunsite.dk with SMTP; 23 Jul 2004 20:24:01 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id NAA30269; Fri, 23 Jul 2004 13:23:58 -0700 Received: from phil by ceramic.fifi.org with local (Exim 4.22) id 1Bo6aD-0002OA-Iz; Fri, 23 Jul 2004 13:23:57 -0700 To: Vincent Lefevre Cc: zsh-users@sunsite.dk Subject: Re: zsh tips plea (tip of the day) References: <20040723125246.Y326@willy_wonka> <20040723200401.GL7828@ay.vinc17.org> Mail-Copies-To: nobody From: Philippe Troin Date: 23 Jul 2004 13:23:57 -0700 In-Reply-To: <20040723200401.GL7828@ay.vinc17.org> Message-ID: <87llhatqua.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Vincent Lefevre writes: > On 2004-07-23 12:55:03 -0400, Atom 'Smasher' wrote: > > in ~/.zshrc: > > > > precmd () { > > print -n '\017' > > } > > This is really nice! Why haven't I thought about that before? :) > I wonder if this shouldn't be done by zsh in standard. How is that different from "setopt promptcr"? Phil.