From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8287 invoked by alias); 25 Jul 2011 12:32:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29605 Received: (qmail 8501 invoked from network); 25 Jul 2011 12:32:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.44 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; bh=WDlCZiHk3ppDeiHao4FGTnFsZzFEfrnmMQC03Gb65H0=; b=mm5JG5O989Ywj6dOEc/bO2lMbfm7QbRpWhGMkmFiHP+XIHOEHjiGgPgru4VtwU3gvv xZKwy5qcnQiMtBx6q+wbwHQWnk2j4sFgXigFGOODH+FRYcTDMncWJFina5EdEI1fkDTr ivAwCblawaDsKSrCjKeR1zhKJcS7uAAvU7OlI= From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: Peter Stephenson Cc: zsh-workers Subject: Re: 'r' history parameter documentation fix In-Reply-To: <20110725125739.53d1db24@pwslap01u.europe.root.pri> (Peter Stephenson's message of "Mon, 25 Jul 2011 12:57:39 +0100") References: <1311403039.25825.207.camel@zareason> <110725013402.ZM15058@torch.brasslantern.com> <87ei1e4quq.fsf@gmail.com> <20110725111518.1dc9a327@pwslap01u.europe.root.pri> <87aac24m93.fsf@gmail.com> <20110725125739.53d1db24@pwslap01u.europe.root.pri> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Date: Mon, 25 Jul 2011 14:27:24 +0200 Message-ID: <8762mq4kb7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Peter Stephenson wrote:=20 > Remove a filename extension leaving the root name. Strings with no > filename extension are not altered. For this purpose, a filename > extension is a `tt(.)' followed by any number characters (including ^ of > zero) that are neither `tt(.)' nor `tt(/)' and that continue to the end > of the string. For example, the extension of > `tt(foo.orig.c)' is `tt(.c)', and `tt(dir.c/foo)' has no extension. Quite clear to me. (Except that I'd still prefer just leaving the explanation out than opening this can of worms -- for instance, although it might seem far-fetched, the "for this purpose" thing made me wonder "Hm, is this supposed to imply that Zsh also might have other notions of file extensions in other contexts?" And you know, I don't really want to know the answer. Everybody knows what a file extension is, right?) --=20 =C5=A0t=C4=9Bp=C3=A1n