RSS Parrot

BETA

🦜 Feed of "MonadicSheep/emacs-reader"

@codeberg.org.monadicsheep.emacs-reader@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

An all-in-one document reader for all formats in Emacs, backed by MuPDF.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: codeberg.org/MonadicSheep/emacs-reader

Feed URL: codeberg.org/MonadicSheep/emacs-reader.rss

Posts: 57

Followers: 1

triska commented on issue MonadicSheep/emacs-reader#193

Published: September 6, 2026 09:48

emacs crashes when toggling `reader-dark-mode` With the same Emacs Reader commit and roughly the same setup (Emacs Lucid build, using the quite recent Emacs commit 69b186c1bc02785977a51854f19f940f1bce140d), I cannot reproduce a crash, but in my case,…

triska commented on issue MonadicSheep/emacs-reader#189

Published: September 3, 2026 08:56

Emacs sometimes hangs when displaying PDF If the instructions that are outlined in README unexpectedly yield outdated installations, please consider updating the installation instructions accordingly, so that others do not run into this issue. I manually…

divyaranjan commented on issue MonadicSheep/emacs-reader#189

Published: September 3, 2026 07:43

Emacs sometimes hangs when displaying PDF @triska Yeah this is a package-vc bug. The commit you're at is 1 year old! package-vc goes to the latest tagged release instead of master. Do a git pull and then make clean all. And see if the same error…

triska commented on issue MonadicSheep/emacs-reader#188

Published: September 2, 2026 21:43

Error (use-package): Cannot load reader Regarding the hang I mentioned above, which I coincidentally encountered the first time I opened a PDF: I found that I can consistently trigger it by iteratively opening a PDF in new Emacs instances , I filed #189…

triska commented on issue MonadicSheep/emacs-reader#188

Published: September 2, 2026 21:19

Error (use-package): Cannot load reader @divyaranjan: Maybe Makefile could be changed to ask mupdf itself about its version, and take that if it works? (Not all versions support the -v switch, but the more recent one I mentioned above does.)

divyaranjan commented on issue MonadicSheep/emacs-reader#188

Published: September 2, 2026 21:03

Error (use-package): Cannot load reader @triska That is...weird...because usually you'd see a libmupdf.so in here if your package also installed the shared library. Does Debian have a different package for the shared library?

triska commented on issue MonadicSheep/emacs-reader#188

Published: September 2, 2026 21:00

Error (use-package): Cannot load reader Here is the entirety of my /usr/local/lib/ folder, there is almost nothing in it because this is a rather fresh Debian Trixie install, in fact I am surprised there is anything here now:

divyaranjan commented on issue MonadicSheep/emacs-reader#188

Published: September 2, 2026 20:31

Error (use-package): Cannot load reader If that yields nothing, it might be that the mupdf.pc fie isn't getting recognized properly, try to follow these steps. It's unfortunate that we have only one external dependency but distributing that is quite the…

tsdh commented on issue MonadicSheep/emacs-reader#180

Published: September 1, 2026 05:39

Current git master signals an error on startup: `Lisp error: (file-missing "Cannot open load file" "No such file or directory" "reader-saveplace")` Ok, this init.el reproduces fine for me using emacs -Q -l init.el using the current git master branches of…

tusharhero commented on issue MonadicSheep/emacs-reader#180

Published: August 31, 2026 13:07

Current git master signals an error on startup: `Lisp error: (file-missing "Cannot open load file" "No such file or directory" "reader-saveplace")` I tried running this in a temp directory set as --init-directory. I didn't get the error.

tusharhero commented on issue MonadicSheep/emacs-reader#180

Published: August 31, 2026 05:00

Current git master signals an error on startup: `Lisp error: (file-missing "Cannot open load file" "No such file or directory" "reader-saveplace")` @tsdh, I am not able to reproduce this issue. Can you provide a way to reliably reproduce this?