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

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

[nongnu] elpa/xah-fly-keys 6ed5cd15d6 3/3: fixed xah-show-in-desktop and


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 6ed5cd15d6 3/3: fixed xah-show-in-desktop and xah-open-in-external-app on linux. by emiltoacs. description: xdg-open starts another child process to open its parameters with the appropriate command then it quits however it makes emacs kill the subprocess as soon as xdg-open has finished therefore the files opened externally are also instantaneously killed.
Date: Fri, 19 Aug 2022 17:59:18 -0400 (EDT)

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

    fixed xah-show-in-desktop and xah-open-in-external-app on linux. by 
emiltoacs. description: xdg-open starts another child process to open its 
parameters with the appropriate command then it quits however it makes emacs 
kill the subprocess as soon as xdg-open has finished therefore the files opened 
externally are also instantaneously killed.
---
 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 610a634135..44de4e2f8c 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: 17.19.20220812194903
+;; Version: 17.20.20220819141933
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -2660,7 +2660,7 @@ Version: 2015-04-09"
 This command can be called when in a file buffer or in `dired'.
 
 URL `http://xahlee.info/emacs/emacs/emacs_dired_open_file_in_ext_apps.html'
-Version: 2020-11-20 2022-04-20"
+Version: 2020-11-20 2022-04-20 2022-08-19"
   (interactive)
   (let (($path (if (eq major-mode 'dired-mode)
                    (if (eq nil (dired-get-marked-files))
@@ -2709,7 +2709,7 @@ Version: 2020-02-13 2021-01-18 2022-08-04"
 When called in emacs lisp, if Fname is given, open that.
 
 URL `http://xahlee.info/emacs/emacs/emacs_dired_open_file_in_ext_apps.html'
-Version: 2019-11-04 2021-07-21"
+Version: 2019-11-04 2021-07-21 2022-08-19"
   (interactive)
   (let ($fileList $doIt )
     (setq $fileList



reply via email to

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