From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Don't concat directories to file names Date: Thu, 14 Jun 2007 23:17:07 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181855837 4794 80.91.229.12 (14 Jun 2007 21:17:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 21:17:17 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 23:17:15 2007 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 1Hywgr-0006lD-E6 for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 23:17:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hywgq-0008Bv-Te for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 17:17:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hywgm-0008Ax-HM for emacs-devel@gnu.org; Thu, 14 Jun 2007 17:17:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hywgm-0008Al-6h for emacs-devel@gnu.org; Thu, 14 Jun 2007 17:17:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hywgm-0008Ai-1Y for emacs-devel@gnu.org; Thu, 14 Jun 2007 17:17:08 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hywgl-0004C8-Ow for emacs-devel@gnu.org; Thu, 14 Jun 2007 17:17:07 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 55so592332wri for ; Thu, 14 Jun 2007 14:17:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ow2gRXqBhBX3U3U89YBxDkgR7W5H1QYYkpUxMUzw69qN7DwJ/P6mlJKL5PaSScu7YB/0Xveam/FzqVAhfBw0qzp7WbWmi4wLlUHaIHHrnWcTSFNvOaZwOl6XbNKc2p5zwYCyyPv99KzYMFb1yD5t+Cz/L/ge7Yy3UgWcTuE+3YA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kCFMofJpDmFOJfZR+LQdttVojqdxuuIlPIEVX7n9o+8SgoUH5pa8WG9eQrUe3FHGJ+kF98dLNEvaMuI7CnEP884hklyuGFAFyWIfCdsjmDmfy+1mAB6qWNkz9I2Msjscr4Gnxn3gtaNjphAl9FGUvC3z9eToDXCnn/5pBKPCcMI= Original-Received: by 10.90.90.16 with SMTP id n16mr2190866agb.1181855827254; Thu, 14 Jun 2007 14:17:07 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Thu, 14 Jun 2007 14:17:07 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:72902 Archived-At: On 6/14/07, Tom Tromey wrote: > Sounds good to me. > IMO, if ~/.emacs.d does not exist, and it is what we prefer for the > future, we should create it here. I'm not sure. I think the user should be responsible of creating ~/.emacs.d/ if he wants it. Otherwise, if he doesn't want it, the only way to have the config files in ~/ would be to customize every *-file or *-directory option... The setup I propose has the advantage that old setup files are respected, but if you create ~/.emacs.d/ any new setup file will automatically go there. Juanma