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

embark-open-externally will freeze Emacs on Windows system #721

Open
Eason0210 opened this issue May 31, 2024 · 0 comments
Open

embark-open-externally will freeze Emacs on Windows system #721

Eason0210 opened this issue May 31, 2024 · 0 comments

Comments

@Eason0210
Copy link

Eason0210 commented May 31, 2024

Hi @oantolin

When using embark-open-externally to open a folder on Windows 10 or Windows 11, it will freeze Emacs. And I had to kill the Emacs process and restart Emacs.

steps to reproduce:

  1. install emabark and start Emacs
  2. execute below code to open any folder, here I try to open the .emacs.d
(embark-open-externally (expand-file-name "~/.emacs.d/"))

solution:

Change (w32-shell-execute "open" file) in embark-open-externally to (w32-shell-execute nil file) will fix this issue.

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