From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: opening large files (few hundred meg) Date: Wed, 30 Jan 2008 16:53:22 -0500 Organization: UseNetServer.com Message-ID: References: <1f94fef6-a335-4ce5-8d4b-7e87025a28dc@e32g2000prn.googlegroups.com> <87r6g1esga.fsf@gmx.de> <87zlundzhu.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201732870 26887 80.91.229.12 (30 Jan 2008 22:41:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2008 22:41:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 30 23:41:31 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JKLcX-0007yg-77 for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jan 2008 23:41:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKLc5-0008E9-Sp for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jan 2008 17:41:01 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.astraweb.com!border2.newsrouter.astraweb.com!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!TEKSAVVY.COM-Free-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:2CvJ1MBOSUbg4gYSIyZUCAQJwA4= Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 10 Original-X-Trace: 9cf4b47a0f1d26b5d3adc30468 Original-Xref: shelby.stanford.edu gnu.emacs.help:155724 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51107 Archived-At: >> Currently, the largest integer is 128MB. This can be easily bumped up >> to 256MB (I'm using such a hack on my local Emacs). > Eh? The largest integer _is_ already (256 MB -1) in Emacs 22: Yes, sorry. I mixed it up: the current limit is indeed 256MB, while my local hack bumps it up to 512MB. And XEmacs can go up to 1GB. Stefan