[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature request: view part of file
From: |
Paul Eggert |
Subject: |
Re: feature request: view part of file |
Date: |
Sat, 19 Jan 2013 11:00:21 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
On 01/19/2013 05:47 AM, Eli Zaretskii wrote:
> We cannot use O_TRUNC if the APPEND argument is non-nil, can we?
Right you are; thanks for catching that. I installed it as
trunk bzr 111559, with the following line instead:
open_flags |= EQ (mustbenew, Qexcl) ? O_EXCL : !NILP (append) ? 0 : O_TRUNC;