Re: xterm_title patch 898

2003-01-14 Thread Tomas Styblo
* Adam Byrtek 'alpha' [EMAIL PROTECTED] [Sun, 12 Jan 2003]: On Sun, Jan 05, 2003 at 05:39:54AM +0100, Tomas Styblo wrote: In my humble opinion the restore does not work over network because the implementation is fundamentally broken. Yes, I fully agree. It was just a dirty hack to start

Re: xterm_title patch 898

2003-01-07 Thread Tomas Styblo
*/ if (ch == '\x9c') /* ST */ break; /* append a character of the title response to the buffer */ title[i++] = ch; } -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc

Re: xterm_title patch 898

2003-01-06 Thread Tomas Styblo
mcedit and mc -v by pressing F3/F4 from within mc, neither locally nor remote. The delay should happen only when the terminal is not able to report the title. What terminal emulator do you use ? -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6

Re: xterm ttle patch v898 v2

2003-01-06 Thread Tomas Styblo
4.2.0. Will report back full testing results a little later Please try just this. Login to the remote system and run this in the shell: echo -e \e[21t Does it print the title ? Does it work on your local system ? -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup

Re: a solution for high and dry xterm_title (long)

2003-01-05 Thread Tomas Styblo
to sigaction. ... -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: pre2 problem with gcc option

2003-01-04 Thread Tomas Styblo
of the stat structure. I suppose the off_t type is a typedef of long long on that user's machine. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org

Re: xterm_title patch 898

2003-01-04 Thread Tomas Styblo
on your platform at all. Thank you. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 diff -purN mc-4.6.0-pre2/src/main.c mc-4.6.0-pre2.new/src/main.c --- mc-4.6.0-pre2/src/main.cThu Dec 26 17:38:37 2002 +++ mc-4.6.0-pre2.new/src/main.cSun

Re: a solution for high and dry xterm_title

2003-01-04 Thread Tomas Styblo
of the command prompt. That way it's automatically updated when an application exits and also can contain name of the working directory etc.. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing

Re: [BUG] urar extfs in mc-4.6.0-pre2

2003-01-03 Thread Tomas Styblo
* Andrew V. Samoilov [EMAIL PROTECTED] [Fri, 03 Jan 2003]: Tomas Styblo wrote: ~~~ SNIP ~~~ If a command is not found, the exit status shall be 127. If the command name is found, but it is not an executable utility, the exit status shall be 126. ~~~ SNIP ~~~ Sorry, but it should be too

Re: [PATCH] lynx-like jumpkeys

2003-01-02 Thread Tomas Styblo
them in listboxes. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [BUG] urar extfs in mc-4.6.0-pre2

2003-01-02 Thread Tomas Styblo
is not documented in the documentation that comes with the package. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [BUG] urar extfs in mc-4.6.0-pre2

2003-01-02 Thread Tomas Styblo
be 126. ~~~ SNIP ~~~ Return value 130 would mean the process was killed by SIGINT. You can also find a simplified PATH search in shell in the bootstrap script in CVS automake. It's less complicated to just test the return value. New version of the bugfix is attached. -- Tomas Styblo [EMAIL

Re: [BUG] urar extfs in mc-4.6.0-pre2

2003-01-02 Thread Tomas Styblo
* Tomas Styblo [EMAIL PROTECTED] [Thu, 02 Jan 2003]: New version of the bugfix is attached. I have to reply to my own post. This is an update to the patch. I looked up the test command in the standard and noticed that the -o option is an XSI extension. The lines if test $? -eq

[BUG] extfs - rpm archives

2002-12-29 Thread Tomas Styblo
in the /usr/local/share/mc/extfs/rpm file. When I replaced it with the same file from pre1, the problem disappeared. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED

Re: [PATCH] history_ignoredups (was: [PATCH] HISTCONTROL_ignoredups)

2002-12-29 Thread Tomas Styblo
in the list (from the point of view of the user) and the new entry is not inserted again. I also put the patch to the patch tracker. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 diff -purN mc-4.6.0-pre2/src/widget.c mc-4.6.0-pre2.new/src

Re: [BUG] urar extfs in mc-4.6.0-pre2

2002-12-29 Thread Tomas Styblo
Eugene Roshal19 Apr 2002 You can get it at: http://www.rarlab.com/rar/rarlinux-3.1.0.tar.gz -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http

Re: [BUG] urar extfs in mc-4.6.0-pre2

2002-12-29 Thread Tomas Styblo
. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 diff -purN mc-4.6.0-pre2/vfs/extfs/urar.in mc-4.6.0-pre2.new/vfs/extfs/urar.in --- mc-4.6.0-pre2/vfs/extfs/urar.in Thu Dec 12 15:08:25 2002 +++ mc-4.6.0-pre2.new/vfs/extfs/urar.in Mon Dec 30

Re: [PATCH] lynx-like jumpkeys

2002-12-29 Thread Tomas Styblo
* Adam Byrtek 'alpha' [EMAIL PROTECTED] [Sun, 22 Dec 2002]: Maybe after the release you could port this to cvs version? I updated the patch for 4.6.0-pre2. It was also submitted to the patch tracker. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch

Re: [PATCH] lynx-like jumpkeys

2002-12-22 Thread Tomas Styblo
. You can use the Listing mode configuration menu to specify your own user defined format. The default Full file list format without the jumpkeys is: half type,name,|,size,|,mtime -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6

Re: [PATCH] HISTCONTROL_ignoredups (was: [PATCH] history_show_duplicates)

2002-12-18 Thread Tomas Styblo
in which the duplicates will always be ignored ? -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [PATCH] xterm titlebar

2002-12-17 Thread Tomas Styblo
was wrong and did not notice that. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [PATCH] lynx-like jumpkeys

2002-12-17 Thread Tomas Styblo
-2)); -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 diff -purN mc-4.6.0-pre1/doc/mc.1.in mc-4.6.0-pre1.new/doc/mc.1.in --- mc-4.6.0-pre1/doc/mc.1.in Wed Aug 21 03:08:46 2002 +++ mc-4.6.0-pre1.new/doc/mc.1.in Wed Dec 18 03:23:49 2002

