From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tramp as ELPA package Date: Sun, 26 Aug 2018 12:26:10 -0400 Message-ID: References: <20180819204918.GA3934@ACM> <20180821162043.GA3946@ACM> <20180823213418.GA32596@ACM> <83lg8w9mt2.fsf@gnu.org> <871saoc70o.fsf@gmx.de> <87wosebzur.fsf_-_@gmx.de> <87tvnh9yg6.fsf@gmx.de> <87k1odywko.fsf@tromey.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1535301054 17535 195.159.176.226 (26 Aug 2018 16:30:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2018 16:30:54 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , Michael Albinus , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 18:30:50 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 1ftxw8-0004Qe-ML for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2018 18:30:48 +0200 Original-Received: from localhost ([::1]:49675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftxyF-0007BR-1A for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2018 12:32:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftxwy-0006vn-4V for emacs-devel@gnu.org; Sun, 26 Aug 2018 12:31:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ftxrl-0004Ws-5F for emacs-devel@gnu.org; Sun, 26 Aug 2018 12:26:17 -0400 Original-Received: from pmta11.teksavvy.com ([76.10.157.34]:3355) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1ftxrh-0004UH-HC; Sun, 26 Aug 2018 12:26:13 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2EWBgBi1IJb/z6ZCkxaGQEBAQEBAQEBA?= =?us-ascii?q?QEBAQcBAQEBAYNPgWSISIRBi0MBggwTIAGXbAuEYwMEAgKDECI4FAECAQEBAQE?= =?us-ascii?q?BAgICaSiFOQEEAVYjBQsLNBIUGA0kgzWBeQijG4pfiW2CAIESgxKKVgKbLAmJK?= =?us-ascii?q?wWGVoExAYcGhhGTPQyBWCKBUjMaCDCDJZBuI40fAQE?= X-IPAS-Result: =?us-ascii?q?A2EWBgBi1IJb/z6ZCkxaGQEBAQEBAQEBAQEBAQcBAQEBAYN?= =?us-ascii?q?PgWSISIRBi0MBggwTIAGXbAuEYwMEAgKDECI4FAECAQEBAQEBAgICaSiFOQEEA?= =?us-ascii?q?VYjBQsLNBIUGA0kgzWBeQijG4pfiW2CAIESgxKKVgKbLAmJKwWGVoExAYcGhhG?= =?us-ascii?q?TPQyBWCKBUjMaCDCDJZBuI40fAQE?= X-IronPort-AV: E=Sophos;i="5.53,291,1531800000"; d="scan'208";a="45194946" Original-Received: from 76-10-153-62.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([76.10.153.62]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Aug 2018 12:26:10 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 3C19AAE240; Sun, 26 Aug 2018 12:26:10 -0400 (EDT) In-Reply-To: <87k1odywko.fsf@tromey.com> (Tom Tromey's message of "Sun, 26 Aug 2018 09:30:31 -0600") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.34 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:228937 Archived-At: > FWIW I've made a package that consists of nothing but info -- I turned > the Python documentation into info and packaged it so it was easier to > install across multiple machines. I think people have done this with > RnRS and/or the CL hyperspec as well. There's also `ada-ref-man` in GNU ELPA. Stefan