[Ecls-list] Any support for a ~/.eclinit.lisp?
Juan Jose Garcia-Ripoll
worm at arrakis.es
Fri Jun 27 06:38:01 UTC 2003
On Friday 27 June 2003 14:58, Dave Pearson wrote:
> I've just this moment done an update to a slightly earlier initial pull
> from CVS and:
> ,----
> | 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")
> `----
Make sure that you are the main CVS trunk. (It should be called HEAD) See the
log below for top.lsp. There is a branch NEW_COMPILER, which I used for some
experimental code. This branch is no longer used. Normally a "cvs update -r
HEAD -C" should bring your source tree to the latest version.
RCS file: /cvsroot/ecls/ecls/src/lsp/top.lsp,v
Working file: src/lsp/top.lsp
head: 1.15
branch:
locks: strict
access list:
symbolic names:
NEW_COMPILER: 1.13.0.2
ECL_0_9: 1.13
STABLE: 1.13
ECL_0_8: 1.10
ECL_0_6: 1.9
ECLS_0_5: 1.7
ECLS_0_4: 1.5
ECLS_0_3: 1.4
ECLS_0_2: 1.1.1.1
start: 1.1.1.1
vendor: 1.1.1
keyword substitution: kv
total revisions: 22; selected revisions: 22
description:
----------------------------
revision 1.15
date: 2003/06/27 10:22:59; author: jjgarcia; state: Exp; lines: +1 -3
Use also ~/.ecl[.lsp] as initialization file
----------------------------
revision 1.14
date: 2003/05/26 09:49:55; author: jjgarcia; state: Exp; lines: +12 -7
Merge NEW_COMPILER 25.05.03
----------------------------
revision 1.13
date: 2003/03/17 10:40:00; author: jjgarcia; state: Exp; lines: +5 -2
branches: 1.13.2;
Bunch of fixes. See CHANGELOG.
----------------------------
More information about the ecl-devel
mailing list