What | Removed | Added |
---|---|---|
CC | toganm@dinamizm.com |
I am running the latest Tumbleweed # VERSION="20200818" with just emacs from the editors repo . When calling /usr/bin/emacs-gtk or simply emacs-gtk here is an extra message. Warning: game dir ���/var/games/emacs���: Permission denied When just using /usr/bin/emacs the permissioin message is not there but melpa package async (async-20200809.501/async.el) is broken with sentinel error message but with /usr/bin/emacs-gtk the error is gone and the package works as it should But must say whatever worked like a charm in 26.3 turns out to be an issue as 27.1 is very picky how things are loaded and from what I can see how I order them in the init file makes a difference. I am not going to make another bug report but the man page needs fixing man emacs says ================================================ FILES /usr/local/share/info ��� files for the Info documentation browser. The complete text of the Emacs reference manual is included in a convenient tree structured form. Also includes the Emacs Lisp Reference Manual, useful to anyone wishing to write programs in the Emacs Lisp extension language, and the Introduction to Programming in Emacs Lisp. /usr/local/share/emacs/$VERSION/lisp ��� Lisp source files and compiled files that define most editing commands. Some are preloaded; others are autoloaded from this directory when used. /usr/local/libexec/emacs/$VERSION/$ARCH ��� various programs that are used with GNU Emacs. /usr/local/share/emacs/$VERSION/etc ��� various files of information. /usr/local/share/emacs/$VERSION/etc/DOC.* ��� contains the documentation strings for the Lisp primitives and preloaded Lisp functions of GNU Emacs. They are stored here to reduce the size of Emacs proper. ===================================================