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: Sat, 28 Jul 2018 10:01:40 +0300 Message-ID: <83pnz7rgh7.fsf@gnu.org> References: <8736wa9c5s.fsf@gmx.de> <87wotkn6do.fsf@gmx.de> <874lgn8x6l.fsf@gmx.de> <87sh44pisz.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1532761187 15750 195.159.176.226 (28 Jul 2018 06:59:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 28 Jul 2018 06:59:47 +0000 (UTC) Cc: michael.albinus@gmx.de, drew.adams@oracle.com, emacs-devel@gnu.org To: Filipp Gunbin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 28 08:59:42 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 1fjJCY-00040E-B9 for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2018 08:59:42 +0200 Original-Received: from localhost ([::1]:44112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjJEf-0002aN-7m for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2018 03:01:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjJEV-0002aD-ED for emacs-devel@gnu.org; Sat, 28 Jul 2018 03:01:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjJES-0004Xk-DN for emacs-devel@gnu.org; Sat, 28 Jul 2018 03:01:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjJES-0004Xb-93; Sat, 28 Jul 2018 03:01:40 -0400 Original-Received: from [176.228.60.248] (port=3457 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fjJER-0007yR-10; Sat, 28 Jul 2018 03:01:39 -0400 In-reply-to: (message from Filipp Gunbin on Sat, 28 Jul 2018 03:14:39 +0300) 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:227899 Archived-At: > From: Filipp Gunbin > Date: Sat, 28 Jul 2018 03:14:39 +0300 > Cc: Drew Adams , emacs-devel@gnu.org > > > It is user-visible. If you visit a file asynchronously, Emacs is still > > responsive, and you can run other commands. For example, during > > asynchronous loading of /ssh::~/src/emacs/admin/* I was still able to > > call gnus and read my emails. > > Yes, it is. But.. it changes how the command runs, not what it does > (the result is the same, whether sync or async). The result is the same in most cases, but the user-facing behavior is very different.