unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Eli Zaretskii <eliz@gnu.org>,
	emacs-devel@gnu.org, help-gnu-emacs@gnu.org,
	"Kim F. Storm" <storm@cua.dk>
Subject: Re: maximum buffer size exceeded
Date: Wed, 05 Sep 2007 16:14:24 +0100	[thread overview]
Message-ID: <46DEC7D0.1030709@gnu.org> (raw)
In-Reply-To: <jwvmyw12nhj.fsf-monnier+emacs@gnu.org>

Stefan Monnier wrote:
> PS: You can supposedly open >4GB files in Emacs with 64bit systems, but
> looking at the C code, it's clear that you'll bump into bugs where we cast
> EMACS_INT values to and from `int' (which on many 64bit systems are only
> 32bit).  I tend to fix those bugs when I bump into them, but they're
> everywhere and I've fixed only a tiny fraction of them.
>   
long is also 32 bits on 64bit versions of Windows, so avoid simply
replacing int with long.

  reply	other threads:[~2007-09-05 15:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <uk5r9in1f.fsf@yahoo.com.br>
     [not found] ` <ct4pidqnvf.fsf@freenet.de>
     [not found]   ` <u1wdgn3wq.fsf@yahoo.com.br>
     [not found]     ` <87ejhgdux0.fsf@lion.rapttech.com.au>
     [not found]       ` <mailman.254.1188847491.18990.help-gnu-emacs@gnu.org>
     [not found]         ` <87veaqr5l2.fsf@kobe.laptop>
     [not found]           ` <utzqatc3x.fsf@gnu.org>
2007-09-05 12:37             ` maximum buffer size exceeded Kim F. Storm
2007-09-05 15:00               ` Stefan Monnier
2007-09-05 15:14                 ` Jason Rumney [this message]
2007-09-05 16:08                   ` Stefan Monnier
2007-09-06  4:59               ` Richard Stallman
2007-09-06  5:44                 ` David Kastrup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46DEC7D0.1030709@gnu.org \
    --to=jasonr@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).