[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sb-yahoo.el
- From: 野宮 賢 / NOMIYA Masaru <nomiya@xxxxxxxxxxxxxxxx>
- Date: Thu, 14 Dec 2006 21:15:23 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 09012
野宮です.
yashoo で一部変更がありました.以下のパッチが有用かと思いますが,お手隙の折
にでも当てて戴ければ幸甚です.
--- sb-yahoo.el.orig 2005-07-06 08:52:29.000000000 +0900
+++ sb-yahoo.el 2006-12-14 21:08:50.000000000 +0900
@@ -21,7 +21,7 @@
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, you can either send email to this
;; program's maintainer or write to: The Free Software Foundation,
-;; Inc.; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+;; Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
;;; Commentary:
@@ -68,8 +68,8 @@
(mapcar 'car shimbun-yahoo-groups-table))
(defvar shimbun-yahoo-from-address "nobody@xxxxxxxxxxx")
-(defvar shimbun-yahoo-content-start "</font><br><br>\n")
-(defvar shimbun-yahoo-content-end "\n<center>\n")
+(defvar shimbun-yahoo-content-start "<p[\t\n ]+class=\"yjMt[\t\n ]+s150\">\n")
+(defvar shimbun-yahoo-content-end "</td>\n</tr>\n</table>\n")
(defvar shimbun-yahoo-x-face-alist
'(("default" . "X-Face: \"Qj}=TahP*`:b#4o_o63:I=\"~wbql=kpF1a>Sp62\
# w3m での日本語メニューではお世話になっています.m(_ _)m > 山岡さん
# M-x describe-fontset で,何故,Adobe-helvetica-.... が出て来るのか....
# (_ _?
---
野宮 賢