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: Should save-match-data bind inhibit-changing-match-data to nil? Date: Fri, 30 Nov 2007 18:36:23 -0500 Message-ID: References: <85ir3l5nso.fsf@lola.goethe.zz> <85fxyo3aen.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196465927 30345 80.91.229.12 (30 Nov 2007 23:38:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Nov 2007 23:38:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 01 00:38:54 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 1IyFRc-0002GX-6K for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2007 00:38:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyFRM-0004JI-B1 for ged-emacs-devel@m.gmane.org; Fri, 30 Nov 2007 18:38:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IyFPH-0003Ye-Cv for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:36:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IyFPF-0003XS-4H for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:36:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyFPE-0003X0-GL for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:36:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IyFPE-0003dl-AP for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:36:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IyFPD-0007K1-RB; Fri, 30 Nov 2007 18:36:23 -0500 In-reply-to: <85fxyo3aen.fsf@lola.goethe.zz> (message from David Kastrup on Fri, 30 Nov 2007 00:21:52 +0100) X-detected-kernel: by monty-python.gnu.org: 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:84395 Archived-At: The idea of `inhibit-changing-match-data' is that you use it around small pieces of code. (We should make the documentation say that clearly.) So there is no need for anything to bind it helpfully to nil for you.