ITADN

[Bug] `emacs-x` `share/emacs/site-lisp` folder stopped working

#31296Openrobertkirkman 创建于 2 天前
R
robertkirkmancommented
hello, unfortunately for some reason it seems like recently, the `$PREFIX/share/emacs/site-lisp/` folder has stopped working to load Emacs addons, while the `$PREFIX/share/emacs/30.2/site-lisp/` has continued to work, but I don't know why. <img width="2960" height="1440" alt="Screenshot_20260824-081951_Termux_X11" src="https://github.com/user-attachments/assets/c08e86ef-67f8-4fa5-b896-48a2be577e6e" /> ``` ~ $ cat .emacs (require 'exwm) (exwm-wm-mode) (require 'mu4e) ~ $ ``` - #31259 ```bash dpkg -L mu ``` ... ``` /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-compose.el /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-config.el /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-contacts.el /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-context.el /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-contrib.el /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-dbus.el /data/data/com.termux/files/usr/share/emacs/site-lisp/mu4e/mu4e-draft.el ``` ```bash dpkg -L emacs-exwm ``` ... ``` /data/data/com.termux/files/usr/share/emacs/30.2/site-lisp/exwm/exwm-background.el /data/data/com.termux/files/usr/share/emacs/30.2/site-lisp/exwm/exwm-core.el /data/data/com.termux/files/usr/share/emacs/30.2/site-lisp/exwm/exwm-floating.el /data/data/com.termux/files/usr/share/emacs/30.2/site-lisp/exwm/exwm-input.el /data/data/com.termux/files/usr/share/emacs/30.2/site-lisp/exwm/exwm-layout.el /data/data/com.termux/files/usr/share/emacs/30.2/site-lisp/exwm/exwm-manage.el ``` If I use this command, it works, but I don't know why. ```bash mv $PREFIX/share/emacs/site-lisp/mu4e/ $PREFIX/share/emacs/30.2/site-lisp/ ``` <img width="2960" height="1440" alt="Screenshot_20260824-082253_Termux_X11" src="https://github.com/user-attachments/assets/140239ea-6cf1-4b2e-b29d-27bf0538a39c" /> does this package still work for you without using the `mv` command, and if not, do you know what could have happened? _Originally posted by @robertkirkman in https://github.com/termux/termux-packages/issues/7901#issuecomment-5395928031_
0 条评论