From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jjlee@reportlab.com (John J. Lee) Newsgroups: gmane.emacs.help Subject: gnuserv/gnuclient as CVS/SVN editor on Windows Date: 21 Jul 2006 12:12:59 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153481136 27306 80.91.229.2 (21 Jul 2006 11:25:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jul 2006 11:25:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 21 13:25:33 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3t8O-0002o1-9O for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jul 2006 13:25:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3t8N-0000xa-BF for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jul 2006 07:25:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3t8A-0000uq-U7 for help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 07:25:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3t8A-0000tz-1B for help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 07:25:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3t89-0000th-Sj for help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 07:25:17 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G3t8Y-0003nl-KR for help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 07:25:42 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1G3t7u-0002hA-9e for help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 13:25:02 +0200 Original-Received: from 217.196.247.135 ([217.196.247.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jul 2006 13:25:02 +0200 Original-Received: from jjlee by 217.196.247.135 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jul 2006 13:25:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 217.196.247.135 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36140 Archived-At: I'm trying to persuade gnuclient (the one from wyrdrune.com) and svn to play together on Windows XP. I'd like to use emacs to edit commit messages. gnuclient works fine for me for editing disk files. I want to edit commit messages by just typing svn commit. So: 1. From cmd.exe shell, I do > svn commit 2. Emacs frame pops up with the expected commit information in a new buffer, apparently visiting a temporary file that svn created. 3. C-x # gives me the following message in the minibuffer, rather than notifying svn that I've finished editing the commit message, as hoped: (server-edit): Use only on buffers created by external programs I guess this is because gnuclient has already exited? Extensive googling hasn't turned up any docs that explain how to do this. Anybody have any idea how to get emacs(client) to notify svn that you've finished editing the commit message? Thanks for any help John