From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17079 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: HTML (was: Re: Those MIME requirements) Date: 14 Sep 1998 13:32:38 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <864sue1rxd.fsf@kramer-fast.bp.aventail.com> <86g1dw6b7l.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 1035155844 31479 80.91.224.250 (20 Oct 2002 23:17:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:17:24 +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 HAA11017 for ; Mon, 14 Sep 1998 07:34:44 -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 GAF25497; Mon, 14 Sep 1998 06:05:48 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 14 Sep 1998 06:33:13 -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 GAA00270 for ; Mon, 14 Sep 1998 06:32:57 -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 HAA10985 for ; Mon, 14 Sep 1998 07:32:47 -0400 (EDT) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id NAA23805; Mon, 14 Sep 1998 13:32:57 +0200 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id NAA19947; Mon, 14 Sep 1998 13:32:38 +0200 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 22 X-Mailer: Gnus v5.6.42/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17079 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17079 wmperry@aventail.com (William M. Perry) writes: > Lars Magne Ingebrigtsen writes: > > > That's true, but can't that be worked around? The default mouse-2 > > function might look whether there is some local keymap where the user > > clicked the mouse pointer, and if there is and the mouse-2 function is > > bound there as well, then the default function could call that other > > function instead. Sure, but how would this help the widget package to achieve total world domination (or at least Emacs pseudo-GUI domination)? > > > You can "buttonize" existing text by calling `widget-convert-button'. > > > Emacs/W3 uses widget-convert-text, like so: > > (widget-convert-text 'link start-pos end-pos start-pos end-pos link-info) And the only difference with `widget-convert-button' is that you don't have to state the start and end pos twice ;-)