emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 afb04f7 1/2: Use forward slashes for python w32 c


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 afb04f7 1/2: Use forward slashes for python w32 config example (Bug#21656)
Date: Sun, 3 Dec 2017 10:15:28 -0500 (EST)

branch: emacs-26
commit afb04f7f3cb75c7c744d8fa8cd1cd70ad1755e6f
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Use forward slashes for python w32 config example (Bug#21656)
    
    * lisp/progmodes/python.el: Use forward slashes for Windows path
    example, it doesn't require doubling of slashes which reduces chances
    of confusion.
---
 lisp/progmodes/python.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 9e09bfc..9d3e428 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -91,9 +91,9 @@
 ;; is as follows (of course you need to modify the paths according to
 ;; your system):
 
-;; (setq python-shell-interpreter "C:\\Python27\\python.exe"
+;; (setq python-shell-interpreter "C:/Python27/python.exe"
 ;;       python-shell-interpreter-args
-;;       "-i C:\\Python27\\Scripts\\ipython-script.py")
+;;       "-i C:/Python27/Scripts/ipython-script.py")
 
 ;; Missing or delayed output used to happen due to differences between
 ;; Operating Systems' pipe buffering (e.g. CPython 3.3.4 in Windows 7.



reply via email to

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