[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67006: 30.0.50; w32-shell-execute will freeze Emacs on Windows 10
From: |
Eason Huang |
Subject: |
bug#67006: 30.0.50; w32-shell-execute will freeze Emacs on Windows 10 |
Date: |
Sun, 12 Nov 2023 10:33:45 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eason Huang <aqua0210@foxmail.com> writes:
> Eli Zaretskii <eliz@gnu.org> writes:
>
> I cannot reproduce it. Is this again on those systems where you have
> PowerToys installed?
Yes, on the systems with PowerToys installed.
Because I cannot clean the regstry unless reinstall the Windows OS.
> In any case, my Emacs is a 32-bit build, so maybe that is a factor
> (since SysWOW64 is a special directory for 32-bit programs running on
> 64-bit Windows).
Maybe this is the root case of the issue.
Anyway, recently I can add "C:/Windows/SysWOW64" to exec-path as
workaroud.
Add this code to early-init.el works as expected:
```
(add-to-list 'exec-path "C:/Windows/SysWOW64")
```
Best regards,
Eason Huang