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: convert regex.c, strftime.c mktime.c to standard C Date: Tue, 23 Nov 2010 12:19:25 -0500 Message-ID: References: <201011201200.06827.bruno@clisp.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 1290532901 28801 80.91.229.12 (23 Nov 2010 17:21:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2010 17:21:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 23 18:21:34 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 1PKwYf-0006kh-0B for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 18:21:33 +0100 Original-Received: from localhost ([127.0.0.1]:59807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKwYe-0006AS-H0 for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 12:21:32 -0500 Original-Received: from [140.186.70.92] (port=49585 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKwXf-0005gl-Cy for emacs-devel@gnu.org; Tue, 23 Nov 2010 12:21:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKwWd-0005Qe-Iz for emacs-devel@gnu.org; Tue, 23 Nov 2010 12:20:09 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKwWd-0005Qa-HQ for emacs-devel@gnu.org; Tue, 23 Nov 2010 12:19:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PKwWb-0003yc-1n; Tue, 23 Nov 2010 12:19:25 -0500 In-reply-to: (message from Lars Magne Ingebrigtsen on Mon, 22 Nov 2010 17:45:11 +0100) 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:133066 Archived-At: (while (re-search-forward "foo" nil t) (insert "bar")) or something, and the `re-search-forward' moved the gap to before point, it's not obvious (at least not to me :-) how big the performance hit would be, since the `insert' most likely moves the gap, anyway. Moving the gap to point (or to point-1 so the previous char can be checked) is probably not a disaster, just somewhat of a disadvantage. -- Richard Stallman President, Free Software Foundation 51 Franklin St Boston MA 02110 USA www.fsf.org, www.gnu.org