Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!AMES.ARC.NASA.GOV!pacbell!acsdev!phr From: pacbell!acsdev!phr@AMES.ARC.NASA.GOV Newsgroups: gnu.emacs.bug Subject: inferior lisp mode deficiency Message-ID: <9002071042.AA25989@ames.arc.nasa.gov> Date: 7 Feb 90 10:42:29 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 5 The inferior-lisp-program variable should provide a way to pass command line arguments to the lisp to be run in inferior lisp mode. Either it could be a list with the program name and its args, or it could be passed to a shell instead of exec so that it would be parsed. I don't know which is better, or if other possibilities exist.