On Tue, 19 Apr 2005 09:43:08 -0400, Raymond Toy <[EMAIL PROTECTED]> wrote:
> After some poking around, it seems lisp::lisp-command-line-list > contains the C argv array, so that would be a starting point. If > argv[0] isn't an absolute path, you can probably combine that with > (search-list "path:") to give you the full path name. Yeah, I thought about something like that myself. But that doesn't solve the problem if the user has done something like cd /opt/cmucl ./lisp and I seem to remember I've read somewhere that this is generally not the right way to determine the executable's location on a Unix system. Thanks anyway, Edi.
