Re: mc-4.5.55 is now part of the Cygwin net distribution

2002-07-29 Thread Pavel Tsekov
Any progress with subshell problem? Is anybody looking at this problem? Not me. I only have Windows at work, and I have other things to do there. I'm back from vacation, so I'll be working on that. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net

Re: [PATCH] copy_file_file: Use binary mode when opening the source/destination file

2002-07-29 Thread Pavel Tsekov
Maybe it is a good idea to write mc_open as a wraper function (now it is macro) , and in this function always set O_BINARY, something like this: int mc_open(char * filename, int flags) { return open(filename, flags | O_BINARY); } Pavel R. , what do you think about this?

Web editing with mc

2002-07-29 Thread David Martin
I use MC as the main tool in the maintenance of our web site. There are some changes I would propose. I know they can be done by users themselves in their user directories, but I think that most of them could do as defaults. Let's go: 1) The HTML syntax file may be better but it's quite

Re: Web editing with mc

2002-07-29 Thread Nerijus Baliunas
On Mon, 29 Jul 2002 13:47:39 -0400 (EDT) David Martin [EMAIL PROTECTED] wrote: 4) Viewers: What about trying links before lynx? I think I sent a patch for that some time ago. BTW, Pavel changed avi/mpg to mplayer, thanks! Regards, Nerijus ___