From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Marsden Newsgroups: gmane.emacs.help Subject: Re: emacs-w3m save html Date: Fri, 20 Sep 2002 10:55:58 +0200 Organization: LAAS-CNRS http://www.laas.fr/ 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 1032551693 28739 127.0.0.1 (20 Sep 2002 19:54:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2002 19:54:53 +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 17sTrX-0007TN-00 for ; Fri, 20 Sep 2002 21:54:51 +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 17sTrw-0003Wi-00; Fri, 20 Sep 2002 15:55:16 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.clara.net!heighliner.fr.clara.net!lirmm.fr!ciril.fr!univ-lille1.fr!news.cict.fr!news.laas.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: melbourne.laas.fr Original-X-Trace: kane.laas.fr 1032512158 8156 140.93.21.103 (20 Sep 2002 08:55:58 GMT) Original-X-Complaints-To: abuse@laas.fr Original-NNTP-Posting-Date: 20 Sep 2002 08:55:58 GMT X-Message-Flags: Don't Panic! X-Eric-Conspiracy: there is no conspiracy X-Attribution: ecm X-URL: http://www.chez.com/emarsden/ User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.2 Original-Xref: nntp.stanford.edu gnu.emacs.help:105095 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:1649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1649 >>>>> "sp" == sparkle writes: sp> I just started using emacs-w3m (1.3.2) and I love it! However,I sp> can't figure out a straightforward way to save web pages as sp> html. The way I do it now is press \ to get the source and then sp> save the buffer. When I save the buffer with an .html extension, sp> w3m closes and I get dropped into an html editing buffer, which sp> 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. -- Eric Marsden