On 2020/08/27 20:44:05 +0200, Daniel Schlieper wrote:
Dear Werner,
I used the Yast Software Management system to deinstall emacs, emacs-info, etags and emacs-x11. Then I deleted /usr/share/emacs. Then I rebooted the system (to make sure I kill any demon I might not be aware of). And then, I used zypper to reinstall emacs. With it came the other three programs (emacs-x11, etags, emacs-info).
# sudo rpm -aV gives among a lot of other messages:
missing /usr/share/emacs/site-lisp/desktop-entry-mode.el missing /usr/share/emacs/site-lisp/po-compat.el missing /usr/share/emacs/site-lisp/po-mode.el missing /usr/share/emacs/site-lisp/start-po.el missing /usr/share/emacs/site-lisp/suse-start-po-mode.el
Would that be important?
You might reinstall this enforced by using the packages desktop-file-utils gettext-runtime ... you should stop also any possible running emacs daemon (which is a server used by emacsclient) systemctl --user stop emacs killall emacs-gtk emacs-x11 (ignore any error messages) ... then remove all stalled auto saved informations: rm -fv ~/.emacs.d/auto-save-list/.save* but be careful, that is do not mistype here as UNIX will not ask you if you want remove files with such a command. Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr