]> git.eshelyaron.com Git - emacs.git/commitdiff
Use forward slashes for python w32 config example (Bug#21656)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 3 Dec 2017 05:24:21 +0000 (00:24 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 3 Dec 2017 15:01:12 +0000 (10:01 -0500)
* 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

index 9e09bfc5941e32a5b9dd71933293d4e9535f8eef..9d3e428e23c3de0a148a4d2b4cd62764aaa4122f 100644 (file)
@@ -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.