From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26124 invoked from network); 17 Jul 2008 01:24:41 -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; 17 Jul 2008 01:24:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 841 invoked from network); 17 Jul 2008 01:24:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Jul 2008 01:24:38 -0000 Received: (qmail 23444 invoked by alias); 17 Jul 2008 01:24:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25289 Received: (qmail 23431 invoked from network); 17 Jul 2008 01:24:36 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 Jul 2008 01:24:36 -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 45FF280525AB for ; Thu, 17 Jul 2008 03:24:21 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so128244ana.13 for ; Wed, 16 Jul 2008 18:24:21 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=dg0bWlG+h52x5IkTQ1bJscicj9oTmd30CKPJ0tqoRg4=; b=EKclOyy2ojTruTbhQe2/VeHeSRp3nofwj/ALoqEPsdOBmvK70nOPWu3rJFyaGgbbO2 VsUvZZsA7RBm/QoKE5nZHnto67AIe8/3x8yxjQmXZ6KI0VysunfB02u/zUH8AHnMyIX7 C6fwLh57i+m6gmLFpwrVEejfKaKvTJMm39qPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=CUVeaw/5VMtEGiwK+tVhYOTISEnRhumCsSsb0Racm5KRuJdXyryYkahJCjQrKJFpk6 xsxi2xOhCfgA5bP9XcYps0aax21RAAyNnzpMQq102+7Utr4QVLvmTOcfyhThaHKY34hP 1dQQNJqOZI1tPQmRTfLsw3NXdkzFslYwVhg8I= Received: by 10.100.48.8 with SMTP id v8mr3252053anv.50.1216257861286; Wed, 16 Jul 2008 18:24:21 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Wed, 16 Jul 2008 18:24:21 -0700 (PDT) Message-ID: <2d460de70807161824j225cd530vbc80fb43718242d@mail.gmail.com> Date: Thu, 17 Jul 2008 03:24:21 +0200 From: "Richard Hartmann" To: "Zsh hackers list" Subject: Feature suggestion: Prepend operator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/7731/Thu Jul 17 02:00:00 2008 on bifrost X-Virus-Status: Clean Hi all, similar to the the append operator, +=, a prepend operator would be useful. Of course, foo="blah$foo" would work just as well, but a dedicated operator would look cleaner, imo. I suggest the use of -=, but any other operator would be fine, as well. Thanks, Richard