From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: gnus, Maximum buffer size exceeded Date: Fri, 31 Jul 2015 02:50:25 -0400 Message-ID: References: <58E42147-D3FE-41B0-B976-0057BDF4FFC2@gmail.com> <83pp3i2hvi.fsf@gnu.org> <83oaj22g72.fsf@gnu.org> <83y4i41z4l.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438325455 29198 80.91.229.3 (31 Jul 2015 06:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2015 06:50:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jason Hunter Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 31 08:50:51 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZL49X-0005pC-EK for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jul 2015 08:50:47 +0200 Original-Received: from localhost ([::1]:43359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZL49W-0000rO-Tk for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jul 2015 02:50:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZL49F-0000oz-D6 for help-gnu-emacs@gnu.org; Fri, 31 Jul 2015 02:50:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZL49E-0006kR-8K for help-gnu-emacs@gnu.org; Fri, 31 Jul 2015 02:50:29 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZL49C-0006jQ-G1; Fri, 31 Jul 2015 02:50:26 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZL49C-00010x-3K; Fri, 31 Jul 2015 02:50:26 -0400 X-Spook: SP4 Suspicious substance Ruby Ridge Hugo Chavez national X-Ran: { List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106161 Archived-At: 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