作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试了以下设置:
(setq gnus-select-method '(nnml "comp.lang.lisp"))
comp.lang.*
的组?
(setq gnus-select-method '(nntp "comp.lang.lisp"))
Warning: Opening nntp server on comp.lang.lisp...failed: ; Server nntp+comp.lang.lisp previously determined to be down; not retrying
最佳答案
扩展@logoscia的评论,comp.lang.lisp不是NNTP服务器,而是新闻组。您可以使用Gmane/Gwene通过NNTP读取邮件列表和RSS feed。您还可以添加传统的新闻服务器,例如news.eternal-september.org。下面的elisp代码段可以帮助您入门。
(setq gnus-select-method '(nnml "")) ;; this depends on how you want
;; to get your mail
(setq gnus-secondary-select-methods '((nntp "news.gmane.org")
(nntp "news.eternal-september.org")))
M-x gnus
启动Gnus。在组缓冲区中,单击
^
进入* Server *缓冲区,然后浏览服务器上的新闻组。在这里,您可以使用
u
订阅/取消订阅新闻组。返回* Group *缓冲区,您将看到您已订阅的组。有关详细信息,请参见
the Gnus manual。
关于emacs - 如何在Google Group等新闻组中使用Gnus?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24741828/
我是一名优秀的程序员,十分优秀!