From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Don't concat directories to file names Date: Fri, 15 Jun 2007 02:10:06 +0900 Message-ID: <87wsy6cvip.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181840395 13487 80.91.229.12 (14 Jun 2007 16:59:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 16:59:55 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 18:59:52 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 1Hysfo-0007Rn-80 for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 18:59:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hysfn-000462-QE for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 12:59:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hysfj-000445-VG for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:59:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hysfj-000428-2J for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:59:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hysfi-00041m-R9 for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:59:46 -0400 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hysfh-0001Ac-MA; Thu, 14 Jun 2007 12:59:45 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id 173121535AC; Fri, 15 Jun 2007 01:59:42 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 3216A1A260D; Fri, 15 Jun 2007 02:10:09 +0900 (JST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" (+CVS-20070324) XEmacs Lucid X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72881 Archived-At: Juanma Barranquero writes: > I think we should add a function like the one below (with a better > name and docstring, of course) XEmacs has a whole API for finding user data. The main function is ---------------- `find-user-init-file' is a compiled Lisp function -- loaded from "/playpen/src/XEmacs/git-staging/lisp/startup.elc" (find-user-init-file &optional INIT-DIRECTORY HOME-DIRECTORY) Documentation: Determine the user's init file. ---------------- The author is probably Michael Sperber .