From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29009 invoked from network); 27 Jul 2008 17:42:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Jul 2008 17:42:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 49522 invoked from network); 27 Jul 2008 17:42:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jul 2008 17:42:02 -0000 Received: (qmail 3201 invoked by alias); 27 Jul 2008 17:42:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25342 Received: (qmail 3184 invoked from network); 27 Jul 2008 17:42:00 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 Jul 2008 17:42:00 -0000 Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.249]) by bifrost.dotsrc.org (Postfix) with ESMTP id 5654280561C5 for ; Sun, 27 Jul 2008 19:41:56 +0200 (CEST) Received: by ag-out-0708.google.com with SMTP id 22so16938479agd.8 for ; Sun, 27 Jul 2008 10:41:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wXGsX4Vi0IjQw8kNJTVGQKVPRIPI3GtcUjCBJv3gVVs=; b=N8dEYaNVgK3KmhuyuBbea9m9OBf6DAfg8If1DnCgWzWZrb8y3lKRlcz3AY9EE8j585 qVjqsepZK7Gpu/XRZ+ueygbriLno5owcoUQtlut/1OS/Yq/8+BpQdIEYbWNOxkmxe5EP nz2GIGzlDkb1L0yyCsD91vsUW7F6QSoTUTmbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=THh2rB+Ctggi5VCS4ZTrE09okTbPZ0aRxmv04Kb05Rz7lW7bACcAgqUFn4YGv+jeAM Xg/kn2HTK3azDaLjUVbAzsk4QN3/DebrlriFkuGqxVh78gauY7JYUMdck8o5fQeV0OX2 6GX09ucXaw1vFFwV9B0O/HdP7EknfmFCRQYhc= Received: by 10.100.178.13 with SMTP id a13mr6788026anf.29.1217180515756; Sun, 27 Jul 2008 10:41:55 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sun, 27 Jul 2008 10:41:55 -0700 (PDT) Message-ID: <2d460de70807271041r35735004t94e5f0d90e0a3adf@mail.gmail.com> Date: Sun, 27 Jul 2008 19:41:55 +0200 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Bug(?) in builtin r Cc: "Zsh hackers list" In-Reply-To: <200807271727.m6RHRBsx003356@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70807270205m5d431b71h2d8c7e9095781be8@mail.gmail.com> <200807271727.m6RHRBsx003356@pws-pc.ntlworld.com> X-Virus-Scanned: ClamAV 0.92.1/7851/Sun Jul 27 18:47:33 2008 on bifrost X-Virus-Status: Clean On Sun, Jul 27, 2008 at 19:27, Peter Stephenson wrote: > We need an error message, not an essay, which is what the documentation > is for, Agreed. > but if there's a more specific short message I can use that, > such as for example "current history line would cause recursion". What about 'Using current history line would recurse endlessly'? Optionally with 'aborting' before or after. Richard