Re: /#sh:user@host file names with % bug

2010-01-17 Thread Pavel Machek
On Sat 2010-01-16 00:41:00, Oswald Buddenhagen wrote: On Fri, Jan 15, 2010 at 08:32:01PM +0100, Janek Kozicki wrote: 1. create files named efekt_skali__0.15%.png efekt_skali__1.5%.png 2. log in remotely to that host using /#sh:u...@host 3. observe wrong file names:

Re: HAVE_MMAP still necessary ?

2008-12-31 Thread Pavel Machek
On Sat 2008-12-27 21:43:53, Enrico Weigelt wrote: * Enrico Weigelt weig...@metux.de schrieb: Hi folks, I really wonder whether the mmap() stuff is still needed at all. It doesnt seem to be really used anywhere. Ups, didn't look hard enough (just scanned the vfs subdir) ;-O

Re: midnight commander reloaded (?)

2006-05-27 Thread Pavel Machek
Hi! Maybe it should be permitted to modify an existing project (I believe there is a file manager in Python) to match all significant features of mc. Although non-Python programmers would be at disadvantage in this case. I've tried ZC (Zemljanka Commander) at one point and I

Re: New Maintainer for MC Project?

2005-06-06 Thread Pavel Machek
Hi! * Tell the Leadership that thanks, but no thanks. ... If meritocracy is the rule I think we should decide this on merits, don't you? Which means you shouldn't decide this all by yourself. I would like to get some input from others as well. I agree with Miguel here...

Re: New Maintainer for MC Project?

2005-06-06 Thread Pavel Machek
Since it is not my policy to argue with fools, that's all I will say along those lines. Learn to use email, thanks. Pavel ___ Mc-devel mailing list

Re: [PATCH] Add 'Ignore ...' buttons to error msg window

2003-06-20 Thread Pavel Machek
Hi! I'm sending a patch which adds the 'Ignore', 'Ignore all', 'Ignore similar' buttons to error message window. Description --- The error message window shows some more buttons: 'Ignore all' - ignore all following errors 'Ignore similar' - ignore this specific error; this

Re: Fixing resolve_symlink() in ftpfs.c

