From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: isearch multiple buffers Date: Tue, 23 Oct 2007 10:17:59 +0200 Message-ID: <861wbm8cso.fsf@lola.quinscape.zz> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193127503 27891 80.91.229.12 (23 Oct 2007 08:18:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 08:18:23 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, lennart.borgman@gmail.com, monnier@iro.umontreal.ca, Miles Bader To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 10:18:23 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 1IkExz-00054b-68 for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 10:18:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkExq-0001LR-MK for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 04:18:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkExn-0001J1-1n for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:18:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkExi-000184-Fl for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:18:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkExi-00013f-5w for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:18:06 -0400 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkExf-0003hB-Ak for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:18:03 -0400 Original-Received: from quinscape.de (dslnet.212-29-44.ip210.dokom.de [212.29.44.210] (may be forged)) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id KAA06803 for ; Tue, 23 Oct 2007 10:18:01 +0200 X-Delivered-To: Original-Received: (qmail 19330 invoked from network); 23 Oct 2007 08:18:01 -0000 Original-Received: from localhost (quinx.quinscape.de [127.0.0.1]) by quinx.quinscape.de (AvMailGate-2.1.3-2) id 19324-VU4mJB; Di, 23 Okt 2007 10:17:59 +0200 (CEST) Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 23 Oct 2007 08:17:59 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 43E968F281; Tue, 23 Oct 2007 10:17:59 +0200 (CEST) In-Reply-To: (Richard Stallman's message of "Tue\, 23 Oct 2007 03\:12\:37 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.6.0.27; VDF: 7.0.0.121; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:81528 Archived-At: Richard Stallman writes: > Are we going to stop supporting msdos 8.3 filenames already?!? > > Eli, is there any reason to continue making sure our file names > are unique when truncated to 8.3 form? > > (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 -- David Kastrup