[Ecls-list] Any support for a ~/.eclinit.lisp?
Marco Antoniotti
marcoxa at cs.nyu.edu
Fri Jun 27 08:08:05 UTC 2003
Ahem... I have seen this and...
On Friday, Jun 27, 2003, at 10:38 America/New_York, Dave Pearson wrote:
> * Dave Pearson <davep at davep.org> [2003-06-27 15:07:32 +0100]:
>
>> * Juan Jose Garcia-Ripoll <worm at arrakis.es> [2003-06-27 15:36:49
>> +0200]:
>>
>>> [SNIP] Normally
>>> a "cvs
>>> update -r HEAD -C" should bring your source tree to the latest
>>> version.
>>
>> Trying again right now, thanks.
>
> Hmm, did that, no change:
>
> ,----
> | davep at hagbard:/usr/local/src/ecl/src/lsp$ grep "def.*init-file"
> top.lsp
> | ;(defvar *lisp-init-file-list* '("./init" "~/.ecl"))
> | (defvar *lisp-init-file-list* '("./init")
Maybe
(defvar *lisp-init-file-list* (list (make-pathname :name ".ecl"
:defaults (user-homedir-pathname))
(make-pathname
:name ".ecl" :defaults (user-homedir-pathname)))
Is a better default?
Cheers
--
Marco Antoniotti
NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
715 Broadway 10th FL fax. +1 - 212 - 998 3484
New York, NY, 10003, U.S.A.
More information about the ecl-devel
mailing list