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: tar file-name-handler Date: Sat, 03 Feb 2018 14:36:42 +0200 Message-ID: <831si2b679.fsf@gnu.org> References: <87d11njtbg.fsf@gmx.de> <87r2q3xp2q.fsf@gmx.de> <87zi4qi7js.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1517661318 26588 195.159.176.226 (3 Feb 2018 12:35:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Feb 2018 12:35:18 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 03 13:35:13 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 1ehx2E-0006Ee-38 for ged-emacs-devel@m.gmane.org; Sat, 03 Feb 2018 13:35:10 +0100 Original-Received: from localhost ([::1]:52276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehx4D-0002he-Dr for ged-emacs-devel@m.gmane.org; Sat, 03 Feb 2018 07:37:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehx41-0002fu-2G for emacs-devel@gnu.org; Sat, 03 Feb 2018 07:37:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehx3x-0004sq-2Z for emacs-devel@gnu.org; Sat, 03 Feb 2018 07:37:01 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehx3w-0004sk-UY; Sat, 03 Feb 2018 07:36:57 -0500 Original-Received: from [176.228.60.248] (port=1376 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ehx3w-0005oa-A7; Sat, 03 Feb 2018 07:36:56 -0500 In-reply-to: <87zi4qi7js.fsf@gmx.de> (message from Michael Albinus on Sat, 03 Feb 2018 13:25:43 +0100) 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:222465 Archived-At: > From: Michael Albinus > Date: Sat, 03 Feb 2018 13:25:43 +0100 > Cc: emacs-devel@gnu.org > > Stefan Monnier writes: > > >> Ahh, yes. I do not add the entry into file-name-handler-alist yet during > >> autoload. Maybe we could add this, once it has been stabilized. > > > > Maybe adding it right away will help it stabilize? > > Done. First problem, unrelated to "stability": visiting a tar file on MS-Windows now displays an error message: Error: (user-error "Package `tramp-archive' not supported") although the archive is parsed correctly. And Tramp is loaded as result of visiting a Tar file, although it's unneeded and unhelpful.