[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lisp init file hanging around



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.