From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] new package: tramp-docker Date: Mon, 3 Oct 2022 09:45:43 -0400 Message-ID: <77917a56-7bce-d52c-122f-f9273d678896@spork.org> References: Reply-To: Brian Cully Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24891"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 03 15:51:21 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ofLqo-0006GT-2w for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Oct 2022 15:51:21 +0200 Original-Received: from localhost ([::1]:38644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ofLql-0003Vq-8j for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Oct 2022 09:51:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofLm2-000869-Hp for emacs-devel@gnu.org; Mon, 03 Oct 2022 09:46:22 -0400 Original-Received: from coleridge.kublai.com ([166.84.7.167]:58209 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofLm0-0002ev-2e for emacs-devel@gnu.org; Mon, 03 Oct 2022 09:46:22 -0400 Original-Received: from [192.168.1.5] (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 5C07CA96B for ; Mon, 3 Oct 2022 09:45:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1664804746; bh=2UfYgNs7r0DomCq/jcVkuojH5DlbAbWkgJ4qfID9Yso=; h=Date:From:Subject:References:Reply-To:To:In-Reply-To; b=hqLBH4F7mn49PpyzjG6Jh2uqk1vxRPvg7P3tgP9TTldboBPWo/YBquTjMD86YFITx YdRiAPXXM7cq+mM0v4/m+mLExrIMU6F04N/iDZ0Pf/xEEcNg8Tb8RXIm542NObHnjY mF9/6d6GbieMHWblwBfrDDnOFPSvCizOJ7OCfY6c= Content-Language: en-US In-Reply-To: Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-1.467, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" X-ACL-Warn: , Brian Cully Xref: news.gmane.io gmane.emacs.devel:296748 Archived-At: [resending to emacs-devel, as I managed to drop it from the Cc list] On 10/3/22 09:03, Philippe Vaucher wrote: > So, if I understand correctly tramp-docker is a rewrite of docker-tramp > just so it can be included in ELPA? This is correct. Although it has now been moved into Tramp directly so it will be included in Emacs 29.1. -bjc