Re: Syntax highlighting on Cygwin

2002-12-05 Thread Pavel Roskin
Hello! That's quite bad. It can disable mc -a if mc is compiled with ncurses. mc -a works. Good to know. What's the version of ncurses? I don't know. Cygwin uses a modified version. I'm using the latest, 5.2-8. I have just installed Cygwin in Wine (as funny as it sounds) and

Re: small thing

2002-12-05 Thread christian laubscher
On Thu, Dec 05, 2002 at 11:50:05AM -0500, Pavel Roskin wrote: btw: it seems the -P parameter implementation has changed it now wants a file name - yes, it's in the man page, but it could complicate the upgrade for an inexperienced user with a distribution-provided mc.sh in

Re: small thing

2002-12-05 Thread Pavel Roskin
Hello! the old mc was in /usr/bin; the new one is, too. Well, if so, then you have root permissions and can remove or replace /etc/profile.d/mc.sh now the -P parameter wants a file name instead where to write the path to; as my old slack script doesn't know this, it fails. I think that's

Re: Don't allow stdout and stderr from extfs scripts pollute thescreen.

2002-12-05 Thread Pavel Roskin
Hello! New version for extfs list command. I have no time to generate inconsistent extfs archive to check consistency for such archives. I have done such testing. The most trivial case when there are few errors is fine - they appear in the message box. Hard cases can be simulated by adding

extfs cleanups

2002-12-05 Thread Adam Byrtek 'alpha'
Sorry, I've forgotten to attach the files. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.jabberpl.org #! /bin/sh # # Written by andrey joukov # (C) 1996 2:[EMAIL PROTECTED] # Updated by [EMAIL

Re: New #mtools extfs?

2002-12-05 Thread Standa Opichal
Hi! On Thu, 5 Dec 2002, Pavel Roskin wrote: There is another solution - make drive part of the filename: /#dos:/a/ I don't see where can I get the /a/ part within the script. Can you help me here with some more specific code suggestion? Then current_archive-extfsstat will still have random

Re: New #mtools extfs?

2002-12-05 Thread Standa Opichal
Hi! Replying to myself here after some more code investigation On Thu, 5 Dec 2002, Standa Opichal wrote: vfs_uid 0'. In any case the extfsstat is only used for explicit permission checks on the archive file entry. Currently these checks are out of order so if it all works as needed we

Re: New #mtools extfs?

2002-12-05 Thread Pavel Roskin
Hello! Replying to myself here after some more code investigation I appreciate it. vfs_uid and vfs_gid used to be global variables, but the were never given any values, so they were 0 all the time. I was trying to reduce interdependencies between sources by reducing the number of global

vfs/extfs/uzip ?

2002-12-05 Thread Standa Opichal
Hi! -- CVS/ChangeLog: * configure.in: Generate vfs/extfs/uzip. -- I'm not sure that the uzip script should depend on the paths where the unzip and other needed binaries are found on the build machine. Is it intentional? Why? best regards STan ___

Re: vfs/extfs/uzip ?

2002-12-05 Thread Pavel Roskin
Hello! On Fri, 6 Dec 2002, Standa Opichal wrote: I'm not sure that the uzip script should depend on the paths where the unzip and other needed binaries are found on the build machine. Is it intentional? Why? See this thread: http://mail.gnome.org/archives/mc-devel/2002-November/msg00105.html

Re: extfs cleanup

2002-12-05 Thread Pavel Roskin
Hello! When using mc I've noticed, that extfs' often clutter the screen a lot and are generaly not too reliable. Yes, writing garbage to the screen is a big problem and it has delayed the release of the next stable version. I believe the redirection of output should be done in the extfs code,