From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Neuss Newsgroups: gmane.emacs.help Subject: Emacs/w3m textarea editing in same window Date: Mon, 17 Nov 2008 13:37:43 +0100 Organization: IWRMM Message-ID: <87myfyedew.fsf@ma-patru.mathematik.uni-karlsruhe.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226925652 17715 80.91.229.12 (17 Nov 2008 12:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 12:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 17 13:41:54 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L23QP-0000rU-0a for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2008 13:41:53 +0100 Original-Received: from localhost ([127.0.0.1]:60609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L23PG-0006aQ-Lt for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2008 07:40:42 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news-2.dfn.de!news.uni-stuttgart.de!peernews!news.rz.uni-karlsruhe.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: ma-patru.mathematik.uni-karlsruhe.de Original-X-Trace: news4.rz.uni-karlsruhe.de 1226925463 18213 172.22.2.67 (17 Nov 2008 12:37:43 GMT) Original-X-Complaints-To: abuse@uni-karlsruhe.de Original-NNTP-Posting-Date: Mon, 17 Nov 2008 12:37:43 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:Bn4sJ1F2PL+pYNRdn/zeYKYw5As= Original-Xref: news.stanford.edu gnu.emacs.help:164531 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59865 Archived-At: Hello, when editing textareas in Emacs/w3m I end up editing in a separate (and smaller) window. Since my blocks of text are rather large, I would prefer very much if the current window would be used for editing (and restored afterwards). I tried to get this behaviour by using (pushnew "*w3m form textarea*" same-window-buffer-names) Unfortunately, this did not help. Does anyone here know a solution? Thank you, Nicolas