Re: Bugs should be reported to mc-devel@gnome.org

2007-04-13 Thread Jindrich Makovicka
; the ones to judge that. MC always targeted people who are/were used to the Norton Commander and derivatives, where F10 is used for exit for about twenty years. If you like the explorer-like one window interface, use Nautilus. Really a no-brainer. PS: You can be glad that you didn't laun

Re: find in viewer

2006-12-07 Thread Jindrich Makovicka
bers search string). IMO it's easy to fix, view->search_exp just has to be remembered somewhere outside of the WView structure, which is destroyed when the viewer is closed. There is even a long-standing FIXME note in view.c: /* FIXME: what about view->search_exp? */ Regards, -- Jindrich Makovicka ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-02 Thread Jindrich Makovicka
Pavel Tsekov wrote: > On Thu, 2 Feb 2006, Pavel Tsekov wrote: > > >>On Wed, 1 Feb 2006, Jindrich Makovicka wrote: >> >> >>>after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c >>>(ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults wh

[patch?] recent ftpfs ERRNOR fix broke uploading

2006-02-01 Thread Jindrich Makovicka
Hi, after a fix of wrong ERRNOR usage in ftpfs.c (2006-01-24 ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call), mc segfaults when I try uploading directories recursively. Changing the return value from -1 to 0 seems to fix the problem. Regards, -- Jindrich Makovicka Index: ftpfs.c

Re: [patch] allow seeking in linear files

2006-01-28 Thread Jindrich Makovicka
Pavel Tsekov wrote: > On Fri, 20 Jan 2006, Jindrich Makovicka wrote: > > >>this patch adds an ability to seek in linear files before the first read >>operation. It is achieved by postponing the actual opening to >>linear_read() call. The main reason of this is to m

Re: [patch] allow seeking in linear files

2006-01-25 Thread Jindrich Makovicka
On 1/25/06, Pavel Tsekov <[EMAIL PROTECTED]> wrote: > I've commited your patch with minor changes. Next time, please, provide > a changelog. Thank you. I am glad i can finally drop this patch out of my build script. -- Jindrich Makovicka ___

Re: [patch] allow seeking in linear files

2006-01-24 Thread Jindrich Makovicka
not start from the very beginning. > I also reviewed the first part of the patch and it seems ok but I need some > more time to understand if it does the "right thing" O_LINEAR-wise. I'll try > to comment ASAP. Thanks. -- Jindrich Makovicka ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[patch] allow seeking in linear files

2006-01-20 Thread Jindrich Makovicka
ix of the ftpfs copy status display is included. Regards, -- Jindrich Makovicka Index: vfs/direntry.c === RCS file: /cvsroot/mc/mc/vfs/direntry.c,v retrieving revision 1.116 diff -u -r1.116 direntry.c --- vfs/direntry.c 22 Feb 20

[patch] fix crash when cancelling the search dialog

2005-08-27 Thread Jindrich Makovicka
Hi, when cancelling the search dialog in the viewer (F3, F7, ESC ESC), the exp pointer is not allocated and mc occasionally crashes on free. The attached patch fixes it. -- Jindrich Makovicka Index: view.c === RCS file: /cvsroot/mc

[patch] fix cursor display in hex viewer

2005-08-26 Thread Jindrich Makovicka
right corner -- Jindrich Makovicka Index: view.c === RCS file: /cvsroot/mc/mc/src/view.c,v retrieving revision 1.339 diff -u -r1.339 view.c --- view.c 22 Aug 2005 19:19:51 - 1.339 +++ view.c 26 Aug 2005 07:07:35

Re: [patch] fix another End keypress lockup in the viewer

2005-08-15 Thread Jindrich Makovicka
Roland Illig wrote: > Jindrich Makovicka wrote: > >> Hello, >> >> the new viewer has a problem with viewing files with DOS line >> separators, which manifests again in a lockup after pressing the End >> key. Then, it is impossible to move the view further

[patch] interruptible search in the viewer

2005-08-14 Thread Jindrich Makovicka
fter a while of Ctrl-C bashing. Best regards, -- Jindrich Makovicka Index: view.c === RCS file: /cvsroot/mc/mc/src/view.c,v retrieving revision 1.314 diff -u -r1.314 view.c --- view.c 6 Aug 2005 18:19:14 - 1.314 +++ vie

[patch] fix another End keypress lockup in the viewer

2005-08-14 Thread Jindrich Makovicka
appears. Regards, -- Jindrich Makovicka Index: view.c === RCS file: /cvsroot/mc/mc/src/view.c,v retrieving revision 1.314 diff -u -r1.314 view.c --- view.c 6 Aug 2005 18:19:14 - 1.314 +++ view.c 14 Aug 2005 15:33

Re: [PATCH] Re: Problem while viewing rotated log files

2005-07-03 Thread Jindrich Makovicka
't match capital letters in the man regexs. There are no such man > pages on my system (Linux). Please correct me if they are on other > systems. XFree, Perl, SDL, SSL, libTIFF and probably much more. -- Jindrich Makovicka ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

another FTP reget patch

2005-05-14 Thread Jindrich Makovicka
etic fix of the copy progress bar. Best regards, -- Jindrich Makovicka Index: vfs/direntry.c === RCS file: /cvsroot/mc/mc/vfs/direntry.c,v retrieving revision 1.116 diff -u -r1.116 direntry.c --- vfs/direntry.c 22 Feb 2005 18:3

Re: mc-4.6.0-2005-05-10-17.diff.bz2

2005-05-12 Thread Jindrich Makovicka
still appending (hence > destroying) the local partial file, so no joy there. I use the attached quick-and-dirty fix, which makes reget work at least for me - I am using it for two years or so without problems. Feel free to apply it, but unfortunately there seems to be no chance to apply such hack

[patch] latest cvs breaks End key in viewer

2005-04-22 Thread Jindrich Makovicka
ok at all. Regards, -- Jindrich Makovicka Index: view.c === RCS file: /cvsroot/mc/mc/src/view.c,v retrieving revision 1.227 diff -u -r1.227 view.c --- view.c 19 Apr 2005 21:27:03 - 1.227 +++ view.c 22 Apr 2005 08:58

Re: Big patch for mcview (fwd)

2005-04-05 Thread Jindrich Makovicka
1; which then caused the crash. After returning this line it works fine. Regards, -- Jindrich Makovicka ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Big patch for mcview

2005-03-24 Thread Jindrich Makovicka
=> sig11. Regards, -- Jindrich Makovicka ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Dropping mmap from the virtual file system

2005-02-28 Thread Jindrich Makovicka
lseek, but I would strongly object against the change above. -- Jindrich Makovicka ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[patch] xterm title bar fix

2005-02-14 Thread Jindrich Makovicka
aware of such charset change, so it sometimes prints frames using letters instead. Regards, -- Jindrich Makovicka --- main.c.orig 2005-02-08 22:34:26.0 +0100 +++ main.c 2005-02-14 16:39:48.0 +0100 @@ -1604,7 +1604,7 @@ void update_xterm_title_path (void) { -unsig

Re: [patch] uzip support for non-unix attributes

2005-02-09 Thread Jindrich Makovicka
Roland Illig wrote: Jindrich Makovicka wrote: Hello, I have problems with uzip & zipinfo 2.41 on Debian unstable as this version of zipinfo displays file attributes in zip files created under DOS or Windows as 7 character strings instead of 10. Consequently, the regular expression use

[patch] uzip support for non-unix attributes

2005-02-09 Thread Jindrich Makovicka
such attributes. This means all zip files show as empty. The attached patch allows 7 to 10 character wide attribute fields in Zipinfo output, which fixes the problem. Regards, -- Jindrich Makovicka diff -ur vanilla/mc/vfs/extfs/uzip.in mc/vfs/extfs/uzip.in --- vanilla/mc/vfs/extfs/uzip.in 2004-12-14 1

Re: A fix for the F3 /var/log bug...

2003-05-29 Thread Jindrich Makovicka
er which i see malformed file contents, but at least mc doesn't freeze. -- Jindrich Makovicka ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

[PATCH] ftpfs socket timeout

2002-10-26 Thread Jindrich Makovicka
ket and stdin performed in both ftpfs and FISH. When I changed it to wait only for the socket, it's now possible to abort the stalled downloads. Previously, mc tried to read from the socket even after pressing a key, which caused a lockup. -- Jindrich Makovicka diff -ur --exclude-from don

[PATCH] ftpfs.c closing the data socket on abort

2002-10-25 Thread Jindrich Makovicka
Hello, this patch makes MC work with newer versions of ProFTPD (>= 1.2.6) as these versions expect the client to close the data socket. -- Jindrich Makovicka --- orig/ftpfs.c2002-10-25 22:33:20.0 +0200 +++ ftpfs.c 2002-10-25 22:35:25.0 +0200 @@ -1019,6 +101

[PATCH] ftpfs.c linear_abort workaround for dumb servers

2002-10-07 Thread Jindrich Makovicka
Hello, I recently encountered some ftp servers, which keep sending data even after reporting ABOR cmd complete. This patch adds a timeout after which a reconnect is performed instead of further fetching of the remaining data. Regards, -- Jindrich Makovicka --- orig/ftpfs.c2002-10

[PATCH] interface responsiveness take 2

2002-09-25 Thread Jindrich Makovicka
everts to growing view (test - eg. NTFS partition); get_bottom_first in growing view can be interrupted (test - M-! ls -lR on root and pressing End); search can be interrupted 5) viewsearch.patch - block_search modified to use a lookup table to lower comparison count Regards, -- Jindrich Makovick

[PATCH] ftpfs date/time parsing bug

2002-09-24 Thread Jindrich Makovicka
uot;month day year" format followed by a filename starting with a number. Then the number is treated as a part of the date, resulting in a filename like " - Crackers Don't Matter.avi". Regards, -- Jindrich Makovicka --- orig/vfs.c Fri Aug 16 05:05:25 2002 +++ vfs.c

[PATCH] interface responsiveness

2002-09-22 Thread Jindrich Makovicka
faster Regards, -- Jindrich Makovicka diff --exclude-from dontdiff -urN vanilla/mc-4.6.0-pre1/src/dlg.c mc-4.6.0-pre1/src/dlg.c --- vanilla/mc-4.6.0-pre1/src/dlg.c Fri Aug 2 06:36:04 2002 +++ mc-4.6.0-pre1/src/dlg.c Sun Sep 22 12:02:35 2002 @@ -833,6 +833,8 @@ (*h

[PATCH] copy_file_file bugfix & other responsiveness fixes

2002-02-14 Thread Jindrich Makovicka
change in dlg.c) Please cc: to my private email, I am not a subscriber. Regards, -- Jindrich Makovicka 8< snip diff -urN vanilla/mc-4.5.99a/src/dlg.c mc-4.5.99a/src/dlg.c --- vanilla/mc-4.5.99a/src/dlg.cWed Nov 7 13:15:11 2001 +++ mc-4.5.99a/src/dlg.cWed Feb 13 23:25:58 2