Questions tagged [elfeed]

Elfeed is an extensible web feed reader for Emacs, supporting both Atom and RSS.

Elfeed is an extensible web feed reader for Emacs, supporting both Atom and RSS.

It requires Emacs 24 and is available for download from MELPA or el-get. Elfeed was inspired by notmuch.

29 questions
8
votes
1 answer

Elfeed: mark all messages as read

Is it possible to mark all unread messages as read with a single key? r marks only the selected message as read.
Boccaperta-IT
  • 1,556
  • 11
  • 24
1
vote
1 answer

Elfeed - how to change database location?

I found in elfeed-db.el code: (defcustom elfeed-db-directory "~/.elfeed" "Directory where elfeed will store its database." :group 'elfeed :type 'directory) but I don't know how/where to customize it. I need this, because i synchronize Emacs…
laplace
  • 63
  • 1
  • 4
1
vote
1 answer

What are enclosures in elfeed?

The term is used many times here https://github.com/oystersauce8/elfeed/blob/master/elfeed-show.el Googled it: https://duckduckgo.com/?q=elisp%3A+what+are+enclosures+in+elisp&t=h_&ia=web not much info actually.
american-ninja-warrior
  • 3,903
  • 2
  • 24
  • 44
1
vote
1 answer

How to get word statistics of RSS feeds via Elfeed?

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…
red
  • 53
  • 4
1
vote
2 answers

How do I set a custom name for a feed in elfeed?

I use elfeed to follow some blogs and news sites. One on them is Arne Metz's "Simplify C++". This feed does not set its name so in the elfeed-search buffer this field is left empty. This makes it difficult to quickly scan the list of feeds to…
Mikael Springer
  • 513
  • 3
  • 13
0
votes
0 answers

Automatically tag RSS entry depending on keyword

I'm trying to automatically set an important tag to some entries when the title or the content. So here is what I have: ;; important keywords (setq elfeed-keywords '("gRPC" "Protobuf" "Protocol Buffers")) ;; iterate of important keywords and check…
0
votes
1 answer

How to change default filename in the Elfeed enclosure action?

The default filename looks like this ubuntupodcast_s11e36.mp3 But I want to combine the feed and title Feed: Ubuntu Podcast Title: S11E36 – Thirty-Six Hours The current state Save as: ~/storage/podcast/ubuntupodcast_s11e36.mp3 And I want to get…
dmin
  • 373
  • 2
  • 10
0
votes
1 answer

why won't this combo animate: sleep-for n and next-line

Why can't I see this "animation"? I only see the end result. This function is invoked via a keyboard shortcut on a elfeed-search buffer. (defun my/elfeed-extra-info-2 () (interactive) (next-line) (sleep-for 0.5) (next-line) (sleep-for…
american-ninja-warrior
  • 3,903
  • 2
  • 24
  • 44
0
votes
1 answer

How to undo one elfeed search key binding

The elfeed package binds b to something like this ;; https://github.com/skeeto/elfeed/blob/master/elfeed-search.el (defvar elfeed-search-mode-map (let ((map (make-sparse-keymap))) (prog1 map (suppress-keymap map) (define-key map…
american-ninja-warrior
  • 3,903
  • 2
  • 24
  • 44
0
votes
1 answer

how set a a shortcut to elfeed filter

When in press letter "b" within a elfeed search window, the in-effect elfeed filter should change from whatever it has (default - @6-months-ago +unread) to "foo" How can I do it? what I tried (setq elfeed-search-filter "foo")
american-ninja-warrior
  • 3,903
  • 2
  • 24
  • 44
0
votes
2 answers

elfeed and emacs 27: elfeed-db-load: Wrong type argument

After upgrading to emacs 27 with brew install emacs --HEAD When starting elfeed with C-x w I get elfeed-db-load: Wrong type argument: avl-tree-, [cl-struct-avl-tree- [[[[[[[[[[[[[nil nil ... 0] [nil nil ... 0]\ ... 0] [[nil nil ... 0] [nil nil…
american-ninja-warrior
  • 3,903
  • 2
  • 24
  • 44