From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Maximum buffer size exceeded Date: 05 May 2004 13:22:25 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <7iekpzljjq.fsf@neoscale.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083752804 31750 80.91.224.253 (5 May 2004 10:26:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 May 2004 10:26:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 12:26:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BLJbo-0003RV-00 for ; Wed, 05 May 2004 12:26:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLJWh-00021v-Sp for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2004 06:21:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BLJWD-00020P-Re for help-gnu-emacs@gnu.org; Wed, 05 May 2004 06:20:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BLJVh-0001rD-Mc for help-gnu-emacs@gnu.org; Wed, 05 May 2004 06:20:48 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1BLJVg-0001q8-Ke for help-gnu-emacs@gnu.org; Wed, 05 May 2004 06:20:17 -0400 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Marco Gidde on 05 May 2004 07:53:04 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18263 > From: Marco Gidde > Newsgroups: gnu.emacs.help > Date: 05 May 2004 07:53:04 +0200 > > I was in the same situation a few days ago, a large file with more > than 200MB. It's sad, but vim did the job without complaining. Why ``sad''? Every editor has its breaking point wrt file sizes; I imagine vim would break somewhere near 2GB, if not before that. OTOH, why would someone need to load such a huge file into an interactive editor like Emacs or vim? Sed sounds like a perfect tool for the job (faster, too). In other words, there's the best tool for every job, and Emacs (nor vim) is not the one for this job.