[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m mailto with gnus
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 15 Jun 2006 11:54:53 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 08759
- References: <1150305764.353838.309030@y41g2000cwy.googlegroups.com> <b4mlkrzmhmw.fsf@jpl.org>
>>>>> In <b4mlkrzmhmw.fsf@xxxxxxx> Katsumi Yamaoka wrote:
>>>>>> In the comp.emacs.xemacs newsgroup,
>>>>>> <1150305764.353838.309030@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
>>>>>> harry meyers wrote:
>> If I follow a mailto link within XEmacs/w3m a gnus mail is opened but
>> the email address doesn't appear in the To: field. I have to add it by
>> hand. What can I do that it is entered automatically?
>> harry
> Oops. I confirmed Emacs does but XEmacs doesn't.
> I'll fix it ASAP. Thank you for pointing it out.
I've added rfc2368.el to the emacs-w3m CVS repository and
updated the Info manual as follows:
`rfc2368.el'
Install it if you'd like to enable emacs-w3m running with XEmacs to
parse `mailto' urls properly. You can find the `rfc2368.el'
module which can be used with XEmacs in the `attic' directory in
the emacs-w3m distribution. To install it, copy the `rfc2368.el'
file to the directory belonging to the `load-path', and perform the
following command:
% xemacs -batch -vanilla -f batch-byte-compile rfc2368.el
Could you try it? It is temporarily available as:
ftp://ftp.jpl.org/pub/tmp/rfc2368.el
or http://www.jpl.org/ftp/pub/tmp/rfc2368.el