|
From: | Kevin Rodgers |
Subject: | Re: install.el |
Date: | Thu, 19 Jun 2003 15:33:13 -0600 |
User-agent: | Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
Stefan Monnier wrote:
(defcustom install-home-file (or user-init-file "~/.emacs")^^^^^^^^^^ This should be ``(convert-standard-filename "~/.emacs")'', for those platforms where .emacs is an invalid file name.Actually, I'm not even sure if it shouldn't just be user-init-file.Or default.el or site-run-file, for people maintaining Emacs for multiple users at their site.This is handled elsewhere in install.el. Please read the code (it's not that long, really ;-)
Ah, very nice! -- <a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
[Prev in Thread] | Current Thread | [Next in Thread] |