help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: gnus, Maximum buffer size exceeded


From: Glenn Morris
Subject: Re: gnus, Maximum buffer size exceeded
Date: Fri, 31 Jul 2015 02:50:25 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Jason Hunter wrote:

> Ok, so, I'm using emacs on ubuntu-14.10 and this compile time flag has
> not been added then?

I doubt there is a pre-built binary with this option on, no.
You could build your own with:


sudo apt-get build-dep emacs24
wget http://ftpmirror.gnu.org/emacs/emacs-24.5.tar.xz
tar -avxf emacs-24.5.tar.xz
cd emacs-24.5
./configure --with-wide-int
make
sudo make install



reply via email to

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