Christopher Wellons

Results 160 comments of Christopher Wellons

Looks like this was just a temporary bug on the Emacs master branch and it has since been fixed. Emacs' master branch often has breakage, which is to be expected....

Filtering to entries with a particular tag is easy since that's the whole point of the filter. Just put an "important" tag on important entries. As for filtering by function,...

I get what you're saying now. The main reason OR is not supported is due to my own parsing laziness. I don't object to the concept, but I'm currently not...

In the past I've thought a little about having an OR operator. I imagine it looking something like how DuckDuckGo used to do it: https://web.archive.org/web/20161126012624/https://duck.co/help/results/syntax I like how the operator...

Sure, I'll accept something like this, though I have caveats and a question: * Emacs 24.3 compatibility is still a goal since it's so easy to support, so you'd have...

I really like the idea for tab completion on tags. I need to think about how to make sure it's comfortably fast. It might be worth storing pre-computed in the...

While true, I like that the dependency is explicit. The awkwardness is due to circular dependencies, a trap I stepped into early without realizing the consequences. The package entrypoint is...

What kind of search is this? elfeed-search-show-entry is an interactive function (i.e. user facing) that Elfeed only uses as a "RET" binding from elfeed-search, and "n" and "p" in elfeed-show....

That's an OPML file, so it's simple: M-x elfeed-load-opml

There's no built-in mechanism for this, but it wouldn't be difficult to rig it up for yourself using something like url-retrieve. Write a little function that fetches the OPML with...