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:01:52 +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> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1193169816 19137 80.91.229.12 (23 Oct 2007 20:03:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 20:03:36 +0000 (UTC) Cc: emacs-devel@gnu.org, lennart.borgman@gmail.com, monnier@iro.umontreal.ca, miles@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 22:03:36 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 1IkPy7-00026V-9m for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 22:03:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkPxz-0002ld-DG for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 16:03:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkPxZ-0002Vg-GU for emacs-devel@gnu.org; Tue, 23 Oct 2007 16:02:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkPxX-0002U5-Iw for emacs-devel@gnu.org; Tue, 23 Oct 2007 16:02:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkPxX-0002Tv-CI for emacs-devel@gnu.org; Tue, 23 Oct 2007 16:02:39 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkPxP-0000Mp-3S; Tue, 23 Oct 2007 16:02:31 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.57.227]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ICR93371 (AUTH halo1); Tue, 23 Oct 2007 21:59:20 +0200 (IST) In-reply-to: (message from Richard Stallman on Tue, 23 Oct 2007 03:12: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:81590 Archived-At: > From: Richard Stallman > CC: monnier@iro.umontreal.ca, lennart.borgman@gmail.com, > emacs-devel@gnu.org > Date: Tue, 23 Oct 2007 03:12:37 -0400 > > 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? I didn't yet decide firmly whether Emacs 23 will support MS-DOS. It depends on whether I will have time to fix the breakage due to multi-tty and the upcoming Unicode mergers. So, for now, I'd appreciate if we would try to avoid 8+3 problems if we can avoid that. For the record, there are no such conflicts in the current CVS trunk.