Category: emacs
-
osx / macOS : GNU Emacs: How to Restore File System Access in macOS Catalina
https://emacs.stackexchange.com/questions/53026/how-to-restore-file-system-access-in-macos-catalina https://emacs.stackexchange.com/questions/53904/why-cant-i-list-the-contents-of-desktop-on-macos-using-dired https://github.com/caldwell/build-emacs/issues/84#issuecomment-545754668 I actually added Emacs (and /usr/bin/ruby – /usr/ is a a hidden folder, so tell the Finder to allow access to the hidden folder /usr/ temporarily like this: Shift-Cmd-“.”) here: System Preferences > Security & Privacy > Privacy > Full Disk Access
-
I am now proudly running Emacs-27.1-universal.dmg – from “Emacs For Mac OS X”
https://emacsformacosx.com/builds https://emacsformacosx.com/donors
-
what happened to David Caldwell, the man behind “Emacs For Mac OS X”?
https://emacsformacosx.com/about https://porkrind.org Since 2019-05-28 his build machine has not created any more builds. I am worried. Starting 2019-09-01 there have been new entries on the resp. feeds again. Trying to contact him through https://porkrind.org/missives/.
-
tracing Emacs Tramp
https://www.emacswiki.org/emacs/TrampMode#toc25 – Helpful variables you can set for debugging (possibly outdated) https://www.gnu.org/software/tramp/ https://www.gnu.org/software/tramp/#Traces-and-Profiles
-
Emacs: image mode
https://www.emacswiki.org/emacs/ImageMode https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Conveniences.html The best description of this mode seems to be the internal mode description itself (“C-h m”). Took me ages to remember that. What a fool!
-
Emacs major mode for DokuWiki document
https://github.com/kai2nenobu/emacs-dokuwiki-mode
-
error when viewing PDFs in emacs resp. after deleting associated buffers
https://www.reddit.com/r/emacs/comments/4029g0/error_when_viewing_pdfs/ the annoying, recurring error message: Error running timer `doc-view-display’: (error “Selecting deleted buffer”) what to do: M-x cancel-timer doc-view-display Update 2019-11-05 (GNU Emacs 26.3 on Mojave): M-x cancel-function-timers doc-view-display