From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Searching for the same text, in the same sessions but in a different window Date: Sat, 27 Feb 2010 08:06:46 -0800 Message-ID: <8B60CE242A2A44ABB7052F2433199411@us.oracle.com> References: <27721312.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267286951 30590 80.91.229.12 (27 Feb 2010 16:09:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2010 16:09:11 +0000 (UTC) To: "'jrocha'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 27 17:08:59 2010 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.69) (envelope-from ) id 1NlPDu-00030E-Pp for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 17:08:59 +0100 Original-Received: from localhost ([127.0.0.1]:55043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlPDu-0005il-6y for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 11:08:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlPDU-0005i8-7z for help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 11:08:32 -0500 Original-Received: from [140.186.70.92] (port=50099 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlPDS-0005hm-6Y for Help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 11:08:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlPDR-0007dv-Cg for Help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 11:08:30 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:38532) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlPDR-0007dn-7g for Help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 11:08:29 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o1RG8LpV002906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 27 Feb 2010 16:08:22 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o1RFftew023250; Sat, 27 Feb 2010 16:08:20 GMT Original-Received: from abhmt015.oracle.com by acsmt355.oracle.com with ESMTP id 51488331267286809; Sat, 27 Feb 2010 08:06:49 -0800 Original-Received: from dradamslap1 (/10.175.219.163) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 27 Feb 2010 08:06:49 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <27721312.post@talk.nabble.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acq3tiEOOPAak95nRXuXM34uJigHiwAEBdRA X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4B894375.00DE:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72211 Archived-At: > 4. Next I use CTRL-X 5 2 to open a new window, and in that > window I open a different text file. FYI - You can use `C-x 5 f' to directly open the second file in a separate frame. And if you want to use a separate frame by default each time you visit a buffer (including a file) in another window, then you can customize option `pop-up-frames' to t. > 7. Now, if I go back to window #1 and invoke CTRL-S in the > old window, I want to search for the new string in the old > (#1) window too. > > This works fine in my Solaris emacs, but this is not the > behavior in Linux emacs. In Linux emacs, it remembers my OLD > search string and searches for that instead. Sounds like a bug to me. I see nothing in NEWS about it. Please use `M-x report-emacs-bug' to report it.