Re: Zip support broken ?

2011-09-27 Thread Frédéric L . W . Meunier
On Mon, 26 Sep 2011, Paul Hartman wrote: 2011/9/22 Frédéric L. W.: Slackware 13.37 comes with Midnight Commander 4.7.5.2 and UnZip 6.0. When I press Enter on a .zip archive, it does nothing. But when I do the same on an archive with execute permission, like those mounted from an NTFS partition,

Re: Zip support broken ?

2011-09-27 Thread Frédéric L . W . Meunier
2011/9/26 Andrew Borodin: > On Thu, 22 Sep 2011 14:49:21 -0300 Frédéric L. W. Meunier  wrote: >> Slackware 13.37 comes with Midnight Commander 4.7.5.2 and UnZip 6.0. When >> I press Enter on a .zip archive, it does nothing. > > Well, it's known bug: https://www.midnigh

Zip support broken ?

2011-09-24 Thread Frédéric L . W . Meunier
Slackware 13.37 comes with Midnight Commander 4.7.5.2 and UnZip 6.0. When I press Enter on a .zip archive, it does nothing. But when I do the same on an archive with execute permission, like those mounted from an NTFS partition, it returns bash: ./archive.zip: cannot execute binary file I also

How does ftpfs preserve timestamps on FAT32 ?

2003-02-13 Thread Frédéric L . W . Meunier
Silly question, but when I download something with LFTP, ELinks, or another application on Linux to a FAT32 partition the timestamps aren't preserved. The same on Cygwin. Midnight Commander preserves them. What do the other applications lack ? -- 0@pervalidus.{tk, dyndns.org} ___

.netrc and FAT32

2003-01-24 Thread Frédéric L. W. Meunier
I noticed that if .netrc is on FAT32 mc shows the following and always ask for the password: Error ~/.netrc file has not correct mode. Remove password or correct mode. It works fine with NTFS (where I can chmod 600). C: is NTFS G: is FAT32 (a backup partition containing amonth others $HOME).

Re: Cannot chmod target file "/#ftp:foo"

2003-01-24 Thread Frédéric L. W. Meunier
On Fri, 24 Jan 2003, Pavel Roskin wrote: > > For every file I upload to ftp.kit.net I get: > > > > Error > > Cannot chmod target file "/#ftp:foo" > > Operation not permitted (1) > > > > [ Skip ] [ Retry ] [ Abort ] > > > > Sounds like the vfat problem fixed by adding "quiet" to > > /etc/fstab. B

Cannot chmod target file "/#ftp:foo"

2003-01-23 Thread Frédéric L. W. Meunier
For every file I upload to ftp.kit.net I get: Error Cannot chmod target file "/#ftp:foo" Operation not permitted (1) [ Skip ] [ Retry ] [ Abort ] Sounds like the vfat problem fixed by adding "quiet" to /etc/fstab. But how would I fix it for ftpfs :-) Pavel and other developers: I can you give

Re: subshell on Cygwin with screen

2003-01-21 Thread Frédéric L. W. Meunier
About http://mail.gnome.org/archives/mc/2002-December/msg00017.html This is what I get: /g/Linux/mc/src/subshell.c: couldn't get terminal settings: Not a typewriter I have a trace at http://pervalidus.port5.com/mc.txt.gz What I did: 1- Start Cygwin 2- cd / 3- Start screen 4- strace -o mc.txt m

Re: symlinks for directories: colors

2003-01-21 Thread Frédéric L. W. Meunier
On Tue, 21 Jan 2003, Pavel Roskin wrote: > On Tue, 21 Jan 2003, [ISO-8859-1] Frédéric L. W. Meunier wrote: > > > Is there any way to threat symlinks for directories like "link" > > instead of "directory" ? > > Only by changing the code. Comme

symlinks for directories: colors

2003-01-21 Thread Frédéric L. W. Meunier
Is there any way to threat symlinks for directories like "link" instead of "directory" ? I have directory=brightblue,black link=brightcyan,black stalelink:brightred,black Using CVS from December 27. -- 0@pervalidus.{net, {dyndns.}org} ___ Mc mailing

