From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: isearch multiple buffers Date: Fri, 26 Oct 2007 14:42:04 -0400 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193424151 14339 80.91.229.12 (26 Oct 2007 18:42:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2007 18:42:31 +0000 (UTC) Cc: Dan Nicolaescu , Miles Bader , Eli Zaretskii , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 20:42:32 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 1IlU8Z-0003xf-CB for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 20:42:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlU8Q-0002vN-PH for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 14:42:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlU8M-0002uD-Tn for emacs-devel@gnu.org; Fri, 26 Oct 2007 14:42:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlU8L-0002u1-00 for emacs-devel@gnu.org; Fri, 26 Oct 2007 14:42:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlU8K-0002ty-SW for emacs-devel@gnu.org; Fri, 26 Oct 2007 14:42:12 -0400 Original-Received: from vpn-132-204-232-28.acd.umontreal.ca ([132.204.232.28] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlU8D-0004Rp-Mq; Fri, 26 Oct 2007 14:42:05 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5EDD1B4AB3; Fri, 26 Oct 2007 14:42:03 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Fri\, 26 Oct 2007 17\:42\:41 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:81782 Archived-At: >> But how many of those people will be able to use a bleeding-edge >> Emacs? The memory requirements would appear prohibitive if you have a >> platform for which nothing but MSDOS seems reasonable. > 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 ;-) Stefan