From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Don't concat directories to file names Date: Thu, 21 Jun 2007 10:23:51 +0200 Message-ID: <86odj9n2aw.fsf@lola.quinscape.zz> References: <86r6o91zmd.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182414248 17806 80.91.229.12 (21 Jun 2007 08:24:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 08:24:08 +0000 (UTC) Cc: stephen@xemacs.org, emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, miles@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 10:24:06 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 1I1HxP-0002dU-CK for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 10:23:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1HxO-0004qg-TC for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 04:23:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1HxL-0004qJ-LD for emacs-devel@gnu.org; Thu, 21 Jun 2007 04:23:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1HxJ-0004pb-V1 for emacs-devel@gnu.org; Thu, 21 Jun 2007 04:23:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1HxJ-0004pC-OC for emacs-devel@gnu.org; Thu, 21 Jun 2007 04:23:53 -0400 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1HxI-0006Fp-O8 for emacs-devel@gnu.org; Thu, 21 Jun 2007 04:23:53 -0400 Original-Received: from quinscape.de (dslnet.212-29-44.ip210.dokom.de [212.29.44.210] (may be forged)) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id KAA06589 for ; Thu, 21 Jun 2007 10:23:50 +0200 X-Delivered-To: Original-Received: (qmail 14794 invoked from network); 21 Jun 2007 08:23:51 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 21 Jun 2007 08:23:51 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 6AB618FC8E; Thu, 21 Jun 2007 10:23:51 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Thu\, 21 Jun 2007 10\:11\:09 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:73505 Archived-At: "Juanma Barranquero" writes: > So locate-user-emacs-directory does not describe what the function > does, and locate-user-emacs-file would be confusing: it does not > return the path of the "emacs file" (presumable .emacs). locate-user-file ? locate-user-emacs-file could have the file name argument optional, defaulting to .emacs/init.el or something. -- David Kastrup