emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/xah-fly-keys b3746d9f81: xah-run-current-file fixed a crit


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys b3746d9f81: xah-run-current-file fixed a critical bug in last commit
Date: Fri, 16 Sep 2022 23:59:22 -0400 (EDT)

branch: elpa/xah-fly-keys
commit b3746d9f81bb7a874b15b66de86ffd573b5762a6
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    xah-run-current-file fixed a critical bug in last commit
---
 xah-fly-keys.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 28fe534161..0c284eee41 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 18.0.20220911124616
+;; Version: 18.0.20220916203045
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -2465,7 +2465,7 @@ File suffix is used to determine which program to run, 
set in the variable `xah-
 If the file is modified or not saved, save it automatically before run.
 
 URL `http://xahlee.info/emacs/emacs/elisp_run_current_file.html'
-Version: 2020-09-24 2022-05-16 2022-06-27 2022-08-12"
+Version: 2020-09-24 2022-05-16 2022-06-27 2022-08-12 2022-09-16"
   (interactive)
   (setenv "NO_COLOR" "1") ; 2022-09-10 for deno. default color has yellow 
parts, hard to see
   (when (not buffer-file-name) (save-buffer))
@@ -2484,7 +2484,7 @@ Version: 2020-09-24 2022-05-16 2022-06-27 2022-08-12"
     (setq $cmdStr
           (when $progName
             (format "%s %s &"
-                    (shell-quote-argument $progName)
+                    $progName
                     (shell-quote-argument $fname))))
     (when (buffer-modified-p) (save-buffer))
     (run-hooks 'xah-run-current-file-before-hook)



reply via email to

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