From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: find-file-noselect needs save-match-data Date: Sat, 09 Jun 2007 23:53:15 +0100 Message-ID: <466B2F5B.9080403@gnu.org> References: <46665AD7.7040706@gmx.at> <87k5ueq23m.fsf@kfs-lx.testafd.dk> <87myz8c10t.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181429610 17498 80.91.229.12 (9 Jun 2007 22:53:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2007 22:53:30 +0000 (UTC) Cc: Juri Linkov , rms@gnu.org, emacs-devel@gnu.org To: David House Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 10 00:53:29 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 1Hx9oG-0002M5-Fj for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2007 00:53:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx9oF-0005j8-PM for ged-emacs-devel@m.gmane.org; Sat, 09 Jun 2007 18:53:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hx9oB-0005iI-GG for emacs-devel@gnu.org; Sat, 09 Jun 2007 18:53:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hx9o9-0005hl-DL for emacs-devel@gnu.org; Sat, 09 Jun 2007 18:53:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx9o8-0005hf-VZ for emacs-devel@gnu.org; Sat, 09 Jun 2007 18:53:21 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hx9o7-0002zz-LO; Sat, 09 Jun 2007 18:53:19 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id A3EF750C7F; Sat, 9 Jun 2007 23:53:18 +0100 (BST) User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 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:72553 Archived-At: David House wrote: > How about string-match-no-match-data? "no-data" is a bit vague, but > this should be clear. It's no more clear than any other suggestion so far. The problem here is what does "no-match-data" mean? It seems to mean "without-setting-match-data", but that isn't what I would expect from that name.