From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: clone-buffer in Info Date: Thu, 19 Nov 2009 10:33:58 -0800 Message-ID: <9EAF58CF0F56465F96877DEBE1BD6745@us.oracle.com> References: <686066FE605346A3B2374C97903C0D55@us.oracle.com> <4B058876.80000@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258655680 28291 80.91.229.12 (19 Nov 2009 18:34:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 18:34:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'martin rudalics'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 19:34:33 2009 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 1NBBpw-0004uj-7s for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 19:34:32 +0100 Original-Received: from localhost ([127.0.0.1]:37520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBBpv-0006Pi-Lz for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 13:34:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBBpq-0006P2-9Z for emacs-devel@gnu.org; Thu, 19 Nov 2009 13:34:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBBpl-0006MQ-Od for emacs-devel@gnu.org; Thu, 19 Nov 2009 13:34:26 -0500 Original-Received: from [199.232.76.173] (port=53670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBBpl-0006MJ-Kg for emacs-devel@gnu.org; Thu, 19 Nov 2009 13:34:21 -0500 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:49898) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBBpl-0007Cm-5d for emacs-devel@gnu.org; Thu, 19 Nov 2009 13:34:21 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nAJIZBFE013697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Nov 2009 18:35:12 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nAJ24BWG011571; Thu, 19 Nov 2009 18:36:05 GMT Original-Received: from abhmt020.oracle.com by acsmt357.oracle.com with ESMTP id 469736811258655637; Thu, 19 Nov 2009 12:33:57 -0600 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 19 Nov 2009 10:33:57 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4B058876.80000@gmx.at> Thread-Index: AcppQqH9SqNnwTvnRgyNv/h0/LRuuQAA1SeQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt356.oracle.com [141.146.40.156] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4B058FA6.0198:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:117279 Archived-At: > Here I don't have any problems cloning any Info buffers and navigating > them independently within their respective windows. AFAICT this issue > was never related to dedicated windows - at least until recently. My bad. I was using C-x 5 2 to get the buffers in different frames, and then I removed the wrong window, so I was in fact looking at the same buffer in both frames. So I was mistaken, which is good. Thx.