From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Buffer size limitation in insdel.c Date: Fri, 24 Sep 2010 10:09:15 -0400 Message-ID: References: <834odivv7v.fsf@gnu.org> <83r5gkvqpf.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1285337365 29903 80.91.229.12 (24 Sep 2010 14:09:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2010 14:09:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 16:09:24 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oz8xo-0007Qw-69 for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 16:09:24 +0200 Original-Received: from localhost ([127.0.0.1]:44744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oz8xm-0000Dm-Uo for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 10:09:22 -0400 Original-Received: from [140.186.70.92] (port=47372 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oz8xh-0000Cf-Ck for emacs-devel@gnu.org; Fri, 24 Sep 2010 10:09:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oz8xg-0004ae-Eq for emacs-devel@gnu.org; Fri, 24 Sep 2010 10:09:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34864) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oz8xg-0004aW-CD for emacs-devel@gnu.org; Fri, 24 Sep 2010 10:09:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Oz8xf-0005ov-RR; Fri, 24 Sep 2010 10:09:15 -0400 In-reply-to: <83r5gkvqpf.fsf@gnu.org> (message from Eli Zaretskii on Thu, 23 Sep 2010 09:55:56 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130776 Archived-At: It hides bugs, if nothing else. Could you please explain what you mean? Usually an error check does not hide bugs; rather, it catches them early.