From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: isearch multiple buffers Date: Tue, 23 Oct 2007 22:04:12 +0200 Message-ID: References: <87odfcggvl.fsf@jurta.org> <87myut77c2.fsf@jurta.org> <873awlidih.fsf@offby1.atm01.sea.blarg.net> <871wc51any.fsf@jurta.org> <878x6a6ktw.fsf@jurta.org> <871wc15m2b.fsf@jurta.org> <87lk9ylkbb.fsf@jurta.org> <87hckk9uoa.fsf@jurta.org> <87abqcrq9p.fsf@catnip.gol.com> <471BE5D3.3050007@gmail.com> <87y7dwq7x9.fsf@catnip.gol.com> <861wbm8cso.fsf@lola.quinscape.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1193169885 19376 80.91.229.12 (23 Oct 2007 20:04:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 20:04:45 +0000 (UTC) Cc: miles@gnu.org, lennart.borgman@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 22:04:43 2007 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 1IkPzV-0002fH-Ff for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 22:04:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkPzN-0003aS-IF for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 16:04:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkPzL-0003aN-8S for emacs-devel@gnu.org; Tue, 23 Oct 2007 16:04:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkPzJ-0003aB-S2 for emacs-devel@gnu.org; Tue, 23 Oct 2007 16:04:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkPzJ-0003a8-OK for emacs-devel@gnu.org; Tue, 23 Oct 2007 16:04:29 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkPz8-0000qc-8o; Tue, 23 Oct 2007 16:04:18 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.57.227]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JET89417 (AUTH halo1); Tue, 23 Oct 2007 22:03:59 +0200 (IST) In-reply-to: (message from Richard Stallman on Tue, 23 Oct 2007 13:53:37 -0400) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:81591 Archived-At: > From: Richard Stallman > Date: Tue, 23 Oct 2007 13:53:37 -0400 > Cc: eliz@gnu.org, emacs-devel@gnu.org, lennart.borgman@gmail.com, > monnier@iro.umontreal.ca, miles@gnu.org > > > (This is not an immediate issue for isearch-multi.el, > > since it would truncate to isearch-.el and we have no > > other file which would get confused with that.) > > isearch-x.el > > I didn't notice that conflict, since that file is in a different > directory, but I think you are right that it is a conflict. If the files are in different directories, that's not a conflict. I just ran doschk on the current CVS, and it didn't report any 8+3 clashes.