[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lisp init file hanging around
- To: SJOBRG at MIT-MC
- Subject: lisp init file hanging around
- From: JONL at MIT-MC (Jon L White)
- Date: Thu, 2 Aug 79 05:28:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 2 AUG 1979 0128-EDT
From: SJOBRG@MIT-AI
Date: Sun, 8 Jan 79 15:23:10 GMT
Original-Date: 08/01/79 11:23:10 EDT
Subject:
How come my LISP init file never gets closed during
a LISP session? Even doing a GC doesn't help ... I actually have
to kill the job before it closes.
Due entirely to your useless line of code
"(setq ^q nil)"
which causes the value of INFILE to be kept pointing at the init file,
rather than popping INSTACK at the EOF of the init. When that line is
removed, you win totally. Try :LISP SJOBRG;FOO
which is a copy of your init file with the offender removed.