From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josh Newsgroups: gmane.emacs.devel Subject: Re: persistent storage for Emacs packages Date: Fri, 18 Oct 2013 15:37:19 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1382135880 398 80.91.229.3 (18 Oct 2013 22:38:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 22:38:00 +0000 (UTC) Cc: Tyler Smith , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 19 00:38:03 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 1VXIgF-00039u-9m for ged-emacs-devel@m.gmane.org; Sat, 19 Oct 2013 00:38:03 +0200 Original-Received: from localhost ([::1]:59604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXIgE-0001dp-Uk for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 18:38:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXIg7-0001dZ-5r for emacs-devel@gnu.org; Fri, 18 Oct 2013 18:37:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXIg2-0008N4-DZ for emacs-devel@gnu.org; Fri, 18 Oct 2013 18:37:55 -0400 Original-Received: from mail-qe0-f50.google.com ([209.85.128.50]:54670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXIg2-0008Mx-A2 for emacs-devel@gnu.org; Fri, 18 Oct 2013 18:37:50 -0400 Original-Received: by mail-qe0-f50.google.com with SMTP id 1so2360755qee.9 for ; Fri, 18 Oct 2013 15:37:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=bHq1B4HHXoTwGHerYNk30bDIMjOjWri2A21lwWEztNk=; b=QlDT+yVUVZUU+8j3BsEFAprDTV70DCwogC77n2dd5XrnhlsH0R/MlBmoTyCdHgoLOl y12hPIMDbmChVoaEoPN2eni//pZsiGzmBqoU3k3SJdQ3nRX5HBBq4UkkrtkXxo3Pz+Of PZwmLi7HRhsPvXMy2qm2g1TOZm98VurEMf2GSNxQvH8vFjdHSwJlfqwSHslJQnjjme/e bkMsi9lc+bG8V+5Y+JhKnfhFfzeN96Uy03ifnuInQIcIAtvD/P1WQrRksumqeiX/p3RH nIQKhFGYOuTzaE4DGCdgUOEEVP4uZC/6t+i4KO6/1zylxa04m7GLxnZdJOu/iEufcXjf MT8A== X-Gm-Message-State: ALoCoQnJlZqWl9v0mjKJDLXb8TaJt2DHor848iUySiIa/ysyXXZWrY9MC9RE6viFRuPL8z1phNXb X-Received: by 10.224.67.3 with SMTP id p3mr7687613qai.98.1382135869541; Fri, 18 Oct 2013 15:37:49 -0700 (PDT) Original-Received: by 10.49.38.162 with HTTP; Fri, 18 Oct 2013 15:37:19 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: fu80bvJ7xJLNLZmBKBIGwDq86N4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.128.50 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:164332 Archived-At: On Fri, Oct 18, 2013 at 12:54 PM, Stefan Monnier wrote: >> several minutes, but only needs to be done once. Where should I be saving >> this data? > > How 'bout ~/.emacs.d/grass-data ? I think you mean (expand-file-name "grass-data" user-emacs-directory) or similar.