From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: BBDB v3 approaching release Date: Wed, 29 May 2013 18:29:51 -0400 Message-ID: References: <20899.5836.285028.24953@gargle.gargle.HOWL> <87obbvwgw6.fsf@sbs.ch> <20901.8264.9162.330645@gargle.gargle.HOWL> <20902.12476.291747.710823@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369866616 12081 80.91.229.3 (29 May 2013 22:30:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 May 2013 22:30:16 +0000 (UTC) Cc: Christian Egli , Roland Winkler , emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 30 00:30:15 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uhosp-0005uI-1S for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 00:30:15 +0200 Original-Received: from localhost ([::1]:56393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhoso-0008JH-LE for ged-emacs-devel@m.gmane.org; Wed, 29 May 2013 18:30:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhosf-0008FC-Pe for emacs-devel@gnu.org; Wed, 29 May 2013 18:30:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uhosb-0002hH-AS for emacs-devel@gnu.org; Wed, 29 May 2013 18:30:05 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:41270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhosW-0002fl-7z; Wed, 29 May 2013 18:29:56 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r4TMTqn3012522; Wed, 29 May 2013 18:29:52 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id DAC2CB4319; Wed, 29 May 2013 18:29:51 -0400 (EDT) In-Reply-To: <20902.12476.291747.710823@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Wed, 29 May 2013 18:45:48 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4594=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4594> : streams <970466> : uri <1433555> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159905 Archived-At: >> You *really* want to stick to the ELPA format. It's simple and >> straightforward for you, and for the end-users. > How do I configure install locations of a package if it's in ELPA > format? You don't. > Especially, if the package has non-lisp components? You leave them alongside the Elisp files. And when you need them, your Elisp package will find them by looking around itself (it can get access to its own location via `load-file-name'). Stefan