From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17031 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: HTML (was: Re: Those MIME requirements) Date: 13 Sep 1998 08:57:40 +0200 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 X-Trace: main.gmane.org 1035155804 31226 80.91.224.250 (20 Oct 2002 23:16:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:16:44 +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 DAA18436 for ; Sun, 13 Sep 1998 03:36:24 -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 CAF20040; Sun, 13 Sep 1998 02:07:23 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Sep 1998 02:36:11 -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 CAA10268 for ; Sun, 13 Sep 1998 02:36:03 -0500 (CDT) Original-Received: from sparky.gnus.org (ppp010.uio.no [129.240.240.11]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA18430 for ; Sun, 13 Sep 1998 03:35:50 -0400 (EDT) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id JAA16133; Sun, 13 Sep 1998 09:38:55 +0200 Mail-Copies-To: never X-Now-Reading: Ursula K. Le Guin's _Unlocking the Air and Other Stories_ Original-To: ding@gnus.org In-Reply-To: wmperry@aventail.com's message of "12 Sep 1998 20:41:18 -0500" User-Agent: Gnus/5.07003 (Pterodactyl Gnus v0.30) XEmacs/21.0 (Finnish Landrace) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ Emacs/W3 uses widget-convert-text, like so: > > (widget-convert-text 'link start-pos end-pos start-pos end-pos link-info) > > You just have an appropriate :action specified in link-info and just make > that function do what you want. Right. I've now converted all the buttons to use widget. But there's one thing about the widget keymap I don't get -- isn't TAB supposed to go to the next widget? I've made widget-keymap the parent of gnus-article-mode-keymap (and I don't define TAB in the latter keymap), but under Emacs 20.3, TAB still gives me indent-for-tab. It works OK under XEmacs 21, though... (The same with RET.) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen