Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: [for consideration] TMPSUFFIX
- X-seq: zsh-workers 39469
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: [for consideration] TMPSUFFIX
- Date: Wed, 28 Sep 2016 08:09:06 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- 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==
- In-reply-to: <160925155112.ZM23899@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <160925155112.ZM23899@torch.brasslantern.com>
On 26 September 2016 at 00:51, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author