[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does w3m has the functions to send a page by email?
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 25 May 2006 18:55:39 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 08724
- References: <8xoqqwbl.fsf@163.com>
>>>>> In [emacs-w3m : No.08723] 清秀 wrote:
> When I use Microsoft IE 6.0, I can send a page by choosing
> File->send->page by email. I wonder when I use w3m in emacs, is
> there a similar function? Thanks a lot!
You can do it using Gnus and emacs-w3m, though it is not very
handy.
Type the \ key in the w3m mode buffer to display an html source.
Open a message buffer, fill the headers with recipients and a
subject, goto the body, type:
M-x mml-attach-buffer RET
*w3m* RET (it might have to be *w3m*<2>, *w3m*<3>, etc.)
text/html RET RET
and replace disposition=attachment with disposition=inline,
then type `C-c C-c'.