xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
483 stars 83 forks source link

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

Closed telephonist95 closed 1 year ago

telephonist95 commented 1 year ago

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 ...)

jtcarlyle commented 1 year ago

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

xahlee commented 1 year ago

thank you guys. fixed in commit 08dd08d