From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13609 invoked from network); 27 Jul 2008 09:05:45 -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=AWL,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 09:05:45 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 2723 invoked from network); 27 Jul 2008 09:05:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jul 2008 09:05:38 -0000 Received: (qmail 22479 invoked by alias); 27 Jul 2008 09:05:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25340 Received: (qmail 22469 invoked from network); 27 Jul 2008 09:05:35 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 Jul 2008 09:05:35 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by bifrost.dotsrc.org (Postfix) with ESMTP id 662B280561C5 for ; Sun, 27 Jul 2008 11:05:32 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so2573975ana.13 for ; Sun, 27 Jul 2008 02:05:31 -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=Bcd3aZKKCy+Q21PP/59MwM3UAipaMe7rdyAznG/ANlg=; b=QWk52bTqt6O1nAhni4CX3sJRjx/L+mEPc7/wWd6uM2hLEau5B23VNaylD6MIZnl+73 dGjyKIRPo4/Ayhh7pJKP8GsEp0LVXMK/uD0GzNPor/ktuzP3k7pK7lXgHtHUF986dwZ0 dYCKlYeI66GYMn9ZA9ibOVoYRpyH1vZb9s6X0= 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=dSYHf0eYFb0uIEHHHQvWr6Xm+mI9wJp9UtzW2lf+9mKVoKdqXyCyIHmZsgwp2bhqD5 7NkSSKuqBroiV+WqtCS+JpWD5Dw9ijXuPFk9Eq6pA0K35Dgy+ruNUJKo123NNNMscxhp XbYsuVO7Eo6oPzbKCWsg7AcOFdbjHm9TlgN9o= Received: by 10.100.141.5 with SMTP id o5mr6072778and.33.1217149531533; Sun, 27 Jul 2008 02:05:31 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sun, 27 Jul 2008 02:05:31 -0700 (PDT) Message-ID: <2d460de70807270205m5d431b71h2d8c7e9095781be8@mail.gmail.com> Date: Sun, 27 Jul 2008 11:05:31 +0200 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Bug(?) in builtin r Cc: "Zsh hackers list" In-Reply-To: <20080725095252.7f9af36d@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70807240752ge3b0a5qbfa640585c101c35@mail.gmail.com> <20080724181636.5dd92ddd@news01> <20080725095252.7f9af36d@news01> X-Virus-Scanned: ClamAV 0.92.1/7846/Sun Jul 27 09:51:59 2008 on bifrost X-Virus-Status: Clean On Fri, Jul 25, 2008 at 10:52, Peter Stephenson wrote: > + zwarnnam("fc", "invalid use of current history line"); In my personal crusade for errors/warnings that pinpoint the issue without the need to refer to documentation, I would like to suggest a replacement/an addition along the lines of 'using the current command from the history stack leads to endless recursion'. Thanks for the patch! Richard