unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3918: maximum buffer size exceed
@ 2009-07-24 12:41 Gunturu Murali Krishna
  2009-07-26 14:43 ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Gunturu Murali Krishna @ 2009-07-24 12:41 UTC (permalink / raw)
  To: bug-gnu-emacs


Recent messages:
File TAGS is large (288MB), really open? (y or n) 
byte-code: Maximum buffer size exceeded
Making completion list...
call-interactively: Text is read-only
call-interactively: End of buffer [8 times]
Making completion list... [3 times]
call-interactively: Text is read-only
Quit
Making completion list... [2 times]
Loading emacsbug...done

How can I open large file in EMACS?

thanks
-M






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#3918: maximum buffer size exceed
  2009-07-24 12:41 bug#3918: maximum buffer size exceed Gunturu Murali Krishna
@ 2009-07-26 14:43 ` Stefan Monnier
  2009-07-26 14:50   ` Processed: " Emacs bug Tracking System
  2009-07-26 16:18   ` Murali Krishna (gunkrish)
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Monnier @ 2009-07-26 14:43 UTC (permalink / raw)
  To: Gunturu Murali Krishna; +Cc: 3918

tag 3918 wontfix
thanks

> Recent messages:
> File TAGS is large (288MB), really open? (y or n) 
> byte-code: Maximum buffer size exceeded
> Making completion list...
> call-interactively: Text is read-only
> call-interactively: End of buffer [8 times]
> Making completion list... [3 times]
> call-interactively: Text is read-only
> Quit
> Making completion list... [2 times]
> Loading emacsbug...done

> How can I open large file in EMACS?

IIRC, on a 64bit system, you can open files upto 2GB.
On 32bit systems, you're currently limited to 256MB only (it could be
pushed to 512MB with some changes to the C code), and going
significantly further is pretty difficult.


        Stefan





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Processed: Re: bug#3918: maximum buffer size exceed
  2009-07-26 14:43 ` Stefan Monnier
@ 2009-07-26 14:50   ` Emacs bug Tracking System
  2009-07-26 16:18   ` Murali Krishna (gunkrish)
  1 sibling, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-07-26 14:50 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs Bugs

Processing commands for control@emacsbugs.donarmstrong.com:

> tag 3918 wontfix
bug#3918: maximum buffer size exceed
There were no tags set.
Tags added: wontfix

> thanks
Stopping processing here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#3918: maximum buffer size exceed
  2009-07-26 14:43 ` Stefan Monnier
  2009-07-26 14:50   ` Processed: " Emacs bug Tracking System
@ 2009-07-26 16:18   ` Murali Krishna (gunkrish)
  2009-07-26 18:34     ` Stefan Monnier
  1 sibling, 1 reply; 6+ messages in thread
From: Murali Krishna (gunkrish) @ 2009-07-26 16:18 UTC (permalink / raw)
  To: 3918

Hi Stefan,

What and where need to change in C code, could you please tell me the
procedure how to do it?

Thanks
Murali 

-----Original Message-----
From: Stefan Monnier [mailto:monnier@iro.umontreal.ca] 
Sent: Sunday, July 26, 2009 8:14 PM
To: Murali Krishna (gunkrish)
Cc: 3918@emacsbugs.donarmstrong.com
Subject: Re: bug#3918: maximum buffer size exceed

tag 3918 wontfix
thanks

> Recent messages:
> File TAGS is large (288MB), really open? (y or n)
> byte-code: Maximum buffer size exceeded Making completion list...
> call-interactively: Text is read-only
> call-interactively: End of buffer [8 times] Making completion list... 
> [3 times]
> call-interactively: Text is read-only
> Quit
> Making completion list... [2 times]
> Loading emacsbug...done

> How can I open large file in EMACS?

IIRC, on a 64bit system, you can open files upto 2GB.
On 32bit systems, you're currently limited to 256MB only (it could be
pushed to 512MB with some changes to the C code), and going
significantly further is pretty difficult.


        Stefan





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#3918: maximum buffer size exceed
  2009-07-26 16:18   ` Murali Krishna (gunkrish)
@ 2009-07-26 18:34     ` Stefan Monnier
  2011-07-09  5:52       ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2009-07-26 18:34 UTC (permalink / raw)
  To: Murali Krishna (gunkrish); +Cc: 3918

> What and where need to change in C code, could you please tell me the
> procedure how to do it?

It's not terribly hard to do, but it's not trivial either.
I.e. I have it done here locally, but extracting the corresponding patch
from my heap of local changes would take a little while.


        Stefan





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#3918: maximum buffer size exceed
  2009-07-26 18:34     ` Stefan Monnier
@ 2011-07-09  5:52       ` Glenn Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2011-07-09  5:52 UTC (permalink / raw)
  To: 3918-done


Since Emacs 23.2, buffers on 32-bit systems can typically be up to 512MB.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-09  5:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-24 12:41 bug#3918: maximum buffer size exceed Gunturu Murali Krishna
2009-07-26 14:43 ` Stefan Monnier
2009-07-26 14:50   ` Processed: " Emacs bug Tracking System
2009-07-26 16:18   ` Murali Krishna (gunkrish)
2009-07-26 18:34     ` Stefan Monnier
2011-07-09  5:52       ` Glenn Morris

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).