@ Emacs-w3m の検索に Google News 検索を加える |Emacs|Google|
昨日は、
Google News の検索はフレッシュ検索として使える
って書いた。せっかくだから、愛用のブラウザー
Emacs-w3m の検索エンジンに
Google News も組み込んでみる。以下のコードを .emacs に追加するだけ。
(eval-after-load "w3m-search"
'(progn
(add-to-list 'w3m-search-engine-alist
'("google news"
"http://news.google.co.jp/news?hl=ja&ie=Shift_JIS&q=%s"
shift_jis))
(add-to-list 'w3m-uri-replace-alist
'("\\`gn:" w3m-search-uri-replace "google news"))))


0 comments:
Post a Comment