From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: window groups Date: Tue, 03 Jun 2008 13:54:11 +0200 Message-ID: <87zlq2ivj0.fsf@escher.local.home> References: <483D4E9A.9020001@gmx.at> <87wsldgkgz.fsf@stupidchicken.com> <87abi9j57j.fsf@catnip.gol.com> <87ve0wbxhb.fsf@stupidchicken.com> <874p8gkafs.fsf@catnip.gol.com> <483F4216.9060606@emf.net> <483FA7C6.7060408@gmx.at> <48402E69.4000003@emf.net> <48411600.3000309@gmx.at> <4841545B.50004@gmx.at> <4841893F.6040402@emf.net> <4841D347.3030908@gmx.at> <48436DD8.4060107@emf.net> <4843BEB1.9020900@gmx.at> <484508B0.9070007@gmx.at> <48452A6F.9080507@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212494084 31322 80.91.229.12 (3 Jun 2008 11:54:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 11:54:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 13:55:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3V6r-00021o-Nn for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 13:55:25 +0200 Original-Received: from localhost ([127.0.0.1]:46522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3V65-0002jq-LU for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 07:54:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3V60-0002iu-5y for emacs-devel@gnu.org; Tue, 03 Jun 2008 07:54:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3V5y-0002iY-6l for emacs-devel@gnu.org; Tue, 03 Jun 2008 07:54:31 -0400 Original-Received: from [199.232.76.173] (port=52538 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3V5x-0002iQ-Rx for emacs-devel@gnu.org; Tue, 03 Jun 2008 07:54:29 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:40124 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3V5x-0002y2-Pw for emacs-devel@gnu.org; Tue, 03 Jun 2008 07:54:30 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K3V5t-0007Pu-Uy for emacs-devel@gnu.org; Tue, 03 Jun 2008 11:54:25 +0000 Original-Received: from i5387e3a8.versanet.de ([83.135.227.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jun 2008 11:54:25 +0000 Original-Received: from stephen.berman by i5387e3a8.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jun 2008 11:54:25 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387e3a8.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98295 Archived-At: On Tue, 03 Jun 2008 13:26:39 +0200 martin rudalics wrote: >> It doesn't even handle the case where you have 2 windows in a frame and you >> invoke help. Instead of burying the help buffer it closes the window. >> Thank you view mode. >> >> Ie, in Emacs 22.2 -Q: C-x 3 C-h f i f RET C-x o q gives me a one window >> configuration, and in an older emacs session often even changes the buffer >> displayed in that window. It feels like it goes out of its way to disrupt >> my work. > > This should work with Emacs 23. Can someone try? Works for me in GNU Emacs 23.0.60.9 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2008-05-29 on escher. Steve Berman