From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: persistent storage for Emacs packages Date: Sat, 19 Oct 2013 00:49:49 +0200 Message-ID: <1690382.jyRQC1kxkj@descartes> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382136616 8556 80.91.229.3 (18 Oct 2013 22:50:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 22:50:16 +0000 (UTC) Cc: Tyler Smith , Josh , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 19 00:50:17 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 1VXIs3-0002Br-Fg for ged-emacs-devel@m.gmane.org; Sat, 19 Oct 2013 00:50:15 +0200 Original-Received: from localhost ([::1]:59630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXIs3-0004gS-5h for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 18:50:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXIru-0004aC-AP for emacs-devel@gnu.org; Fri, 18 Oct 2013 18:50:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXIro-0003hF-G0 for emacs-devel@gnu.org; Fri, 18 Oct 2013 18:50:06 -0400 Original-Received: from ptmx.org ([178.63.28.110]:58783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXIro-0003h8-8d for emacs-devel@gnu.org; Fri, 18 Oct 2013 18:50:00 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 8FEA32B00A; Sat, 19 Oct 2013 00:49:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tAovnwmSq-xF; Sat, 19 Oct 2013 00:49:57 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 9D9E822141; Sat, 19 Oct 2013 00:49:56 +0200 (CEST) User-Agent: KMail/4.10.5 (Linux/3.8.0-30-generic; KDE/4.10.5; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:164335 Archived-At: On Friday 18 October 2013 15:37:19 Josh wrote: > On Fri, Oct 18, 2013 at 12:54 PM, Stefan Monnier >=20 > wrote: > >> several minutes, but only needs to be done once. Where should I be= saving > >> this data? > >=20 > > How 'bout ~/.emacs.d/grass-data ? >=20 > I think you mean (expand-file-name "grass-data" user-emacs-directory)= > or similar. I think (locate-user-emacs-file "grass-data") would be better. Something like (defcustom grass-data-file (locate-user-emacs-file "grass-data") :type 'file :group 'grass) Regards, R=C3=BCdiger