From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: isearch multiple buffers Date: Fri, 26 Oct 2007 17:42:41 +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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193413398 1691 80.91.229.12 (26 Oct 2007 15:43:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2007 15:43:18 +0000 (UTC) Cc: Eli Zaretskii , Dan Nicolaescu , emacs-devel@gnu.org, Miles Bader To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 17:43:18 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 1IlRL3-00061R-C9 for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 17:43:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlRKu-0002JO-JT for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 11:43:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlRKq-0002JH-SF for emacs-devel@gnu.org; Fri, 26 Oct 2007 11:42:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlRKp-0002Iq-4s for emacs-devel@gnu.org; Fri, 26 Oct 2007 11:42:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlRKp-0002Ik-1l for emacs-devel@gnu.org; Fri, 26 Oct 2007 11:42:55 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlRKo-00058M-9z for emacs-devel@gnu.org; Fri, 26 Oct 2007 11:42:54 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1082346wah for ; Fri, 26 Oct 2007 08:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=BWxBclGLAa0RVt7MGBKDlXXNgFDVlUSzgU19cmfB+Xw=; b=DR+ivJa8boBeTtPGZBsx1wR7SD2etePsS+iKV1h+Hg/A/Rn2sd/LrnqhdtkLx9lBZlJjkrWKm8w9ObgxogJ/N0MKCxQAtXGWYu7ji05eKC2tf59ZwpTcogbubUB5zNcYSQJ/wqXUjz15oFj5RzFHbwksbOS01m+Et28JJJkh6uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lNEKdB+kGVdXUUoFELpgq6aYiGDMZ2iLgx5DfW2+nwG8Vu0g3Sdl4Ibx4lyQA+0OWgZPcFJ5C1w2xcavOtGsc4JSFf9QuxsOnu44LdledzAXzswclEK9Be0uDORSu4CIbI7tBys3e94za+mo0vsvaZUXQTDjyuLrk5qUF9fHRYw= Original-Received: by 10.115.79.1 with SMTP id g1mr3598870wal.1193413361535; Fri, 26 Oct 2007 08:42:41 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Fri, 26 Oct 2007 08:42:41 -0700 (PDT) In-Reply-To: <861wbh28h5.fsf@lola.quinscape.zz> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 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:81776 Archived-At: On 10/26/07, David Kastrup wrote: > 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? Juanma