From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: happy@vole.com (mr.sparkle) Newsgroups: gmane.emacs.help Subject: Re: emacs-w3m save html Date: 21 Sep 2002 17:47:48 -0400 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032645382 12441 127.0.0.1 (21 Sep 2002 21:56:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2002 21:56:22 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ssEe-0003ES-00 for ; Sat, 21 Sep 2002 23:56:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ssEb-0003Rp-00; Sat, 21 Sep 2002 17:56:17 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 20 Original-Xref: nntp.stanford.edu gnu.emacs.help:105139 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1693 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1693 On Fri, 20 Sep 2002, emarsden@laas.fr wrote: >>>>>> "sp" == sparkle writes: > > sp> I just started using emacs-w3m (1.3.2) and I love it! > sp> However,I can't figure out a straightforward way to save web > sp> pages as html. The way I do it now is press \ to get the > sp> source and then save the buffer. When I save the buffer with > sp> an .html extension, w3m closes and I get dropped into an html > sp> editing buffer, which is not the behavior I want. > > I don't know how to do this directly from emacs-w3m, but once you're > in the buffer with the file source, you can say > > C-x h M-x write-region RET filename > > to avoid losing the *w3m* buffer. Thanks! That's much better than what I was doing, although it would be nice to have a save-source command in emacs-w3m, since it's such a basic action.