emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feature request: view part of file


From: Eli Zaretskii
Subject: Re: feature request: view part of file
Date: Sat, 19 Jan 2013 08:54:29 +0200

> From: Vitalie Spinu <address@hidden>
> Date: Sat, 19 Jan 2013 00:52:50 +0100
> Cc: address@hidden
> 
> So it is really a bug in emacs, insert-file-contents accepts integer
> values only, but for big files the size and positions are floats. In my
> case 802200060.0. 

It's not a bug, it's a fundamental limitation of how Emacs accesses
buffers.  Any valid buffer position _must_ fit into the width of an
Emacs integer.  The only way to lift that limitation is to compile
Emacs with a wider EMACS_INT type.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]