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: Patch: Syntax and Hard Newlines Date: Thu, 16 Nov 2006 10:01:34 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1163689464 20866 80.91.229.2 (16 Nov 2006 15:04:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2006 15:04:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 16 16:04:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GkikO-0004Yv-4f for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2006 16:01:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkikN-00074Q-7g for ged-emacs-devel@m.gmane.org; Thu, 16 Nov 2006 10:01:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GkikC-00073r-8R for emacs-devel@gnu.org; Thu, 16 Nov 2006 10:01:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GkikB-00073f-Qd for emacs-devel@gnu.org; Thu, 16 Nov 2006 10:01:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkikB-00073c-MA for emacs-devel@gnu.org; Thu, 16 Nov 2006 10:01:35 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GkikB-0004EE-Dd for emacs-devel@gnu.org; Thu, 16 Nov 2006 10:01:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GkikA-0003PG-37; Thu, 16 Nov 2006 10:01:34 -0500 Original-To: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) In-reply-to: (bojohan+news@dd.chalmers.se) 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:62380 Archived-At: Actually, that is already the case for (at least) `concat': Stefan argues that modifying strings is not common; nonetheless I worry that this optimization as currently implemented constitutes a bug. Maybe we should make the compiled code copy the string each time. Would someone like to implement that?