From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ptrdiff_t misuse [was :Re: (empty)] Date: Thu, 05 Jul 2012 19:31:15 +0300 Message-ID: <83vci22mr0.fsf@gnu.org> References: <83lij66yq9.fsf@gnu.org> <4FEDB953.1010800@yandex.ru> <4FEEA720.2040405@cs.ucla.edu> <4FEEFBAB.6000404@cs.ucla.edu> <4FF3E1D6.1050103@cs.ucla.edu> <83bojv4h13.fsf@gnu.org> <4FF48920.501@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1341505886 1362 80.91.229.3 (5 Jul 2012 16:31:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2012 16:31:26 +0000 (UTC) Cc: dmantipov@yandex.ru, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 05 18:31:23 2012 Return-path: Envelope-to: ged-emacs-devel@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 1Smoxd-0003Bd-LH for ged-emacs-devel@m.gmane.org; Thu, 05 Jul 2012 18:31:21 +0200 Original-Received: from localhost ([::1]:38875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Smoxc-0002sz-MD for ged-emacs-devel@m.gmane.org; Thu, 05 Jul 2012 12:31:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmoxZ-0002sa-R3 for emacs-devel@gnu.org; Thu, 05 Jul 2012 12:31:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmoxX-0002ty-Kq for emacs-devel@gnu.org; Thu, 05 Jul 2012 12:31:17 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:45003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmoxX-0002tl-Cq for emacs-devel@gnu.org; Thu, 05 Jul 2012 12:31:15 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M6P000004IPNW00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Thu, 05 Jul 2012 19:31:13 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M6P000DI4K0F9B0@a-mtaout23.012.net.il>; Thu, 05 Jul 2012 19:31:13 +0300 (IDT) In-reply-to: <4FF48920.501@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151438 Archived-At: > Date: Wed, 04 Jul 2012 11:19:12 -0700 > From: Paul Eggert > CC: monnier@iro.umontreal.ca, dmantipov@yandex.ru, emacs-devel@gnu.org > > On 07/04/2012 09:39 AM, Eli Zaretskii wrote: > > Feel free to fix the problem that way, or leave it to me. But > > revision 108856 should be reverted. > > OK, thanks, I reverted the arbitrary imposition of a limit of 100000 > in the trunk, and filed Bug#11857 about the underlying problem. Thanks, should be fixed now.