unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* patch for run-python hang on Win when PYTHONPATH is not set
@ 2007-07-24 18:19 Novitsky, Konstantin
  2007-07-25 15:02 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Novitsky, Konstantin @ 2007-07-24 18:19 UTC (permalink / raw)
  To: bug-gnu-emacs

As path separator is hard coded. This fixes it:

$ pwd
/cygdrive/d/emacs-22.1/lisp/progmodes
$ diff python.el python.el.orig 
1354c1354
<                               (if path (concat path-separator path)))
---
>                               (if path (concat ":" path)))

KN



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: patch for run-python hang on Win when PYTHONPATH is not set
  2007-07-24 18:19 patch for run-python hang on Win when PYTHONPATH is not set Novitsky, Konstantin
@ 2007-07-25 15:02 ` Richard Stallman
  2007-07-25 15:14   ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2007-07-25 15:02 UTC (permalink / raw)
  To: Novitsky, Konstantin; +Cc: bug-gnu-emacs

Since path-separator is always ":", why does your patch change anything?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: patch for run-python hang on Win when PYTHONPATH is not set
@ 2007-07-25 15:06 Novitsky, Konstantin
  0 siblings, 0 replies; 4+ messages in thread
From: Novitsky, Konstantin @ 2007-07-25 15:06 UTC (permalink / raw)
  To: rms; +Cc: bug-gnu-emacs

it's ';' on Windows

-----Original Message-----
From: Richard Stallman [mailto:rms@gnu.org] 
Sent: Wednesday, July 25, 2007 11:02 AM
To: Novitsky, Konstantin
Cc: bug-gnu-emacs@gnu.org
Subject: Re: patch for run-python hang on Win when PYTHONPATH is not set

Since path-separator is always ":", why does your patch change anything?



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: patch for run-python hang on Win when PYTHONPATH is not set
  2007-07-25 15:02 ` Richard Stallman
@ 2007-07-25 15:14   ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2007-07-25 15:14 UTC (permalink / raw)
  To: rms; +Cc: Novitsky, Konstantin, bug-gnu-emacs

Richard Stallman wrote:
> Since path-separator is always ":", why does your patch change anything?


That is wishful thinking. MS is still alive and on windows the path 
separator is ";".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-25 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 18:19 patch for run-python hang on Win when PYTHONPATH is not set Novitsky, Konstantin
2007-07-25 15:02 ` Richard Stallman
2007-07-25 15:14   ` Lennart Borgman (gmail)
  -- strict thread matches above, loose matches on Subject: below --
2007-07-25 15:06 Novitsky, Konstantin

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).