From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,RDNS_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: (qmail 17486 invoked from network); 16 Mar 2020 18:37:06 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from unknown (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTP; 16 Mar 2020 18:37:06 -0000 Received: (qmail 19489 invoked by alias); 16 Mar 2020 18:36:54 -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: List-Unsubscribe: X-Seq: 45567 Received: (qmail 13130 invoked by uid 1010); 16 Mar 2020 18:36:54 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25751. spamassassin: 3.4.2. Clear:RC:0(66.111.4.26):SA:0(-2.6/5.0):. Processed in 4.583226 secs); 16 Mar 2020 18:36:54 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeffedguddugecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkjghfofggtgfgsehtqhdttdertdejnecuhfhrohhmpeffrghn ihgvlhcuufhhrghhrghfuceougdrshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmhgvqe enucfkphepuddtledrieegrddvvddrudeikeenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpegurdhssegurghnihgvlhdrshhhrghhrghfrdhnrg hmvg X-ME-Proxy: Date: Mon, 16 Mar 2020 18:36:07 +0000 From: Daniel Shahaf To: Peter Stephenson Cc: Subject: Re: PATCH: sshfs user-side automount Message-ID: <20200316183607.2c67d48f@tarpaulin.shahaf.local2> In-Reply-To: <1584353505.4512.3.camel@samsung.com> References: <1581954328.4418.19.camel@samsung.com> <20200218104451.1813845b@tarpaulin.shahaf.local2> <1582024239.4529.13.camel@samsung.com> <1584353505.4512.3.camel@samsung.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Peter Stephenson wrote on Mon, 16 Mar 2020 10:11 +0000: > (Lines are marked as "preformatted" in Evolution --- I hope that removes > hard spaces.) That seems to have made no difference. You might find it easier to run =C2=ABgit format-patch -1=C2=BB and then at= tach the resulting file. > +the default behaviour is equivalent to the following value: > +example(zstyle ':chwpd:sshfs:' command-path sshfs -o workaround=3Drename) According to the sshfs(1) man page, the "buflimit" workaround is enabled by default. Is the "buflimit" workaround enabled when sshfs(1) is invoked as =C2=ABsshfs -o workaround=3Drename=C2=BB? I.e., does defaulting the "rename" workaround enabled effectively change sshfs(1)'s default behaviour? Cheers, Daniel