From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: desktop and ~/.emacs.d/ Date: Mon, 14 Sep 2009 16:43:13 +0200 Message-ID: References: <4AA1B07E.3080703@alice.it> <4AAABF56.40802@alice.it> <4AAB5BD0.2010503@alice.it> <4AACEE4F.6060404@alice.it> <874or67rt9.fsf_-_@marauder.physik.uni-ulm.de> <33149.130.55.118.19.1252938144.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1252939436 18729 80.91.229.12 (14 Sep 2009 14:43:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 14:43:56 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 14 16:43:48 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnCmQ-0001Uf-6V for ged-emacs-devel@m.gmane.org; Mon, 14 Sep 2009 16:43:46 +0200 Original-Received: from localhost ([127.0.0.1]:48454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnCmP-0004o5-NE for ged-emacs-devel@m.gmane.org; Mon, 14 Sep 2009 10:43:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnCmK-0004nX-2X for emacs-devel@gnu.org; Mon, 14 Sep 2009 10:43:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnCmE-0004mI-UL for emacs-devel@gnu.org; Mon, 14 Sep 2009 10:43:39 -0400 Original-Received: from [199.232.76.173] (port=46887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnCmE-0004mF-RD for emacs-devel@gnu.org; Mon, 14 Sep 2009 10:43:34 -0400 Original-Received: from mail-yw0-f190.google.com ([209.85.211.190]:37837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnCmE-0004mj-Eq for emacs-devel@gnu.org; Mon, 14 Sep 2009 10:43:34 -0400 Original-Received: by ywh28 with SMTP id 28so4633863ywh.15 for ; Mon, 14 Sep 2009 07:43:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=v1Lb3G4zHbxHJVlRcNG+9vvjpOa2FL3OleIrTwsnN4g=; b=TtZWk3a34+4Cjw7bazNKhnJehXrEFoGMvXxEKvx9sejazFoSOziT27041UPkzd4xW6 C/nX7KhAvA5NIw3KDDwjiJvDoUc589WY8YAWWB3lyu0I2mGQsx24so5LLTndvQy2dTfd XEYVjWoCQ/TIJ7w7gBR4jR2P6tZcOoAocopuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=x2Fx7S8aNYlUFDOcfyAeiON5iFCXsRnUdVsv/JKT2SbW7QKEGztrKkvfrfO68JcuTi FSEiEr3ZACdh32ee6UGkA5EzV08Vo5ZFJke00rYhh7iS+8ekTJzyt0JAwCJyxeS+6Sf4 XvUFa4xGHz6ojNuYmk+6GzEftdWGZJLuqDkTY= Original-Received: by 10.101.107.2 with SMTP id j2mr6259444anm.135.1252939413961; Mon, 14 Sep 2009 07:43:33 -0700 (PDT) In-Reply-To: <33149.130.55.118.19.1252938144.squirrel@webmail.lanl.gov> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115305 Archived-At: On Mon, Sep 14, 2009 at 4:22 PM, Davis Herring wrote: >> Duh! Sorry, I've made that change locally so long ago that I forgot that >> it's not yet standard. >> Any objection to the patch below? > > Sounds fine to me; in fact, it might make sense for .emacs.d to be offered > as the default location (rather than the directory current at the first > invocation of `desktop-save', that `interactive' picks). A very welcome patch... ;-)