From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Hadden, George D (MN65)" Newsgroups: gmane.emacs.bugs Subject: bad filename parsing in run-scheme Date: Mon, 19 Aug 2002 15:33:38 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C247BF.B308F6F0" X-Trace: main.gmane.org 1029789207 18575 127.0.0.1 (19 Aug 2002 20:33:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 19 Aug 2002 20:33:27 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17gtDD-0004ov-00 for ; Mon, 19 Aug 2002 22:33:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17gtEJ-0001MV-00; Mon, 19 Aug 2002 16:34:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17gtDp-0001Jd-00 for bug-gnu-emacs@gnu.org; Mon, 19 Aug 2002 16:33:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17gtDl-0001JR-00 for bug-gnu-emacs@gnu.org; Mon, 19 Aug 2002 16:33:57 -0400 Original-Received: from harpo.htc.honeywell.com ([129.235.65.32]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17gtDk-0001J4-00 for bug-gnu-emacs@gnu.org; Mon, 19 Aug 2002 16:33:52 -0400 Original-Received: from MN65-EXBH1.htc.honeywell.com (mn65-exbh1.htc.honeywell.com [129.235.69.236]) by harpo.htc.honeywell.com (8.9.1a/8.9.0) with ESMTP id PAA02201 for ; Mon, 19 Aug 2002 15:33:48 -0500 (CDT) Original-Received: by MN65-EXBH1.htc.honeywell.com with Internet Mail Service (5.5.2653.19) id ; Mon, 19 Aug 2002 15:33:48 -0500 Original-To: "'bug-gnu-emacs@gnu.org'" X-Mailer: Internet Mail Service (5.5.2653.19) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3247 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3247 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C247BF.B308F6F0 Content-Type: text/plain This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.1.1 (i386-msvc-nt5.1.2600) of 2001-10-22 on buffy configured using `configure --with-msvc (12.00)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: 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") run-scheme then complains that it can't find a program named "C:/program". One work-around is to use the short name found by typing dir/x to a dos window, but maybe there's a better way? Best regards, -geo --- George D. Hadden, PhD, Senior Research Fellow Honeywell Labs, 3660 Technology Drive, Minneapolis, MN 55418 george.d.hadden@no.honeywell.spam.com, (612)951-7769(voice), (612)951-7438(fax) Recent input: M-x r u n - s c h SPC C-x C-f m z SPC M-x r e p SPC o r t SPC Recent messages: Loading smtpmail...done Loading c:/geostuff/emacs/geotools.el (source)...done Loading c:/geostuff/emacs/printing.el (source)...done For information about the GNU Project and its goals, type C-h C-p. Loading image...done Loading cmuscheme...done Making completion list... Loading view...done Loading emacsbug...done read-string: Quit ------_=_NextPart_001_01C247BF.B308F6F0 Content-Type: text/html Content-Transfer-Encoding: quoted-printable

This bug report will be sent to the Free = Software Foundation,

not<= /span> = to your local site managers!

Please write in English, because the Emacs maintainers do not = have

translators= = to read other languages for them.

 

Your bug report will be posted to the = bug-gnu-emacs@gnu.org mailing list,

and<= /span> = to the gnu.emacs.bug news = group.

 

In GNU Emacs = 21.1.1 (i386-msvc-nt5.1.2600)

 of 2001-10-22 on buffy

configured<= /font> = using `configure --with-msvc = (12.00)'

Important = settings:

  = value of $LC_ALL: nil

  = value of $LC_COLLATE: = nil

  = value of $LC_CTYPE: = nil

  = value of $LC_MESSAGES: = nil

  = value of $LC_MONETARY: = nil

  = value of $LC_NUMERIC: nil<= /p>

  = value of $LC_TIME: = nil

  = value of $LANG: ENU

  = locale-coding-system: = iso-latin-1

  = default-enable-multibyte-characters: t

 

Please describe exactly what actions = triggered the bug

and<= /span> = the precise symptoms of the bug:

 

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")

 

run-scheme<= /font> = then complains that it can't find a program = named

"C:/program".  One work-around is to use the = short name found by

typing = dir/x to a dos window, but maybe there's a better = way?

 

Best regards,

 

-geo

---

George D. Hadden, PhD, Senior Research = Fellow

Honeywell Labs, = 3660 Technology Drive, = Minneapolis= , = MN = 55418=

george.d.hadden@no.honeywell.spam.com, (612)951-7769(voice), (612)951-7438(fax)

 

 

Recent input:

<help-echo> <down-mouse-1> <mouse-movement> <mouse-1> =

<help-echo> M-x r u n - s c h SPC <return> C-x C-f

m z = SPC <return> <help-echo> M-x r e p SPC o r t SPC =

<return>

 

Recent = messages:

Loading smtpmail...done

Loading c:/geostuff/emacs/geotools.el (source)...done

Loading c:/geostuff/emacs/printing.el (source)...done

For information about the GNU Project and = its goals, type C-h C-p.

Loading = image...done

Loading cmuscheme...done

Making completion = list...

Loading = view...done

Loading emacsbug...done

read-string= : = Quit

 

 

------_=_NextPart_001_01C247BF.B308F6F0--