From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Le Wang" Newsgroups: gmane.emacs.help Subject: Re: gnuserv/gnuclient as CVS/SVN editor on Windows Date: 23 Jul 2006 14:46:01 -0700 Organization: http://groups.google.com Message-ID: <1153691161.012038.69400@75g2000cwc.googlegroups.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1153694439 16026 80.91.229.2 (23 Jul 2006 22:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Jul 2006 22:40:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 24 00:40:39 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 1G4mch-0004MT-0b for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jul 2006 00:40:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4mcf-00012M-TC for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jul 2006 18:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!75g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 24.19.59.244 Original-X-Trace: posting.google.com 1153691166 18197 127.0.0.1 (23 Jul 2006 21:46:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 23 Jul 2006 21:46:06 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 75g2000cwc.googlegroups.com; posting-host=24.19.59.244; posting-account=j4OimgwAAAALo-2szSZvOyX5OE1uyIeS Original-Xref: shelby.stanford.edu gnu.emacs.help:140558 Original-To: help-gnu-emacs@gnu.org 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:36184 Archived-At: John J. Lee wrote: > 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 When you edit a file from "cmd.exe", does it wait for you to press #, before exiting? -- Le