Closed torgeir closed 4 years ago
..which made it load as expected, but for some reason articles don't seem to load, and only renders --=-=-=--
Rendering issues on os x? Suggestions where to go digging?
Edit: The --=-=-=--
also seems to be the case for nnhackernews on my end
Unknown directive: (package-descriptor "lisp/nnreddit-pkg.el")
That is strange. https://github.com/cask/cask/blob/master/cask.el#L429 is not consistent with that error.
I commited cb4ce17 to test MacOS in addition to Ubuntu, and witnessed no such error.
As for --=-=-=--, what is C-h v mm-text-html-renderer
. And what is M-: (fboundp 'libxml-parse-html-region)
? It does seem the Simple HTML Renderer (shr) is not doing its job.
Also, nnreddit can only be as fast as PRAW, the underlying backend which for good reason is duly throttled to protect Reddit. While I've found nnreddit to be very usable with my current 3-4 low-traffic subreddits, it's not quite as tolerable with say 7-8 subreddits or a high-traffic subreddit like /r/funny.
since resolved by adding a trailing slash to $WORKON_HOME
Thanks for pointing out this bug 164e04f .
Unknown directive: (package-descriptor "lisp/nnreddit-pkg.el")
That is strange. https://github.com/cask/cask/blob/master/cask.el#L429 is not consistent with that error.
I commited cb4ce17 to test MacOS in addition to Ubuntu, and witnessed no such error.
If that passes, I guess somethings fishy on my end..
As for --=-=-=--, what is C-h v mm-text-html-renderer. And what is M-: (fboundp 'libxml-parse-html-region)? It does seem the Simple HTML Renderer (shr) is not doing its job.
mm-text-html-renderer
is shr
and (fboundp 'libxml-parse-html-region)
is t
.
.. very usable with my current 3-4 low-traffic subreddits, it's not quite as tolerable with say 7-8 subreddits or a high-traffic subreddit like /r/funny.
No worries, just playing around with this to learn more about gnus :)
So, I removed emacs (I believe it was 27) and installed emacs-plus brew install emacs-plus --HEAD ...
from master with emacs 28 and now it works 🤔
It installs a horde of dependencies, so some deps might well have been upgraded. Shr has been working fine for me in eww, tho
mm-text-html-renderer
isshr
and(fboundp 'libxml-parse-html-region)
ist
.
These were the correct answers. :+1:
While the code is tested on 28.0.50, I have less confidence in pre-release versions of emacs than 25.3 and 26.3.
This is more of a question than an issue, I guess;
I am getting
Unknown directive: (package-descriptor "lisp/nnreddit-pkg.el")
on os x 10.15 trying to make this package install.Why am I building it you ask - I was trying to debug this error that I get after adding nnreddit to gnus
..which I since resolved by adding a trailing slash to
$WORKON_HOME
🤦