diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-01-14 22:25:05 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-01-14 22:25:05 +0100 |
| commit | faf50994d58d2651a2ab1bb1ed94dce1feb246bd (patch) | |
| tree | 82a5d7ae92c9826c5fd0a8da92877c1786a1f9c1 /guides | |
| parent | 80248375a2810ca5023750fc75a5c4ed70b3d8c3 (diff) | |
| download | memory-leaks-faf50994d58d2651a2ab1bb1ed94dce1feb246bd.tar.xz | |
Contain the Emacs invasion
Tuck everything under guides/emacs.
Diffstat (limited to 'guides')
| -rw-r--r-- | guides/emacs/AUCTeX.org (renamed from guides/setups/emacs/AUCTeX.org) | 0 | ||||
| -rw-r--r-- | guides/emacs/windows.org (renamed from guides/setups/windows.org) | 10 |
2 files changed, 4 insertions, 6 deletions
diff --git a/guides/setups/emacs/AUCTeX.org b/guides/emacs/AUCTeX.org index 0082759..0082759 100644 --- a/guides/setups/emacs/AUCTeX.org +++ b/guides/emacs/AUCTeX.org diff --git a/guides/setups/windows.org b/guides/emacs/windows.org index ae8018f..06cad7e 100644 --- a/guides/setups/windows.org +++ b/guides/emacs/windows.org @@ -1,8 +1,7 @@ -* Emacs setup =nt/INSTALL.w64= provides detailed instructions for compiling Emacs on recent Windows versions. Here are some additional steps I had to figure out on my own: -** Mingw-w64 +* Mingw-w64 - Set =$HOME= to =%HOMEPATH%= by changing =db_home= to =windows= in =c:/msys64/etc/fstab=. - In addition to =c:\msys64\mingw64\bin=, adding =c:\msys64\usr\bin= @@ -13,15 +12,14 @@ figure out on my own: first (in which case… /everything else/ will pick the wrong ~find~ command?). At least Emacs has a variable to configure (~find-program~). -** Emacs -*** Compiling +* Compiling Make sure to specify ~-c core.autocrlf=false~ *when cloning* the Emacs repository; ~autogen.sh~ gets confused otherwise. -*** Configuring +* Configuring AFAICT one must set the variable ~shell-file-name~ explicitly to =c:/msys64/usr/bin/bash.exe=, otherwise Emacs's Windows-specific initialization logic uses a built-in shell ersatz (=nt/cmdproxy.c=). -**** TODO =HOME= +** TODO =HOME= Went with the instructions from [[info:emacs#MS-Windows Registry]]; could maybe use [[info:emacs#Windows HOME]] by setting =HOME= to =%HOMEPATH%=, to avoid having to spell out my username? |
