From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47468 Path: main.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: New mm-inline-text-html-render-with-w3m requires emacs-w3m-1.3.3 Date: Wed, 30 Oct 2002 16:36:13 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: <20021030163614C.1000@pine.kuee.kyoto-u.ac.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035963471 31626 80.91.224.249 (30 Oct 2002 07:37:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 07:37:51 +0000 (UTC) Cc: semi-gnus-ja@meadowy.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186nQA-0008DQ-00 for ; Wed, 30 Oct 2002 08:37:47 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 186nP5-0002Fn-00; Wed, 30 Oct 2002 01:36:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 30 Oct 2002 01:37:23 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA13248 for ; Wed, 30 Oct 2002 01:37:10 -0600 (CST) Original-Received: (qmail 15602 invoked by alias); 30 Oct 2002 07:36:20 -0000 Original-Received: (qmail 15597 invoked from network); 30 Oct 2002 07:36:20 -0000 Original-Received: from pine.kuee.kyoto-u.ac.jp (130.54.208.130) by gnus.org with SMTP; 30 Oct 2002 07:36:20 -0000 Original-Received: (qmail 16549 invoked from network); 30 Oct 2002 16:36:17 +0900 Original-Received: from pine.kuee.kyoto-u.ac.jp (130.54.208.130) by pine.kuee.kyoto-u.ac.jp with SMTP; 30 Oct 2002 16:36:17 +0900 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org, semi-gnus-ja@meadowy.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) X-Dispatcher: impost version 0.99i-ssh (Nov. 24, 1999) Original-Lines: 31 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47468 Hi, In order to simplify emacs-w3m related code in mm-view.el and to improve operationality of HTML part in an article buffer, I committed the following change. 2002-10-30 TSUCHIYA Masatoshi * lpath.el: Bind w3m-minor-mode-map. * mm-view.el (mm-w3m-mode-command-alist) (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed. (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs. (mm-setup-w3m): Simplified. (mm-w3m-local-map-property): New function. (mm-inline-text-html-render-with-w3m): Use it. * gnus-art.el (gnus-article-wash-html-with-w3m): Use mm-w3m-local-map-property. After this change, just type RET on a anchor of HTML part in an article buffer, and pop up a window which shows the linked page with emacs-w3m. However, this feature requires emacs-w3m-1.3.3. If you use the older version of emacs-w3m, please upgrade it. -- TSUCHIYA Masatoshi