unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: bad filename parsing in run-scheme
       [not found] <D59EA43E31578445B543D05854E295730132AC1C@mn65-exuser1.htc.honeywell.com>
@ 2002-08-20 17:21 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-08-20 17:21 UTC (permalink / raw)
  Cc: emacs-devel

    When run-scheme is called, the function scheme-args-to-list is called
    on the scheme-program-name.  Unfortunately, this function triggers on
    spaces, so we get the following behavior:

     (scheme-args-to-list "c:/program files/plt/mzscheme") -->
	 ("c:/program" "files/plt/mzscheme")

Could you please show us the entire series of precise commands
that you use to get to this point?

Please read the Bugs section in the Emacs manual, which provides
guidelines on how to write a bug report to give us the
necessary information so we can fix the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bad filename parsing in run-scheme
       [not found] <D59EA43E31578445B543D05854E295730132AC25@mn65-exuser1.htc.honeywell.com>
@ 2002-08-21  1:52 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-08-21  1:52 UTC (permalink / raw)
  Cc: emacs-devel

    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?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-21  1:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <D59EA43E31578445B543D05854E295730132AC25@mn65-exuser1.htc.honeywell.com>
2002-08-21  1:52 ` bad filename parsing in run-scheme Richard Stallman
     [not found] <D59EA43E31578445B543D05854E295730132AC1C@mn65-exuser1.htc.honeywell.com>
2002-08-20 17:21 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).