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: Thu, 21 Jun 2007 21:51:13 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182477092 14701 80.91.229.12 (22 Jun 2007 01:51:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2007 01:51:32 +0000 (UTC) Cc: miles.bader@necel.com, schwab@suse.de, emacs-devel@gnu.org, juri@jurta.org, monnier@iro.umontreal.ca, miles@gnu.org To: "Herbert Euler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 03:51:26 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 1I1YIy-0007mo-M6 for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 03:51:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1YIy-0007sK-0j for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 21:51:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1YIu-0007s5-Tf for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:51:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1YIs-0007rg-TF for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:51:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1YIs-0007rd-O8 for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:51:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1YIs-0007rV-CW for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:51:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I1YIr-0001HX-Gr; Thu, 21 Jun 2007 21:51:13 -0400 In-reply-to: (herberteuler@hotmail.com) 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:73574 Archived-At: Last confirming before working: can we implement a new variable at the C level and implement the two new functions (possibly as macros) at the Lisp level? This is an eclectic proposal and takes advantages from both sides. That sounds ok. The new functions could be written as defsubsts.