I'm using Elfeed as an RSS client. Given an *elfeed-search*
buffer, I would like to know the word frequencies in the current search. I've looked at this answer, and while the proposed function works great for a normal buffer with text, it breaks in the above scenario.
Ideally, I would like count only the frequencies of the words that appears in the titles, not in the publishers' names, tags, or dates.
Any suggestion on how to achieve this? Alternatively, any pointers to relevant elisp tutorials?
collect
withconcat
and can feed it right into the linked solution. There are some cases where I get an error, but I'm sure I'll be able to find a solution on my own. Thanks again! – red Oct 28 '18 at 08:47