bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Error running python interpreter under emacs on windows XP


From: Jason Rumney
Subject: Re: Error running python interpreter under emacs on windows XP
Date: Mon, 08 Oct 2007 12:46:35 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Geoff Gole wrote:
> Since ":" won't work as a path delimiter under windows, perhaps this
> is the issue. A potential fix is to replace ":" with
>
> (if (or (eq system-type 'ms-dos)
>         (eq system-type 'windows-nt))
>     ";"
>   ":")
>   

I think a better fix is to use `path-separator' here.





reply via email to

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