Re: [PATCH] Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-10 Thread Pavel Tsekov
On Thu, 9 Mar 2006, Leonard den Ottolander wrote: On Thu, 2006-03-09 at 10:45 +0200, Pavel Tsekov wrote: The \? is GNU extension Is it? From the GNU sed info manual: `\?' As `*', but only matches zero or one. It is a GNU extension. ___

Re: [PATCH] Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-09 Thread Pavel Tsekov
On Thu, 9 Mar 2006, Leonard den Ottolander wrote: On Wed, 2006-03-08 at 17:50 +0200, Pavel Tsekov wrote: 2005 control.tar.gz It appears ar is the app which uses 4 field dates that I was looking for ;-s . Please try the following patch against vfs/extfs/uar. It removes the fourth date field

Re: [PATCH] Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-09 Thread Leonard den Ottolander
Hi Pavel, On Thu, 2006-03-09 at 10:45 +0200, Pavel Tsekov wrote: thisyear=`date +%Y` I assumed the $(command) was portable. If not I need to restore the backticks in mc.wrapper.sh as well. The \? is GNU extension and I don't really understand why that construct is necessary (I am not a

Re: [PATCH] Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-09 Thread Leonard den Ottolander
Hi Pavel, On Thu, 2006-03-09 at 10:45 +0200, Pavel Tsekov wrote: The \? is GNU extension Is it? Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Pavel Tsekov
On Mon, 6 Feb 2006, Pavel Tsekov wrote: deb-support-without-dpkg.patch For systems withoput dpkg (almost any non-debian OS). It handles .deb files as regular .ar archives, as they are in reality. This would be nice addition. Only if we could avoid the 'O' option of gnu tar...

Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Pavel Tsekov
On Wed, 8 Mar 2006, Pavel Tsekov wrote: On Mon, 6 Feb 2006, Pavel Tsekov wrote: deb-support-without-dpkg.patch For systems withoput dpkg (almost any non-debian OS). It handles .deb files as regular .ar archives, as they are in reality. This would be nice addition. Only if

Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Leonard den Ottolander
Hello Pavel, On Wed, 2006-03-08 at 17:50 +0200, Pavel Tsekov wrote: rw-r--r-- 250/250 50188 Nov 4 04:56 2005 C-ctype.o It is obvious that the list command of uar doesn't process the output properly and produces bad filenames. This is most probably caused by the fact that I removed the

