Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Subject: Re: HTML (was: Re: Those MIME requirements)
Date: 12 Sep 1998 20:41:18 -0500	[thread overview]
Message-ID: <86g1dw6b7l.fsf@kramer-fast.bp.aventail.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "12 Sep 1998 14:00:40 +0200"

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Per Abrahamsen <abraham@dina.kvl.dk> writes:
> 
> > 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.
> 
> 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.

  This sounds like a completely bogus bug in Emacs and XEmacs to me.
Make them fix it. :)

> > 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'.
> 
> Right.  And then how would things be called and stuff?  (I tried the
> Widget manual, but it didn't mention this function...)

  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.

-Bill P.


  reply	other threads:[~1998-09-13  1:41 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-11 11:35 Those MIME requirements Lars Magne Ingebrigtsen
1998-09-11 12:51 ` Kai Grossjohann
1998-09-11 13:05 ` Steinar Bang
1998-09-11 14:23   ` Kai Grossjohann
1998-09-11 14:50   ` Steinar Bang
1998-09-11 15:08   ` Lars Magne Ingebrigtsen
1998-09-11 17:07     ` Jason L Tibbitts III
1998-09-11 21:10       ` Kai Grossjohann
1998-09-12  3:10       ` Lars Magne Ingebrigtsen
1998-09-12  8:47         ` Hrvoje Niksic
1998-09-12 11:41           ` Lars Magne Ingebrigtsen
1998-09-16 13:13             ` Hrvoje Niksic
1998-09-16 14:21               ` Lars Magne Ingebrigtsen
1998-09-17 12:07                 ` Hrvoje Niksic
1998-09-11 21:06     ` Kai Grossjohann
1998-09-12  6:16       ` Lars Magne Ingebrigtsen
1998-09-11 13:48 ` Kai Grossjohann
1998-09-11 13:51 ` Kai Grossjohann
1998-09-11 15:12   ` Lars Magne Ingebrigtsen
1998-09-11 15:25 ` Hrvoje Niksic
1998-09-11 15:52   ` Lars Magne Ingebrigtsen
1998-09-11 18:10     ` Hrvoje Niksic
1998-09-11 19:16       ` William M. Perry
1998-09-11 20:25         ` Alan Shutko
1998-09-11 20:40           ` Richard Coleman
1998-09-13  1:59           ` William M. Perry
1998-09-12  6:10       ` Lars Magne Ingebrigtsen
1998-09-11 15:34 ` HTML (was: Re: Those MIME requirements) Per Abrahamsen
1998-09-11 17:26   ` William M. Perry
1998-09-11 18:12     ` Per Abrahamsen
1998-09-11 19:17       ` William M. Perry
1998-09-12  4:51     ` Lars Magne Ingebrigtsen
1998-09-12  9:58       ` Per Abrahamsen
1998-09-12 12:00         ` Lars Magne Ingebrigtsen
1998-09-13  1:41           ` William M. Perry [this message]
1998-09-13  6:57             ` Lars Magne Ingebrigtsen
1998-09-14 11:32               ` Per Abrahamsen
1998-09-14 14:00                 ` Lars Magne Ingebrigtsen
1998-09-14 11:32             ` Per Abrahamsen
1998-09-14  8:56         ` Jan Vroonhof
1998-09-14 10:59         ` Dave Love
1998-09-14 11:32           ` Per Abrahamsen
1998-09-16  7:53         ` Hrvoje Niksic
1998-09-11 16:38 ` Those MIME requirements Hallvard B Furuseth
1998-09-12  2:56   ` Lars Magne Ingebrigtsen
1998-09-13  1:34     ` William M. Perry
1998-09-11 21:04 ` Kai Grossjohann
1998-09-12  6:15   ` Lars Magne Ingebrigtsen
1998-09-12 10:06     ` Lisp in mailcap file (Re: Those MIME requirements) Jean-Yves Perrier
1998-09-13  1:32     ` Those MIME requirements William M. Perry
1998-09-12  9:48 ` CID (Was Re: Those MIME requirements) Jean-Yves Perrier
1998-09-12 11:53   ` Lars Magne Ingebrigtsen
1998-09-13  1:37     ` William M. Perry
1998-09-13  6:08       ` Lars Magne Ingebrigtsen
1998-09-14 17:16 ` Those updated MIME requirements Steinar Bang
1998-09-15  0:43 ` Those " Simon Josefsson
1998-09-16  9:23   ` Lars Magne Ingebrigtsen
1998-09-16 13:10     ` Hrvoje Niksic
1998-09-16 15:06     ` Per Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86g1dw6b7l.fsf@kramer-fast.bp.aventail.com \
    --to=wmperry@aventail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).