From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11785 invoked by alias); 18 Jul 2012 14:42:16 -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: 30576 Received: (qmail 17796 invoked from network); 18 Jul 2012 14:42:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=waftl/bJvOaeNDih7x96gu71fLJjIvDJei+jdviE534=; b=wP/p4iWT6XiXDCYe+eSPgVZW1mL0Gm9VV7K9hUkx3ztvhlXA8yCrov+0SLRiz/MOKB v4CtVQ/5+4MX5tyt3xFqL0w0VU2HmmjeomByPce5c+PF7XDABglhJaPLyx4zpoBkK1NG +aPqbNaQrKkUpdeHLDUBuBryHYVPAEur+dyLp3YqPW9viet9fij9EysorMckmE8NvBf6 USwJP57UmjI3GNJbSAKzZZWDn6LsaVeSEtg9VFCJ3uiGCx2c4poCNZkJYLGIa/lzXeQi HEo8vU6pyUrCTQqGtT6Xutoy6yobvX2/mUV6NLETLREZQoz7s9dy1PTVdZv9s2T+3tPo r25g== MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 18 Jul 2012 16:42:10 +0200 Message-ID: Subject: Re: (:a) specifier for not existent files From: Mikael Magnusson To: =?UTF-8?Q?Stefan_Reich=C3=B6r?= Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 18/07/2012, Stefan Reich=C3=B6r wrote: > Hi, > > I am using the (:a) specifier to get absoulte file paths. But this works > only for existing files. Is there a way to make it work for not existing > files also? [...] > function ec > { > emacsclient --no-wait $1(:a) > } function ec { emacsclient --no-wait $1:a } --=20 Mikael Magnusson