From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12665 invoked by alias); 28 Sep 2016 06:15:45 -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: 39469 Received: (qmail 11680 invoked from network); 28 Sep 2016 06:15:45 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt0-f180.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.216.180):SA:0(0.0/5.0):. Processed in 0.310675 secs); 28 Sep 2016 06:15:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.216.180 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:from:date:message-id:subject:to :cc; bh=CQ0Gw/mpbcpBeSpbDgIZQZCzs4nhIZwHYXzWRVZh+8M=; b=H4Ba34a1QkGSiCe6kB40V7yCIckQ7WeRtamo/1iZ6/6x7POHPM++fgHiPQH2kxD/Y8 NZbKSNC+2Y4ePaTM5105J3C+IqqvnXFnrG24eo2veVUdXjeGxBsYeAXZ59x2aOIRDJOv pJVZm7oeFU+5OGjWckmOnM9Oysprv0fTDWk3JkJ5wuG7JclTy3Y90n3W+9IYzJ6WE4Lw M/ELXHNjQGCqAxZBh5etSIgn6K7aIR3WRs4l92cGQPhZRo+DzcuI3yRS+qpkKVXVxYBD sz35TCfF/CQnePk8AvavHaFDKQhopl38hWM0f9wuHzJqtV/cvOLHrvFstzRhry6pRY+I r7Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CQ0Gw/mpbcpBeSpbDgIZQZCzs4nhIZwHYXzWRVZh+8M=; b=Koes1to8AjSjY8SpwosY9NJWu6YTPyIn9p49kdWMBox2KYFuDDknBVRa+RzQCeK49c biTWXyFxIs5M2Er2fiQJ1h6QYr8MtDTi+lSsAC/ZsITnxUWtW6w9vSFCJfW35/GzqcMf S5YsjHJJa9AZNX7kIqwVO2916HpW6PrD1njkqv9PP8MQiiPRMWsJ35N2QHTlqhJ1xcXr 9AurqAEabyXBWjDl1GKjGBHGJx684EE0F7789bufGF9eYDO7zi9mokW6smqp1HjyWhuW oHviQfZS+XgvNmorehijTEijM0hWemoUfsY8ie//vSvdm8dnV4ru4MDljqYWFF7XT7Xf 2RPQ== X-Gm-Message-State: AA6/9Rn7xvjWcMkyUX//UcM+8rLp1LfVM8ON4pvh6nHNbPYQFY0WZkfMzl92SbgjMg178C/kuIxjcW9ngnfmRQ== X-Received: by 10.237.41.6 with SMTP id s6mr31695430qtd.153.1475042967150; Tue, 27 Sep 2016 23:09:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <160925155112.ZM23899@torch.brasslantern.com> References: <160925155112.ZM23899@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Wed, 28 Sep 2016 08:09:06 +0200 Message-ID: Subject: Re: PATCH: [for consideration] TMPSUFFIX To: Bart Schaefer Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On 26 September 2016 at 00:51, Bart Schaefer wrote: > The signal queuing in utils.c was just something I noticed while looking > for the right place to put the TMPSUFFIX code. > > The addfilelist() is done whether or not we successfully opened the file, > because (a) it was that way before and (b) the name is returned either > way, so the caller might try to create the file itself. However, it > seems a bit odd that the failure of open() is mostly ignored? So I will be pasting the following to command line: () { local TMPSUFFIX=.md; vim =( git -C /homse/user/github/proj.git cat-file blob bb896f1d9350a95b0494508e671b8452933069a7 ) } # README.md Seems fair enough to me. Best regards, Sebastian Gniazdowski