From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: find-file-noselect needs save-match-data Date: Sun, 17 Jun 2007 22:27:37 +0200 Message-ID: <46759939.7060005@gmail.com> References: <46665AD7.7040706@gmx.at> <87k5ueq23m.fsf@kfs-lx.testafd.dk> <87myz8c10t.fsf@jurta.org> <18030.3441.204697.244518@rgrjr.dyndns.org> <87zm3515r4.fsf@jurta.org> <85k5u8x2gm.fsf@lola.goethe.zz> <87r6og6czf.fsf@catnip.gol.com> <85bqfkx0i5.fsf@lola.goethe.zz> <4670E6C3.7070505@gmx.at> <874pl6qqy0.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182112107 4170 80.91.229.12 (17 Jun 2007 20:28:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Jun 2007 20:28:27 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org, miles@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 17 22:28:25 2007 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.50) id 1I01MC-0003cx-AB for ged-emacs-devel@m.gmane.org; Sun, 17 Jun 2007 22:28:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I01MB-0000bO-EN for ged-emacs-devel@m.gmane.org; Sun, 17 Jun 2007 16:28:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I01M8-0000bJ-5y for emacs-devel@gnu.org; Sun, 17 Jun 2007 16:28:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I01M5-0000b7-RN for emacs-devel@gnu.org; Sun, 17 Jun 2007 16:28:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I01M5-0000b4-L8 for emacs-devel@gnu.org; Sun, 17 Jun 2007 16:28:13 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I01M3-00089Y-Ne; Sun, 17 Jun 2007 16:28:11 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:64371 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1I01M1-00038y-79; Sun, 17 Jun 2007 22:28:09 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666 In-Reply-To: <874pl6qqy0.fsf@jurta.org> X-Antivirus: avast! (VPS 000749-2, 2007-06-16), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.133.189 X-Scan-Result: No virus found in message 1I01M1-00038y-79. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1I01M1-00038y-79 c6847d179162fde276dd8815a318c94e X-detected-kernel: Linux 2.6? (barebone, rare!) 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:73163 Archived-At: Juri Linkov wrote: > It seems that instead of adding a prefix/suffix to names of all functions > that change the match-data, it's better to add a new variable and/or a macro > like `save-match-data' with different internals (that will set a global > variable telling match functions not to set the match data). Or, if it is possible a new fast version of save-match-data, probably with at least parts written in C.