Re: deb-support-without-dpkg.patch was Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-03-08 Thread Leonard den Ottolander
Hi, On Wed, 2006-03-08 at 17:35 +0100, Leonard den Ottolander wrote: On Wed, 2006-03-08 at 17:50 +0200, Pavel Tsekov wrote: rw-r--r-- 250/250 50188 Nov 4 04:56 2005 C-ctype.o Instead a new function vfs_parse_file_date_4() should be created that is called explicitly for dates that are

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-10 Thread Arpad Biro
Hi, /mask things in the current (/) directory mask/ or /mask/ only directories (path has '/' ending) here maskfiles (old behaviour) To me it is not obvious. When I see `/' I think root directory. Anyway, this is just me. What worries me most is the fact that this patch changes

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-10 Thread Pavel Tsekov
On Fri, 10 Feb 2006, Arpad Biro wrote: /mask things in the current (/) directory mask/ or /mask/ only directories (path has '/' ending) here maskfiles (old behaviour) To me it is not obvious. When I see `/' I think root directory. Anyway, this is just me. What worries me

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-10 Thread Oswald Buddenhagen
On Fri, Feb 10, 2006 at 04:27:42PM +0200, Pavel Tsekov wrote: On Fri, 10 Feb 2006, Arpad Biro wrote: /mask things in the current (/) directory mask/ or /mask/ only directories (path has '/' ending) here maskfiles (old behaviour) To me it is not obvious. When I see `/'

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-10 Thread Pavel Tsekov
On Fri, 10 Feb 2006, Oswald Buddenhagen wrote: On Fri, Feb 10, 2006 at 04:27:42PM +0200, Pavel Tsekov wrote: On Fri, 10 Feb 2006, Arpad Biro wrote: /mask things in the current (/) directory mask/ or /mask/ only directories (path has '/' ending) here maskfiles (old

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-09 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Leonard den Ottolander wrote: On Sun, 2006-02-05 at 00:53 +0100, Arpi wrote: I've just ported (updated) my patch set for the today version of mc. I didnt attach for size, download if interested, packed together:

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: accept-screen.TERM-format.patch Newer GNU Screen sets TERM to screen.xxx where xxx is the client's terminal name. Currently mc only accepts TERM=screen, not TERM=screen* This patch seems pretty straight forward, but I'd like to discuss it first... From

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
deb-support-without-dpkg.patch For systems withoput dpkg (almost any non-debian OS). It handles .deb files as regular .ar archives, as they are in reality. This would be nice addition. Only if we could avoid the 'O' option of gnu tar... Does anyone know of a way to avoid it ? In any

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Isn't there another way for achieving the same thing. How do other file managers behave in this scenario

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Arpi
Hi, On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Why? /mask things in the current (/) directory mask/ or /mask/ only directories (path

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Pavel Tsekov
On Mon, 6 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Why? /mask things in the current (/) directory mask/

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-06 Thread Roland Illig
Pavel Tsekov wrote: On Mon, 6 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: select_dirs.patch In select/unselect files dialog: let mask/ select directories only, and /mask select dirs+files This doesn't seem very intuitive. Why? /mask things in the current (/) directory

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: ftpfs-allow-connect-interrupting.patch Let the user interrupt ftpfs in hostname lookup / connection state (for mistyped URL/IP or servers being shut down) Commited. Thanks! ___ Mc-devel mailing list

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Arpi
Hi, On Sun, 5 Feb 2006, Arpi wrote: ftpfs-allow-connect-interrupting.patch Let the user interrupt ftpfs in hostname lookup / connection state (for mistyped URL/IP or servers being shut down) Commited. Thanks! thanks. what about the others? i'm interested in comments,

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: ftpfs-allow-connect-interrupting.patch Let the user interrupt ftpfs in hostname lookup / connection state (for mistyped URL/IP or servers being shut down) Commited. Thanks! thanks. what about the

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: more-xterm-keycodes.patch xterm codes for Shift + Pageup/Pagedown and some cosmetics (grouping same keys with different modifiers together) Which terminal emulator generates those sequences ? I've just tried xterm 6.8.2.0(202) under Cygwin and Shift +

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Arpi
Hi, On Sun, 5 Feb 2006, Arpi wrote: more-xterm-keycodes.patch xterm codes for Shift + Pageup/Pagedown and some cosmetics (grouping same keys with different modifiers together) Which terminal emulator generates those sequences ? I've just tried xterm 6.8.2.0(202) under

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: more-xterm-keycodes.patch xterm codes for Shift + Pageup/Pagedown and some cosmetics (grouping same keys with different modifiers together) Which terminal emulator generates those sequences ? I've just

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Arpi
Hi, more-xterm-keycodes.patch xterm codes for Shift + Pageup/Pagedown and some cosmetics (grouping same keys with different modifiers together) Which terminal emulator generates those sequences ? I've just tried xterm 6.8.2.0(202) under Cygwin and Shift +

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: On Sun, 5 Feb 2006, Arpi wrote: more-xterm-keycodes.patch xterm codes for Shift + Pageup/Pagedown and some cosmetics (grouping same keys with different modifiers together) Which terminal emulator generates those sequences ? I've just

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Pavel Tsekov
On Sun, 5 Feb 2006, Arpi wrote: more-syntax-defs.patch Syntax highlight definition files for BAssPasC language, MHTML and JASM I don't see any obstacles to apply this one. But I'd rather let other people comment before I commit it since those languages are not widely used (IMO).

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Arpi
Hi, On Sun, 5 Feb 2006, Arpi wrote: more-syntax-defs.patch Syntax highlight definition files for BAssPasC language, MHTML and JASM I don't see any obstacles to apply this one. But I'd rather let other people comment before I commit it since those languages are not widely used

Re: AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-05 Thread Leonard den Ottolander
Hi Arpi, On Sun, 2006-02-05 at 00:53 +0100, Arpi wrote: I've just ported (updated) my patch set for the today version of mc. I didnt attach for size, download if interested, packed together: http://www1.mplayerhq.hu/~arpi/amc-patches-2006-02-03-13.tgz I'm not sure this is the most

AMC patches ported to mc-2006-02-03-13.tar.gz

2006-02-04 Thread Arpi
Hi, I've just ported (updated) my patch set for the today version of mc. I didnt attach for size, download if interested, packed together: http://www1.mplayerhq.hu/~arpi/amc-patches-2006-02-03-13.tgz List of patches included: (content of README.patches) AMC patches, ported to