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

[shimbun]sb-texfaq.el



6月に入ってから記事が全く読み込めなくなっていたのですが、
http://www.matsusaka-u.ac.jp/~okumura/texfaq/qa/index.htmlhttp://www.matsusaka-u.ac.jp/~okumura/texfaq/qa/
で以前は同じ情報が取れたのに、6月に入ってから前者が後者に追随しなくなっ
たようです。変更すべき点はごく微少ですがパッチを作ったので送らせて頂き
ます。一応、ChangeLog も付けます。

2002-06-03  Hidetaka Iwai <tyuyu@mb6.seikyou.ne.jp>

	* sb-texfaq.el (shimbun-texfaq-group-path-alist): Fix path
	to get latest articles.
Index: sb-texfaq.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/shimbun/sb-texfaq.el,v
retrieving revision 1.1
diff -u -r1.1 sb-texfaq.el
--- sb-texfaq.el	2002/05/16 11:26:00	1.1
+++ sb-texfaq.el	2002/06/02 21:20:19
@@ -38,7 +38,7 @@
 (defvar shimbun-texfaq-content-start "</h2>\n")
 (defvar shimbun-texfaq-content-end  "\n<hr>\n<p>")
 (defvar shimbun-texfaq-group-path-alist
-  '(("qanda" . "index.html")))
+  '(("qanda" . "")))
 (defvar shimbun-texfaq-expiration-days 7)
 (defvar shimbun-texfaq-coding-system 'euc-jp)