Re: ftpfs passive mode

2002-12-17 Thread Frédéric L. W. Meunier
Vano Beridze wrote: > I would like ftpfs not to use passive mode when connecting to > particular ftp server, because of firewall issues > Is it possible and if yes how can I achieve this? If you're using a recent snapshot (change added in 2002-11-01): Options -> Virtual Fs... -> Use passive mod

Re: subshell on Cygwin with screen

2002-12-16 Thread Frédéric L. W. Meunier
On Mon, 16 Dec 2002, Pavel Roskin wrote: > Screen saving only works on the Linux console and > xterm-compatible terminals (that includes cygwin console). > However, you still should have the subshell. What it the > output of "echo $SHELL" and "mc -V"? $ echo $SHELL bash I had to add shell bash

subshell on Cygwin with screen

2002-12-16 Thread Frédéric L. W. Meunier
The first time I use Ctrl+o mc returns the following: Error Not an xterm or Linux console; the panels cannot be toggled. It works fine without screen. Is this a limitation ? Changing TERM to cygwin makes the error disappear but doesn't change anything. Using CVS 20021204 and screen 3.9.13. --

Re: Syntax highlighting on Cygwin

2002-12-04 Thread Frédéric L. W. Meunier
On Wed, 4 Dec 2002, Pavel Roskin wrote: > > /cygdrive/g/Linux/mc/src/layout.c: In function `init_curses': > > /cygdrive/g/Linux/mc/src/layout.c:604: warning: assignment of read-only location > That's quite bad. It can disable "mc -a" if mc is compiled > with ncurses. mc -a works. > What's the

Re: Syntax highlighting on Cygwin

2002-12-03 Thread Frédéric L. W. Meunier
On Wed, 4 Dec 2002, Pavel Roskin wrote: > > I don't get syntax highlighting. On Linux it works with > > ncurses, as Pavel Roskin fixed it. Would it work with S-Lang ? > > Please get 4.6.0-pre1 or the latest snapshot. There have been many > relevant fixes since then, including syntax highlighting

Syntax highlighting on Cygwin

2002-12-03 Thread Frédéric L. W. Meunier
I first installed mc-4.5.55-1.tar.bz2, then compiled the latest CVS on current Cygwin with --disable-dependency-tracking --disable-nls --enable-charset --without-gpm-mouse --with-screen=ncurses --without-ext2undel (yes, I know I don't need all these). There were only 3 warnings, though I don't kno

Re: FEATURE: Ignore all in the "cannot change file

2002-11-29 Thread Frédéric L. W. Meunier
Saiyine wrote: > I use MC mainly for copying files, and use to copy a lot between EXT2 > and VFAT. A workaround I found on the archives is to use the 'quiet' option for vfat in /etc/fstab. Here I have: defaults,gid=10,quiet,shortname=winnt,umask=002 0 0 -- 0@pervalidus.{net, {dyndns.}org}

Microsoft FTP Service and ftpfs (Was Re: Survey results)

2002-09-30 Thread Frédéric L. W. Meunier
David Martin wrote: > What about FTP? I can`t use MC to FTP some sites (mainly > my web site). I can confirm it doesn't work with the following: cd ftp://ftp.jasc.com/pub/ Could not parse: 08-23-01 01:03PM 5840970 AE_GSG_for_Web.exe^M I press Enter:

Re: Survey results

2002-09-30 Thread Frédéric L. W. Meunier
Pavel Roskin wrote: > Advanced Midnight Commander claims to support FXP. Maybe > it's time to incorporate that code. I think their authors are very busy developing MPlayer. mc-4.1.35-A12pre1.tar.gz is from July 2000. Anyway, ftp://esp-team.scene.hu/esp-team/linux/mc-4.1.35-A12pre1.txt lists al

Re: Survey results

2002-09-30 Thread Frédéric L. W. Meunier
Miguel de Icaza wrote: > Well, there is the issue of how to attract Windows people to > use MC. I am not sure if MC will ever compete on the Windows > world with other alternatives (I have not kept track of the > alternatives on Windows myself), but it would be nice to > encourage the Windows po