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:53:47 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Jason Rumney wrote:
> 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.
>   

In fact that has already been done:

2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)

    * progmodes/python.el (run-python): Fix path separator under w32.


Thanks for the report, anyway.






reply via email to

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