* 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread
* Re: patch for run-python hang on Win when PYTHONPATH is not set
@ 2007-07-26 13:24 Richard Stallman
2007-07-28 20:24 ` Stefan Monnier
0 siblings, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2007-07-26 13:24 UTC (permalink / raw)
To: emacs-devel
Would someone please DTRT, then ack?
From: "Novitsky, Konstantin" <knovitsk@Bear.com>
To: <bug-gnu-emacs@gnu.org>
Subject: patch for run-python hang on Win when PYTHONPATH is not set
As path separator is hard coded. This fixes it:
$ pwd
/cygdrive/d/emacs-22.1/lisp/progmodes
$ diff python.el python.el.orig=20
1354c1354
< (if path (concat path-separator path)))
---
> (if path (concat ":" path)))
KN
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: patch for run-python hang on Win when PYTHONPATH is not set
2007-07-26 13:24 Richard Stallman
@ 2007-07-28 20:24 ` Stefan Monnier
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Monnier @ 2007-07-28 20:24 UTC (permalink / raw)
To: rms; +Cc: emacs-devel
> Would someone please DTRT, then ack?
Installed on the 22 branch.
Stefan
> From: "Novitsky, Konstantin" <knovitsk@Bear.com>
> To: <bug-gnu-emacs@gnu.org>
> Subject: patch for run-python hang on Win when PYTHONPATH is not set
> As path separator is hard coded. This fixes it:
> $ pwd
> /cygdrive/d/emacs-22.1/lisp/progmodes
> $ diff python.el python.el.orig=20
> 1354c1354
> < (if path (concat path-separator path)))
> ---
>> (if path (concat ":" path)))
> KN
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-07-28 20:24 UTC | newest]
Thread overview: 6+ 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
2007-07-26 13:24 Richard Stallman
2007-07-28 20:24 ` Stefan Monnier
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.