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: Fri, 26 Oct 2007 21:23:08 +0200 Message-ID: References: <87odfcggvl.fsf@jurta.org> <87odepv21n.fsf@catnip.gol.com> <87ir4wjcev.fsf@catnip.gol.com> <200710261516.l9QFGQ7C001069@oogie-boogie.ics.uci.edu> <861wbh28h5.fsf@lola.quinscape.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1193426632 23363 80.91.229.12 (26 Oct 2007 19:23:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2007 19:23:52 +0000 (UTC) Cc: lekktu@gmail.com, dann@ics.uci.edu, emacs-devel@gnu.org, miles@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 21:23:53 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 1IlUmM-0007ho-Fj for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 21:23:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlUmD-0007ru-M0 for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 15:23:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlUm2-0007iG-DL for emacs-devel@gnu.org; Fri, 26 Oct 2007 15:23:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlUm0-0007fg-Q1 for emacs-devel@gnu.org; Fri, 26 Oct 2007 15:23:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlUm0-0007fR-L0 for emacs-devel@gnu.org; Fri, 26 Oct 2007 15:23:12 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlUlx-0006zR-F3; Fri, 26 Oct 2007 15:23:09 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-4-136.inter.net.il [80.230.4.136]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DYU45415 (AUTH halo1); Fri, 26 Oct 2007 21:23:06 +0200 (IST) In-reply-to: (message from Stefan Monnier on Fri, 26 Oct 2007 14:42:04 -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:81788 Archived-At: > From: Stefan Monnier > Date: Fri, 26 Oct 2007 14:42:04 -0400 > Cc: Dan Nicolaescu , Miles Bader , > Eli Zaretskii , emacs-devel@gnu.org > > > You're right, but I was assuming that the MS-DOS port of Emacs 22.1 > > could run in 640 KB machines. Isn't it so? > > As long as a 640KB machine can load the 3MB `emacs' binary, that should be > fine ;-) With virtual memory, it can. And the MSDOS port does use virtual memory.