2003-02-17 Thread Pavel Machek
Hi! Is anyone working on teh $SUBJ ? I guess no :( (that few-pages long code between #ifdef FIXME_LATER since ages) I've started it today, but after many hours of grepping and patching i feel lost. Could someone please explain the transition from bucket+dcache (4.1.35) to me+super+dir

Re: Update TODO list

2003-02-10 Thread Pavel Machek
Hi! Some more TODO entries: The fishfs is a little buggy, if you start transferring a big file and then aborts with ctrl+c, it gets into unusable state, and thanks to the vfs dir cache you have to quit mc and restart to get it working again... Maybe someone familiar with

Re: Update TODO list

2003-02-08 Thread Pavel Machek
Hi! Some more TODO entries: The fishfs is a little buggy, if you start transferring a big file and then aborts with ctrl+c, it gets into unusable state, and thanks to the vfs dir cache you have to quit mc and restart to get it working again... Maybe someone familiar with fishfs code could

Re: uarc, ucab, uadf, uimg

2003-01-17 Thread Pavel Machek
Hi! I've made some new extfs file system scripts: uarc is for reading ARC archives ucab is for reading Microsoft Cabinet files (copyout takes much disk space!) uadf is for reading Amiga disk images uimg is for reading/writing FAT disk images I hope some people will find them usefull. I

Re: [PATCH] lynx-like jumpkeys

2003-01-02 Thread Pavel Machek
Hi! Relying on timeout seems like bad idea to me. Its against UI guidelines (they say things should not depend on timing, except in games). That makes sense in general. That's why these timeout based features should be optional. Being optional is not excuse for breaking guidelines.

Re: [BUG] Hintbar switch off in 4.6.0-pre2

2003-01-02 Thread Pavel Machek
Hi! When I'm switching off the hintbar via Options-Layout, the hintbar text starts to appear at the upper left corner of Linux console. Its a feature; ftpfs progress is displayed there even if hintbar is off. -- Pavel Written on sharp zaurus, because my Velo1

Re: [PATCH] lynx-like jumpkeys

2002-12-23 Thread Pavel Machek
Hi! Here is a patch which adds a fast lynx-like navigation to the panels and to the listbox widgets (history, hotlist, ...). Each displayed entry is numbered and may be selected by one or two keystrokes. To select for example a file or a hotlist entry numbered 23, just press the keys 2

Re: uzip extfs sanity patch

2002-12-10 Thread Pavel Machek
Hi! Well, if fish-like format was used, something like Nfile_name Dsome_unparsable_junk Prwxr--r-- would be passed to midnight. Midnight would refuse to interpret date, Well, that would be great, but it would implicate updating (and complicating, or even rewriting in Perl,

Re: [PATCH proposal] FISH: don't let ssh write its ouput to the controlling tty

2002-12-08 Thread Pavel Machek
Hi! This patch addresses the problem with ssh writing to the controlling terminal when asking for password and when displaying a message that the remote system is not known. Maybe it is easier to fix ssh now that openBSD people maintain it? -- Pavel Written

Re: tilde-bug in vfs.c

2002-09-08 Thread Pavel Machek
Hi! What does your patch implement? How does it work? Please always comment non-obvious patches. In this case we really should make a decision before we go ahead and patch the code. Oh, I thought it was so simple. :) Anyway, vfs_canon is modified to first canonicalize without tilde

Re: MC handling of extfs supplied ls - style dirs more

2002-09-06 Thread Pavel Machek
Hi! Now, after the longish start, D64 images have files with names of up to 16 character. These may contain spaces, '/' and all kind of other characters. We found it to be incomfortable to parse out the spaces, since the linux filesystems handle such stuff nicely usually. Currently only

Re: vfs.c Could not parse

2001-10-07 Thread Pavel Machek
Hi! what about checking its three letters and if so, return ok but set date to 1970-01-01 to indicate date is wrong? Sound good to me. Letters should mean any ASCII letter or any character between 160 and 255. And is it defined anywhere, that months names should be only 3

Re: vfs/ftpfs New feature on Solaris 2.7

2001-10-06 Thread Pavel Machek
Hi! Index: vfs.c === RCS file: /home/sav/.cvsroot/mc/vfs/vfs.c,v retrieving revision 1.60 diff -u -p -r1.60 vfs.c --- vfs.c 25 May 2000 18:00:34 - 1.60 +++ vfs.c 27 Sep 2001 12:18:48 - @@ -1439,9

Re: vfs.c Could not parse

2001-10-06 Thread Pavel Machek
Hi! This FTP server outputs the file dates with Frech format: 150 ASCII data connection for /bin/ls (139.54.66.187,1071) (0 bytes). total 15740 drwxr-xr-x 6 root other512 sep 26 16:52 . drwxr-xr-x 3 root other512 sep 25 14:43 .. drwxr-xr-x 13 root

Re: mmap and SIGBUS

2001-09-23 Thread Pavel Machek
Hi! And I like mmap, not just because of the file size thing but because it should provide the fastest parsers and reduce VM page duplication. (I use it for text parsing, and so does GCC these days). SIGBUS is an essential ingredient in fast parsers, if they are to recover on

Re: Possibility of Colorer usage (was: php syntax)

2001-09-20 Thread Pavel Machek
Hi! About the first problem: now colorer uses Apache Software License. Is it acceptable for us? I think it's Ok for GPL'd software to link against any libraries, even against the ones under restrictive commercial licenses (e.g. libc on Solaris). Its not. GPL has special exception for

Re: RFC on file_store()

2001-06-20 Thread Pavel Machek
Hi! 1) Write fish_server and run it with exec. Maybe even upload fish_server if it's not on the server. (If you are going to write fish_server, in which language. If in shell, you can just stream your fish_server as it is currently done. If other language... and if it is not