emacs + RSSリーダ(newsticker.el)

EmacsWikiのこのページにemacs用のRSSリーダがありました。minibufferにニュースを表示させたり、画面に列挙させたりできます。なかなか面白いです。とりあえず.emacs.elに設定を書きました。

(autoload 'newsticker-start "newsticker" "Start Newsticker" t)
(autoload 'newsticker-show-news "newsticker" "Goto Newsticker buffer" t)
(add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
(setq newsticker-url-list
'(("CNET Japan" "http://japan.cnet.com/rss/index.rdf")
;("lkml.org" "http://lkml.org/rss.php")
))

あんまり説明はしません。「newsticker-show-news」を実行すると、画面に登録したフィードを列挙します。「newsticker-start-ticker」と入力すればminibufferに流れていきます。

こんな感じで毎日書けるといいですけどね。。。。

Comments

Popular posts from this blog

Tizen SDK is a copy of the Android SDK? / Tizen seems to be based on Samsung Linux Platform(SLP)

MeeGo 1.1 for NexusOne status and how to work(Using microSD and Boot vi fastboot).

Goodbye 2016, Hello 2017