Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spaces in path break variable vr/command-python #28

Closed
nega0 opened this issue May 13, 2019 · 1 comment
Closed

spaces in path break variable vr/command-python #28

nega0 opened this issue May 13, 2019 · 1 comment

Comments

@nega0
Copy link

nega0 commented May 13, 2019

diff --git a/visual-regexp-steroids.el b/visual-regexp-steroids.el
index 83105a7..604abb7 100644
--- a/visual-regexp-steroids.el
+++ b/visual-regexp-steroids.el
@@ -46,7 +46,7 @@
 ;;; variables
 
 (defvar vr--command-python-default
-  (format "python %s" (expand-file-name "regexp.py" (file-name-directory load-file-name))))
+  (format "python \"%s\"" (expand-file-name "regexp.py" (file-name-directory load-file-name))))
 
 (defcustom vr/command-python vr--command-python-default
   "External command used for the Python engine."
@nega0
Copy link
Author

nega0 commented May 13, 2019

Oops, basically covered with #23 and #24. Can we get this issue addressed? Those have been idle for some time now.

@nega0 nega0 closed this as completed May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant