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: Tramp as ELPA package Date: Mon, 27 Aug 2018 18:09:23 +0300 Message-ID: <831saj6e3g.fsf@gnu.org> 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> <878t4t9f7g.fsf@gmx.de> <83o9dp56fv.fsf@gnu.org> <874lfh9duc.fsf@gmx.de> <83k1od54s1.fsf@gnu.org> <87zhx88er7.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1535382743 9535 195.159.176.226 (27 Aug 2018 15:12:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2018 15:12:23 +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 Mon Aug 27 17:12: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 1fuJBj-0002N8-Fj for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2018 17:12:19 +0200 Original-Received: from localhost ([::1]:33840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuJDp-0001tq-0l for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2018 11:14:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuJDa-0001p1-C5 for emacs-devel@gnu.org; Mon, 27 Aug 2018 11:14:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuJ8z-0007Bm-GI for emacs-devel@gnu.org; Mon, 27 Aug 2018 11:09:32 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuJ8z-0007Bg-BZ; Mon, 27 Aug 2018 11:09:29 -0400 Original-Received: from [176.228.60.248] (port=4105 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fuJ8y-0007az-Uu; Mon, 27 Aug 2018 11:09:29 -0400 In-reply-to: <87zhx88er7.fsf@gmx.de> (message from Michael Albinus on Mon, 27 Aug 2018 09:12:12 +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:228973 Archived-At: > From: Michael Albinus > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Mon, 27 Aug 2018 09:12:12 +0200 > > > Not sure I understand the question. You provide the files for the > > package, don't you? And 'dir' is just a file to provide, no? So run > > install-info on your system, where you already have the manual > > formatted into Info files, and then add the produced 'dir' file to the > > repository. > > An ELPA core package contains only files from the Emacs repository. In > the file "externals-list" of the elpa git repository you declare, which > files belong to this package. That's all. Then what was that configure.ac whose patch you posted up-thread? Anyway, you could add the Emacs's 'dir' file, couldn't you?