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?