Christopher Wellons

Results 157 comments of Christopher Wellons

I'm interested in supporting this. I've already wanted to follow a couple of Gemini feeds. (I ended up using a Gemini HTTP proxy.) What did you have in mind? I'm...

Create a selection (C-SPC, C-x h, etc.), then r/u/+/- will modify every entry in the selection in one command. Use a filter (s, S) to narrow the displayed entries if...

You can easily add this feature to your own configuration: (defun my-elfeed-mark-all-read () (interactive) (elfeed-untag elfeed-search-entries 'unread) (elfeed-search-update :force)) ; redraw I don't want to add this to Elfeed because...

This is a feature. In the XML for each feed, entries in common between feeds have the same GUID. In other words, because they have the same identifier, they're supposed...

Could you give me these changes as a pull request? That would make it really easy for me to accept. Thanks! (Note: I do not personally use elfeed-web, and so...

Nothing has changed in Elfeed regarding bold fonts in the search buffer, so this sounds like a local configuration issue. To isolate the problem, you can clone this repository and...

HTML tags in titles is an old issue I've not yet resolved, so that one's expected. RSS disallows HTML elements in titles, but Atom allows it when type="html". Elfeed currently...

Fetching 30 to 50 feeds should only disrupt Emacs for a couple of seconds, so this isn't normal. The very first thing to check is that Elfeed is using curl...

When you set elfeed-feeds to an empty list, did you evaluate that expression before using elfeed-search-fetch (G) or elfeed-update? That should be a no-op when elfeed-feeds is empty. The other...

Everything seems to work fine when I use this configuration directly, but I can see how it would slow down over time. Several of these feeds are very, very busy...