[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Search "Google News"



安宅です。

Google News の検索はフレッシュ検索としても使えるなぁ
と考えて Emacs-w3m からも検索できるようにしてみました。

気に入れば幸いです。

Ref.
  http://at-aka.blogspot.com/2005/06/google-news-as-google-fresh-google.html
  http://at-aka.blogspot.com/2005/06/cnet-google-news-google.html
  http://at-aka.blogspot.com/2005/06/emacs-w3m-google-news-emacsgoogle.html
  

2005-06-17  Masayuki Ataka  <ataka@milk.freemail.ne.jp>

	* w3m-search.el (w3m-search-engine-alist): Add "google news" entry.

*** w3m-search.el	20  5月 2005 21:42:45 +0900	1.39
--- w3m-search.el	17  6月 2005 23:28:32 +0900	
***************
*** 64,69 ****
--- 64,80 ----
  	      ("google-ja"
  	       "http://www.google.com/search?q=%s&hl=ja&lr=lang_ja&ie=Shift_JIS"
  	       shift_jis)))
+ 	,@(if ja
+ 	      '(("google news"
+ 		 "http://news.google.co.jp/news?hl=ja&ie=Shift_JIS&q=%s"
+ 		 shift_jis)
+ 		("google news-en"
+ 		 "http://news.google.com/news?q=%s"))
+ 	    '(("google news"
+ 	        "http://news.google.com/news?q=%s")
+ 	      ("google news-ja"
+ 	       "http://news.google.co.jp/news?hl=ja&ie=Shift_JIS&q=%s"
+ 	       shift_jis)))
  	("google groups"
  	 "http://groups.google.com/groups?q=%s")
  	,@(if ja