Re: Unable to use Cygwin RCS commands in Windows Emacs

2017-09-22 Thread Heinz Werner Kramski-Grote
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 w

Re: Unable to use Cygwin RCS commands in Windows Emacs

2017-09-21 Thread Heinz Werner Kramski-Grote
Am Mittwoch, 20. September 2017, 23:01:48 CEST schrieb cyg Simple: > I suggest you ask your Windows Emacs support list. They would have the > most users with suggestions. Thanks, yes, will do. Regards, Heinz -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Unable to use Cygwin RCS commands in Windows Emacs

2017-09-21 Thread Heinz Werner Kramski-Grote
Am Mittwoch, 20. September 2017, 22:40:53 CEST schrieb Brian Inglis: > > Tried creating shortcuts to the commands in $HOME/bin/, running > C:\Cygwin\bin\sh /bin/cmd %*, and adding $HOME/bin to the start of your > Windows PATH? Thanks, but that doesn't work. Emacs does not see shortcuts as executa

Unable to use Cygwin RCS commands in Windows Emacs

2017-09-20 Thread Heinz Werner Kramski-Grote
At some point in history, /usr/bin/co, /usr/bin/ci, /usr/bin/rlog etc. turned from .exe into shell scripts, which are now wrappers for the main program /usr/bin/rcs.exe. However, these shell scripts can not be called directly from a Windows command line and moreover can not be invoked by a Win

"md5sum /dev/fd0" fails with 1.5.25-15 (works with 1.5.24-2)

2008-08-08 Thread Heinz Werner Kramski-Grote
With cygwin1.dll 1.5.24-2 I am able to checksum the raw floppy device successfully using md5sum: $ md5sum /dev/fd0 f8e9627946048ac9bc3109478ef09215 */dev/fd0 After upgrading to 1.5.25-15 I now get this error: $ md5sum /dev/fd0 md5sum: /dev/fd0: No space left on device Any help is g