xahlee/xah-fly-keys

"xah-open-in-external-app" freezes emacs

telephonist95 opened this issue · 2 comments

Emacs freezes when calling "xah-open-in-external-app" with some file extensions (for example .docx) on linux.
Possible solution is to change argument DESTINATION of call-process function from nil to 0:
(call-process shell-file-name nil 0 nil ...)

Was also having the same issue and your solution fixes it for me. Thanks!

xahlee commented

thank you guys. fixed in commit 08dd08d