From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: Installing binaries with package.el Date: Tue, 07 Feb 2017 06:29:17 +0100 Message-ID: <8760kmtvpu.fsf@mbork.pl> References: <3fdcbe78-969e-f9e1-2a9d-a5f8494c35b3@mit.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1486445385 17396 195.159.176.226 (7 Feb 2017 05:29:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2017 05:29:45 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50.3 Cc: Emacs developers To: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 06:29:42 2017 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 1cayLV-0004KM-Ps for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2017 06:29:41 +0100 Original-Received: from localhost ([::1]:52054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cayLb-0002ko-60 for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2017 00:29:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cayKh-0002jM-WE for emacs-devel@gnu.org; Tue, 07 Feb 2017 00:28:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cayKe-0000Nd-SR for emacs-devel@gnu.org; Tue, 07 Feb 2017 00:28:51 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:36210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cayKe-0000J3-Mu for emacs-devel@gnu.org; Tue, 07 Feb 2017 00:28:48 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 66F4AE69AB; Tue, 7 Feb 2017 06:28:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kE0lCnl-mYZU; Tue, 7 Feb 2017 06:28:39 +0100 (CET) Original-Received: from localhost (static-dwadziewiec-jedenpiec7.echostar.pl [109.232.29.157]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 1D2CEE664C; Tue, 7 Feb 2017 06:28:39 +0100 (CET) In-reply-to: <3fdcbe78-969e-f9e1-2a9d-a5f8494c35b3@mit.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 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:212077 Archived-At: On 2017-02-07, at 03:09, Cl=C3=A9ment Pit--Claudel wrot= e: > Hi emacs-devel, > > Can package.el install binaries? That is, if my package includes a com= mand line interface, can I ask package.el to install it to somewhere like= .emacs.d/bin, or ~/.bin? Or should I do this by adding autoloaded code = that runs at package installation time? What do I know, but doesn't pdf-tools do that exactly? Hth, --=20 Marcin Borkowski