all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Jason Rumney <jasonr@gnu.org>
Subject: bug#666: marked as done (Could not install Slime)
Date: Wed, 11 Mar 2009 14:35:05 +0000	[thread overview]
Message-ID: <handler.666.D666.123678177014261.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 489AC54F.6090602@mtu-net.ru

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]


Your message dated Wed, 11 Mar 2009 22:28:48 +0800
with message-id <49B7CAA0.7020503@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 owner@emacsbugs.donarmstrong.com
immediately.)


-- 
666: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=666
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4519 bytes --]

From: MK <invention@mtu-net.ru>
To: bug-gnu-emacs@gnu.org
Subject: Could not install Slime
Date: Thu, 07 Aug 2008 13:50:07 +0400
Message-ID: <489AC54F.6090602@mtu-net.ru>

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! ***




[-- Attachment #3: Type: message/rfc822, Size: 3731 bytes --]

From: Jason Rumney <jasonr@gnu.org>
To: MK <invention@mtu-net.ru>
Cc: 666-done@emacsbugs.donarmstrong.com
Subject: Re: Could not install Slime
Date: Wed, 11 Mar 2009 22:28:48 +0800
Message-ID: <49B7CAA0.7020503@gnu.org>

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.



  reply	other threads:[~2009-03-11 14:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <49B7CAA0.7020503@gnu.org>
2008-08-07  9:50 ` bug#666: Could not install Slime MK
2009-03-11 14:35   ` Emacs bug Tracking System [this message]
2009-03-11 14:35 ` Processed: " Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.666.D666.123678177014261.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=jasonr@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.