Questions tagged [elfeed]

4 questions
3
votes
2 answers

String interpolation inside lisp statement

(insert "[" (shell-command-to-string "~/lombardi/http_fetch.sh") "]") How can I pass an argument to the http_fetch.sh function. This argument is arrived at by evaluating (elfeed-entry-link entry) I tried using a ' in front but ended up with a bash…
american-ninja-warrior
  • 7,397
  • 11
  • 46
  • 80
3
votes
2 answers

Any suggestion on rss reader in emacs

Is there a decent rss reader in Emacs? I was happy with rss when there's google reader, after its shutting down for so long time, I'm still missing it and haven't find any comparable alternative. Also how do people watch the updates in…
Charles Lu
  • 491
  • 2
  • 10
2
votes
1 answer

Call external program on link under cursor with Emacs

I use elfeed to read RSS. In each RSS there is an http link to a torrent file. And I want to call an external program (aria2c) to download that torrent link, assuming that there is no such tool within Emacs. How to write a small function to do this?
WellTyped
  • 244
  • 2
  • 10
0
votes
2 answers

Lisp: cycle through functions

I use elfeed to read RSS in emacs and want to make a function that cycle through different views: news, 9gag, nonnews etc. I have tried to make some code via quick research. When I press ctrl + right arrow key it cycle through the views. It works…
Batterman
  • 33
  • 2