GNU bug report logs - #666
Could not install Slime

Previous Next

Packages: emacs, w32;

Reported by: MK <invention <at> mtu-net.ru>

Date: Thu, 7 Aug 2008 10:00:03 UTC

Severity: normal

Tags: notabug, wontfix

Done: Jason Rumney <jasonr <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Jason Rumney <jasonr <at> gnu.org>
Subject: bug#666: marked as done (Could not install Slime)
Date: Wed, 11 Mar 2009 14:35:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 11 Mar 2009 22:28:48 +0800
with message-id <49B7CAA0.7020503 <at> gnu.org>
and subject line Re: Could not install Slime
has caused the Emacs bug report #666,
regarding Could not install Slime
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
666: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=666
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: MK <invention <at> mtu-net.ru>
To: bug-gnu-emacs <at> gnu.org
Subject: Could not install Slime
Date: Thu, 07 Aug 2008 13:50:07 +0400
I could not install SLIME into GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) 
a long time.
I find solution (Thank to  	
		
John Thingstad) on 
http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/bd134ae7a422404f 
: 'Try Progra~1 instaed of "Program Files" '
"The emacs reader is seeing eveything after Program as the next command
line argument.
So it can't find file "C:\Program".
On the Bash command line I could write C:/Program\ Files/... but this
doesn't seem to work in Emacs.
Thus I used the DOS 8.3 long name conversion instead. This is really a
anacronism since no-one uses DOS anymore but it still works. "

What about it?

Mike



In GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600)
 of 2008-03-26 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

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: RUS
  locale-coding-system: cp1251
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  show-paren-mode: t
  cua-mode: t
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <down-mouse-1>
<help-echo> <mouse-movement> <mouse-movement> <C-drag-mouse-1>
C-c <timeout> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> <send-emacs-bug-report>

Recent messages:
"\"D:/Program Files/clisp-2.46/clisp.exe  -repl\""

Loading cl-macs...done
Loading cl-seq...done
Loading easy-mmode...done
Loading cua-base...done
Loading paren...done
Loading regexp-opt...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading emacsbug...done


*** E-Mail body has been placed on clipboard, please paste them here! ***



[Message part 3 (message/rfc822, inline)]
From: Jason Rumney <jasonr <at> gnu.org>
To: MK <invention <at> mtu-net.ru>
Cc: 666-done <at> debbugs.gnu.org
Subject: Re: Could not install Slime
Date: Wed, 11 Mar 2009 22:28:48 +0800
tags 666 +notabug wontfix
thanks

MK wrote:
> I could not install SLIME into GNU Emacs 22.2.1 
> (i386-mingw-nt5.1.2600) a long time.
> I find solution (Thank to     
>        
> John Thingstad) on 
> http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/bd134ae7a422404f 
> : 'Try Progra~1 instaed of "Program Files" '
> "The emacs reader is seeing eveything after Program as the next command
> line argument.
> So it can't find file "C:\Program".
> On the Bash command line I could write C:/Program\ Files/... but this
> doesn't seem to work in Emacs.
> Thus I used the DOS 8.3 long name conversion instead. This is really a
> anacronism since no-one uses DOS anymore but it still works. "
>
> What about it?

Reading the thread linked above, the problem appears to be that the path 
to the executable was not quoted, even though it contained a space, so 
the part of the path that was after the space is interpreted as the 
first argument. This is normal - all shells and programs with shell-like 
functionality require proper quoting of commands and arguments in the 
presence of whitespace and other special characters.



This bug report was last modified 15 years and 250 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.