emacs - 让 Newsticker.el 使用带有登录凭据的 rss 提要

标签 emacs

我也在尝试在一些需要登录凭据的内部 rss 提要上使用 Newsticker.el。由于 newsticker 所做的就是让 wget 获取提要,我认为可以在 newsticker.el 的 wget 配置部分简单地定义用户名和密码

所以我在我的 init.el 中配置了以下内容

'(newsticker-url-list (quote (("RSS FEED" "https://to.feed.com/timeline?format=rss"
              nil nil ("--user=<username>" "--password=<password>" "-q" "-O" "-")))

--user--password 选项直接提供给 wget 可以正常工作,但不在 newsticker.el 设置中。以前有人尝试过类似的东西吗?

最佳答案

Newsticker 确实可以使用 wget,但它也可以使用 Emacs 的 URL 库。因此,您可能需要检查 newsticker-retrieval-method 以查看使用了哪一个。

关于emacs - 让 Newsticker.el 使用带有登录凭据的 rss 提要,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10382960/

相关文章:

emacs - 如何为暂存缓冲区启用次要模式

python - 在 org 模式下调试 PYTHON 代码块 babel

emacs - "Wrong type argument: stringp, cons"在串联列表上调用 apply 函数时

search - 如何在emacs中用括号搜索/替换表达式?

ruby-on-rails - Rails 3.1 Assets 管道 : Ignore backup files from Emacs and other editors

haskell - 有没有办法在 Emacs 中使用 Djinn 自动生成 Haskell 代码?

emacs - idris-mode – 缓冲区 *idris-repl* 没有进程

emacs - 如何在 emacs 框架渲染后立即运行命令?

emacs - 如何使用 Emacs 将 'redo' 更改为 'undo'?

Emacs 区分大小写的替换字符串