[Ecls-list] Any support for a ~/.eclinit.lisp?

Juan Jose Garcia-Ripoll worm at arrakis.es
Fri Jun 27 09:27:07 UTC 2003


On Friday 27 June 2003 17:07, Marco Antoniotti wrote:
> > | ;(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)))

What about making ECL understand ".ecl.lsp"? ;-) I have fixed this today. Now 
".ecl.lsp" is equivalent to (MAKE-PATHNAME :NAME ".ecl" :TYPE ".lsp"), just 
like CMUCL does. There is no need then for the MAKE-PATHNAME.

Juanjo




More information about the ecl-devel mailing list