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: Fwd: vc-svn.el and "the underscore hack" Date: Wed, 01 Nov 2006 23:43:19 -0500 Message-ID: References: <17735.25691.286000.488074@gargle.gargle.HOWL> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1162442737 25353 80.91.229.2 (2 Nov 2006 04:45:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 04:45:37 +0000 (UTC) Cc: arit93@yahoo.com, spiegel@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 02 05:45:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GfUSJ-0006lV-SP for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 05:45:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfUSJ-0004KR-Gy for ged-emacs-devel@m.gmane.org; Wed, 01 Nov 2006 23:45:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GfUQC-0002iX-R0 for emacs-devel@gnu.org; Wed, 01 Nov 2006 23:43:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GfUQC-0002i0-DJ for emacs-devel@gnu.org; Wed, 01 Nov 2006 23:43:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfUQC-0002hn-1c for emacs-devel@gnu.org; Wed, 01 Nov 2006 23:43:20 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GfUQC-00069C-2C for emacs-devel@gnu.org; Wed, 01 Nov 2006 23:43:20 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GfUQB-0006PN-3a; Wed, 01 Nov 2006 23:43:19 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Wed, 01 Nov 2006 11:29:23 -0500) 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:61596 Archived-At: As mentioned elsewhere the ".foo -> _foo" transformation is not specific to Subversion and/or Emacs, so I think we should not handle it specially in vc-svn.el but instead in a more generic way, maybe directly in the C code or at least by providing a function that handles it. That might be desirable in the long term, but we would have to think about it. Right now what we want is to fix problems with localized changes. Can you fix this in vc-svn.el?