[BUGFIX] hotlist group label

2002-12-17 Thread Tomas Styblo
it. It ensures that the label is updated everytime a group is selected, even if it is empty. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 diff -purN mc-4.6.0-pre1/src/hotlist.c mc-4.6.0-pre1.new/src/hotlist.c --- mc-4.6.0-pre1/src/hotlist.c

Re: [PATCH] xterm titlebar

2002-12-16 Thread Tomas Styblo
* Adam Byrtek 'alpha' [EMAIL PROTECTED] [Mon, 16 Dec 2002]: On Mon, Dec 16, 2002 at 03:52:56AM +0100, Tomas Styblo wrote: 1) The malloced space was never freed. Fixed by replacing it with an automatic array. Allocation is not necessary. cpanel-cwd gives us working dir. Yeah

[PATCH] lynx-like jumpkeys

2002-12-16 Thread Tomas Styblo
menu. By default it's disabled. The patch is against 4.6.0.pre1 and was tested on Linux. It includes a documentation update. Please bear in mind that I am a newbie regarding mc code. It definitely needs a review. Thanks. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks

Re: [PATCH] xterm titlebar

2002-12-15 Thread Tomas Styblo
in taskbar buttons. 3) FTP passwords are now stripped from the path. The modified version is attached to this message. Bye. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 People demand freedom of speech as a compensation

Re: [PATCH] history_show_duplicates

2002-11-25 Thread Tomas Styblo
environment variable? It's in fact a very good idea. I'll provide the new patch in a few days. -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC97EA4B6 People demand freedom of speech as a compensation for the freedom of thought which they seldom use

[PATCH] history_show_duplicates

2002-11-24 Thread Tomas Styblo
in the configuration menu. The patch includes update of the manpage. This update also adds missing information on the num_history_items_recorded option. These files were modified: src/setup.c src/widget.c doc/mc.1.in -- Tomas Styblo [EMAIL PROTECTED] PGP: http://pgp.mit.edu:11371/pks