From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Introducing thread-safe Tramp Date: Tue, 07 Aug 2018 19:24:13 +0300 Message-ID: <83y3dip2ky.fsf@gnu.org> References: <8736wa9c5s.fsf@gmx.de> <878t5tdsfc.fsf@gmx.de> <83wotcpzub.fsf@gnu.org> <87bmaiuwml.fsf@gmx.de> <877el6uwio.fsf@gmx.de> <83bmaitbwu.fsf@gnu.org> <87a7q2w4gd.fsf@gmx.de> <838t5mt9wb.fsf@gnu.org> <87muu2w2c2.fsf@gmx.de> <83600qt8mi.fsf@gnu.org> <87in4qw1fl.fsf@gmx.de> <834lgat6fy.fsf@gnu.org> <87effevy41.fsf@gmx.de> <83zhy2rnef.fsf@gnu.org> <871sbdw389.fsf@gmx.de> <83y3dksvhy.fsf@gnu.org> <87d0uvwysw.fsf@gmx.de> <87a7py8dh5.fsf@gmx.de> <87ftzqns7r.fsf@rub.de> <87y3diuq50.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1533658944 24804 195.159.176.226 (7 Aug 2018 16:22:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2018 16:22:24 +0000 (UTC) Cc: stephen.berman@gmx.net, fgunbin@fastmail.fm, drew.adams@oracle.com, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 18:22:19 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fn4kV-0006N3-Op for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2018 18:22:19 +0200 Original-Received: from localhost ([::1]:40006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fn4mb-0004b8-Au for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2018 12:24:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fn4mP-0004a0-E9 for emacs-devel@gnu.org; Tue, 07 Aug 2018 12:24:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fn4mM-0002X5-O2 for emacs-devel@gnu.org; Tue, 07 Aug 2018 12:24:17 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fn4mM-0002X1-K6; Tue, 07 Aug 2018 12:24:14 -0400 Original-Received: from [176.228.60.248] (port=3228 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fn4mM-00021w-13; Tue, 07 Aug 2018 12:24:14 -0400 In-reply-to: <87y3diuq50.fsf@gmx.de> (message from Michael Albinus on Tue, 07 Aug 2018 17:56:27 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228288 Archived-At: > From: Michael Albinus > Cc: Eli Zaretskii , Filipp Gunbin , drew.adams@oracle.com, emacs-devel@gnu.org > Date: Tue, 07 Aug 2018 17:56:27 +0200 > > >>> +If this option is @code{nil} (the default), visiting a file is > >>> +performed synchronously. A regexp value let files, which name matches > >>> ^^^ > >>> lets > > ^ and no comma here > > But shouldn't then both commas be removed? Yes. > "A regexp value lets files which name matches the regexp being visited > asynchronously, ..." ^^^^^ "whose", not "which" I'd actually reword slightly: A regexp value means visit asynchronously any file whose name matches the regexp.