From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16989 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: HTML (was: Re: Those MIME requirements) Date: 12 Sep 1998 11:58:42 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <864sue1rxd.fsf@kramer-fast.bp.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035155770 31045 80.91.224.250 (20 Oct 2002 23:16:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:16:10 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA01504 for ; Sat, 12 Sep 1998 06:00:39 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id EAF15993; Sat, 12 Sep 1998 04:31:42 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Sep 1998 04:59:07 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id EAA25865 for ; Sat, 12 Sep 1998 04:58:58 -0500 (CDT) Original-Received: from sheridan.dina.kvl.dk (root@sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA01477 for ; Sat, 12 Sep 1998 05:58:51 -0400 (EDT) Original-Received: from babbage.dina.kvl.dk (babbage.dina.kvl.dk [130.225.40.217]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with SMTP id LAA14923; Sat, 12 Sep 1998 11:58:59 +0200 Original-Received: by babbage.dina.kvl.dk (SMI-8.6/SMI-SVR4) id LAA16512; Sat, 12 Sep 1998 11:58:42 +0200 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 15 X-Mailer: Gnus v5.6.42/Emacs 20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16989 Lars Magne Ingebrigtsen writes: > It would be very, very nice if w3 were to use `local-map' and > `keymap' text props on the hyperlinks so bind keys to the w3 > commands when point is over the w3 buttons. These properties don't work well with the mouse. When you push a mouse button, the location of point (the text cursor) and not the mouse pointer will determine what keymap is used. I think it would be better to inherit the article keymap from `widget-keymap'. Even better would be if Gnus used standard widget buttons in the article, then it would work together with W3 perfectly. You can "buttonize" existing text by calling `widget-convert-button'.