From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17378 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: URLs and pgnus 0.30 Date: 24 Sep 1998 15:48:30 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156089 594 80.91.224.250 (20 Oct 2002 23:21:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:21:29 +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 JAA09714 for ; Thu, 24 Sep 1998 09:49:16 -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 IAF06246; Thu, 24 Sep 1998 08:20:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Sep 1998 08:48:54 -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 IAA13940 for ; Thu, 24 Sep 1998 08:48:46 -0500 (CDT) Original-Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA09681 for ; Thu, 24 Sep 1998 09:48:34 -0400 (EDT) Original-Received: from bolzano (vroonhof@bolzano [129.132.146.140]) by frege.math.ethz.ch (8.8.8/Main-STAT-mailer) with ESMTP id PAA15531 for ; Thu, 24 Sep 1998 15:47:50 +0200 (MET DST) Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id PAA22070; Thu, 24 Sep 1998 15:48:30 +0200 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "Sat, 19 Sep 1998 21:10:01 GMT" Original-Lines: 14 User-Agent: Gnus/5.070032 (Pterodactyl Gnus v0.32) XEmacs/21.0 (Norwegian) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17378 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17378 Lars Magne Ingebrigtsen writes: > > (widget-convert-button TYPE BEG END :button-keymap widget-button-keymap) > > I'll try this in 0.32. Works almost. Button'2-ing on an URL gives Signaling: (wrong-type-argument commandp (quote widget-button-click)) call-interactively((quote widget-button-click)) Invoking it from the keyboard currently does nothing. Jan