X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding:content-type; q=dns; s=default; b=qF+LLcjVJ5hu5y/2e971b6qli2o9TcbBRUMgBkb3zUA u0UrbT5IidKDk3vTX7Kowp64lt+N5/mXKj1GcgAU4xBwyy49j1w8I2jQWloZ3u5q B9+MscqlprSSgS72LKRJFD/M1OfVnBGSVpiqi5KZlNMJEh0BwGylFlCftXtNLLlA = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding:content-type; s=default; bh=aKwhqMtsBr0nRRJ7NcuBSqxXgWs=; b=ADtCCtcZwlx2UpmhX fCyzoko5gecvxc2Ahzoks48nMYm12hmKIgOp5NFstKFNmlcO2wNnn+HdSPeBtnUW i3FoWHrSmVjXTbOmWiHbTVgODf9xT4oJ80ar3tfc52mJC+h5YXet1McjCaku1ypq cKcBD3FCo5YlLEjZJi26GHD9To= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=vcdocommands, vcdocommand, *vc*, vc-do-command X-HELO: mout.web.de From: Heinz Werner Kramski-Grote To: cygwin AT cygwin DOT com Subject: Re: Unable to use Cygwin RCS commands in Windows Emacs Date: Fri, 22 Sep 2017 12:31:35 +0200 Message-ID: <4161999.A4g2z3WjDe@haspl> In-Reply-To: References: <2609139 DOT qye4Nty6R7 AT sandl> <5294846 DOT P7PobnLGkX AT sandl> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" User-Agent: ACME-MUA X-UI-Out-Filterresults: notjunk:1;V01:K0:x1NPePSfOY0=:CtV2qOTpxFT23uMM0x9F0t I1hAqtRgO58rpUkg4Jg0oy2Dg2UGpdoxP1YbYlgCsOJiRhunrTpIk9yCY9I1NbZ3mleh8M+XM XyXzknSr5ymtpMf2OELdzLyP4Rldgm6H2wmra51lsaNeFaxwCG2ddTSVBhAhNgpMvXrmJyp/P NmLktFjSnYJ9eKsvrt4PabsVfLn0NurDfQGUaaKSCMNESNxfKMF8mwGcS7b/7xbcDHgN/Jwa3 Jk/sl/ByTp+ZxXEJVZqSHXYCp5AhcEaD0ryyZnJr5o24aoX14riA3TrieL4qE+1sc0SgFMnRR 8yyE6l+DHb8ewghOax5TBXl/o0BT6fOHwLDw45Xfupa/yI+xqsfspePZ62B56Fi1IlOhKqKWM Hr9gHpqsxTfcooHUxgoUwF0CwFkNb/YmWT01tsRBGCt/eb/vou4S/WgKTBXjA6V0uhojBHPio KD+g1bOgNsOMHsTasF9eqMnJuTHuae3sNKiFZsdIKoASLLSnc2m/EpYh8dRDL6urCajKlXu5v oSxvl9crxiZLWRAo0OSVRVDkPjb3aL7m1QYHWdC/I9AQg1vecE66k4PUIUkdAPQaXfkjeUNCB uyvmdw+LXxPZMrHXYVbGnoZzqMakoqiY7qCPpFVTGxuKkcLJnkgvFRMiNLyZ+otk+Rl7cEZ9o glIomSVz0QJzw3fyGak0ufL45Fgo+Rpowk9ebFoDYnePc6/0ggynF2vGYzLd7C2EF/U1y8Sg4 V8x07d78VC/HQJ0g8875CTP7Osa6C2RDg+XyEFr7Gq+dztb+p6OgjfEvFDfVz19S2wwvEsW8b uRWkm3Wi7qA67p8F0z+kQSi20dluPfFfX/kgM7aKW/cI9LR45s= X-IsSubscribed: yes On Freitag, 22. September 2017 04:26:47 CEST David Standish wrote: > I managed to get windows emacs to work with cygwin rcs. > > Apart from rcs.exe, the other rcs commands are shell scripts that > invoke rcs.exe. > > Create a modified version of vc-rcs.el > replacing the various vc-do-command's with alternate ones that use > rcs.exe directly, > For example: > > (apply 'vc-do-command "*vc*" 0 "ci" file > > becomes > (apply 'vc-do-command "*vc*" 0 "rcs" file "ci" Thanks, David, that works great! My earlier attempt (apply 'vc-do-command "*vc*" 0 "rcs" "ci " file failed, but I should have done a "Describe-function: vc-do-command" first... Thanks again, Heinz -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple