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: 75

Followers: 1

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?

Icy-Thought commented on pull request MonadicSheep/emacs-reader#182

Published: August 19, 2026 22:17

WIP: Switch from PPM to Canvas for displaying Just a heads up, when reader-dark-mode is enabled, highlighting text with mouse turns the page into a non dark page, but when reverting buffer it returns back to "normal".

DavisClarke commented on issue MonadicSheep/emacs-reader#186

Published: August 10, 2026 20:20

Delay when switching to reader buffer via tabs, sometimes crashes Emacs Sorry this was sitting in my drafts! I do not use fractional scaling. I ran up my old i3 setup with the lucid build it crashed likewise. I tested a bunch of pdfs and I revert my…

vatsal-singhal commented on issue MonadicSheep/emacs-reader#183

Published: July 8, 2026 11:25

Cannot scroll to bottom of document while zoomed in I tried diagnosing the issue. It seems that there is some disconnect between the region that reader.el is thinking it is displaying and the region that it is actually displaying.