emacs-devel
[Top][All Lists]
Advanced

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

Re: bad filename parsing in run-scheme


From: Richard Stallman
Subject: Re: bad filename parsing in run-scheme
Date: Tue, 20 Aug 2002 19:52:51 -0600 (MDT)

    If my .emacs file contains the following:

    (setq scheme-program-name 
          "c:/program files/plt/mzscheme -f mzscheme_init.scm")

The variable name `scheme-program-name' implies that the value
must be a file name.  That string does not look like a file name.

The doc string of `run-scheme' suggests that the value can be a
command line rather than a file name.  That is an inconsistency,
and it's at the root of your problem.

Something ought to be done to clean this up.  Does anyone want to work
on it?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]