emacs/var/elfeed/db/data/d2/d2034d424782b516d4e4012e2f0872233857126b
2022-01-03 12:49:32 -06:00

11 lines
1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>I got reminded yesterday that Emacs is not a proper GTK application after installing
Windows 11 to make use of its <a href="https://docs.microsoft.com/en-us/windows/wsl/tutorials/gui-apps">built-in support for Linux GUI apps running in WSL</a>. Windows uses Wayland/Weston and the results are great with native GTK apps like GEdit, but
unfortunately <a href="https://github.com/microsoft/wslg/issues/190">HiDPI scaling doesnt work properly with Emacs</a>. Bummer!</p>
<p>The upcoming Emacs 28 should fix this, as it introduces a pure GTK front-end
(a.k.a. <code class="language-plaintext highlighter-rouge">pgtk</code>). Im wondering whether to build Emacs 28 from source or not, so
I can get it sooner. In the mean time my old setup <a href="https://emacsredux.com/blog/2020/09/23/using-emacs-on-windows-with-wsl2/">based on
X410</a>
continues to work really great and I guess Ill stick to it for now.</p>
<p>At any rate - it seems that the ultimate Emacs experience on Windows is right around the corner.</p>