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: find-file-noselect needs save-match-data Date: Fri, 08 Jun 2007 03:11:54 -0400 Message-ID: References: <46643852.6070709@gmx.at> <46665AD7.7040706@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181286853 4359 80.91.229.12 (8 Jun 2007 07:14:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 07:14:13 +0000 (UTC) Cc: rudalics@gmx.at, herberteuler@hotmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 08 09:14:11 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 1HwYfi-0006UZ-J3 for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2007 09:14:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwYfh-0004z7-Su for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2007 03:14:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwYdZ-0003rg-9f for emacs-devel@gnu.org; Fri, 08 Jun 2007 03:11:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwYdX-0003pj-2K for emacs-devel@gnu.org; Fri, 08 Jun 2007 03:11:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwYdW-0003pX-Uo for emacs-devel@gnu.org; Fri, 08 Jun 2007 03:11:55 -0400 Original-Received: from fencepost2.gnu.org ([140.186.70.10] helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwYdW-00051d-MT for emacs-devel@gnu.org; Fri, 08 Jun 2007 03:11:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HwYdW-0006dp-8C; Fri, 08 Jun 2007 03:11:54 -0400 In-reply-to: (message from Stefan Monnier on Wed, 06 Jun 2007 18:29:50 -0400) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72462 Archived-At: > Perhaps the name should be `safe-string-match'. I don't find it much safer, so maybe `string-match-nodata' would be better? "safe" seems good to me. "nodata" doesn't seem to express a clear meaning. Then again, maybe adding an `inhibit-match-data' variable would be preferable. That idea could be useful. I'd prefer the name `preserve-match-data', or `set-match-data' (which you could bind to nil).