'other 8 bit'

2005-05-18 Thread Andy Shevchenko
Hi! I use mc in other locales with charset conversion (--enable-charset, Ctrl-T in viewer). However, I confused by 'Other 8 bit' item in that conversion menu. I prefer to use current locale charmap. Who can explain me the main purpose of that? P.S In attached patch I have changed 'Other 8 bit'

[OT] Re: [bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread Pavel Tsekov
Hello, This is a pure off topic message. On Tue, 17 May 2005, Leonard den Ottolander wrote: There are at least 2 people who share this opinion, as *I* (not Oswald) was the one to close the bug. Well, don't you think that having an opinion requires you to understand the problem first ? Your

[bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread Oskar Liljeblad
Follow-up Comment #11, bug #12223 (project mc): Pavel, is it possible to receive notification when these modifier keys are pressed too? If not, then it is not possible. And are you saying it is possible to, in an xterm, query pressed modifier keys?

[bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread Oswald Buddenhagen
Follow-up Comment #12, bug #12223 (project mc): pavel wrote: MC already has code which queries the keyboard modifiers on these systems. what does it use them for? ___ Reply to this item at:

[bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread Pavel Tsekov
Follow-up Comment #13, bug #12223 (project mc): Oskar and Oswald, take a look at src/key.c, get_modifier(). ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=12223

[bug #8135] Ftp connection to proxy uses always active mode

2005-05-18 Thread Leonard den Ottolander
Follow-up Comment #1, bug #8135 (project mc): The offending code in ftpfs.c is this: static int ftpfs_open_archive_int (struct vfs_class *me, struct vfs_s_super *super) { int retry_seconds, count_down; /* We do not want to use the passive if we are using proxies */ if (SUP.proxy)

[bug #11138] CRITICAL - /dev/pts/N are not freed in kernel 2.6

2005-05-18 Thread Leonard den Ottolander
Update of bug #11138 (project mc): Status:None = Invalid Open/Closed:Open = Closed ___ Follow-up Comment #9: Closing as this is(/was)

[bug #8135] Ftp connection to proxy uses always active mode

2005-05-18 Thread Leonard den Ottolander
Follow-up Comment #2, bug #8135 (project mc): Please be so kind to test this patch. ___ Additional Item Attachment: File name: passive_proxy.patchSize:2 KB Add extra option to allow passive ftp over proxy

[PATCH] Re: [bug #8135] Ftp connection to proxy uses always active mode

2005-05-18 Thread Leonard den Ottolander
Hi, On Wed, 2005-05-18 at 15:01, Leonard den Ottolander wrote: Please be so kind to test this patch. ___ Additional Item Attachment: File name: passive_proxy.patchSize:2 KB Add extra option to allow passive ftp over

[bug #8135] Ftp connection to proxy uses always active mode

2005-05-18 Thread Leonard den Ottolander
Follow-up Comment #3, bug #8135 (project mc): Forgot to update the indexes of the referenced items. This version should fix that. ___ Additional Item Attachment: File name: passive_proxy.patchSize:3 KB Add extra option to

Re: [PATCH] Re: [bug #8135] Ftp connection to proxy uses always active mode

2005-05-18 Thread Leonard den Ottolander
Hi, On Wed, 2005-05-18 at 15:18, Leonard den Ottolander wrote: Maybe I get more response if I also send this patch to the list directly... I forgot to fix the indexes of the referenced items in the dialog. This version should fix that. Leonard. -- mount -t life -o ro /dev/dna

[bug #8135] Ftp connection to proxy uses always active mode

2005-05-18 Thread Leonard den Ottolander
Update of bug #8135 (project mc): Status:None = Ready For Test Assigned to:None = leonardjo ___ Reply to this item at:

[patch #2422] PHP syntax update (full function list)

2005-05-18 Thread Leonard den Ottolander
Update of patch #2422 (project mc): Status:None = Done ___ Reply to this item at: http://savannah.gnu.org/patch/?func=detailitemitem_id=2422

Can't close Savannah patches

2005-05-18 Thread Leonard den Ottolander
Hi Pavel, I am unable to close patches in Savannah bugzilla. The open/close item cannot be modified. However I can change the status. Could this be fixed? Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___ Mc-devel mailing list

[bug #7472] ftpfs: failed; nowhere to fallback to

2005-05-18 Thread Leonard den Ottolander
Follow-up Comment #2, bug #7472 (project mc): See patch 3727 (https://savannah.gnu.org/patch/?func=detailitemitem_id=3727). Does that fix your issue? ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=7472

[patch #1129] tilde expansion fix

2005-05-18 Thread Leonard den Ottolander
Update of patch #1129 (project mc): Status:None = Done ___ Follow-up Comment #1: I believe all tilde expansion issues have been fixed in CVS. Please correct me if I'm wrong.

[patch #1628] Fix for segfault on large syntax file

2005-05-18 Thread Leonard den Ottolander
Update of patch #1628 (project mc): Status:None = Done ___ Follow-up Comment #4: This has been in CVS for a while now. Report may be closed.

[patch #3224] perl and diff syntax

2005-05-18 Thread Leonard den Ottolander
Update of patch #3224 (project mc): Status:None = Done ___ Follow-up Comment #1: Both are in CVS. Can be closed. ___

[patch #3223] perl and diff syntax

2005-05-18 Thread Leonard den Ottolander
Update of patch #3223 (project mc): Status:None = Duplicate ___ Follow-up Comment #1: Duplicate of patch 3224. Already in CVS. Report can be closed.

[bug #10645] Directorys like 1234 - foobar are displayed as - foobar on ftpfs and cannot be viewed

2005-05-18 Thread Leonard den Ottolander
Update of bug #10645 (project mc): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #1: This is a duplicate of

[patch #1299] avoid tmpdir removal/substitution

2005-05-18 Thread Leonard den Ottolander
Update of patch #1299 (project mc): Status:None = In Progress ___ Follow-up Comment #1: I'm a bit confused by the summary: avoid tmpdir removal/substitution. Isn't the point of this patch

GCC-4.0 warnings

2005-05-18 Thread Leonard den Ottolander
Hi, Here's a list of gcc-4.0 warnings against HEAD from 2005-05-04. Tarball taken from the FC4t3 mc-4.6.1a-0.9.src.rpm. Removed all patches as not to cause confusion between clean CVS and downstream patches. Grepped for warning in the build log. Leonard. -- mount -t life -o ro /dev/dna

Re: [OT] Re: [bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread Leonard den Ottolander
Hi Pavel, (Could you please adjust your clock? I missed your post as it is dated 6 years back so it ended up somewhere down in my list.) On Tue, 1999-05-18 at 10:56, Pavel Tsekov wrote: This is a pure off topic message. I was trying to explain my motivations for closing that bug report to

Re: [OT] Re: [bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread Oswald Buddenhagen
On Tue, May 18, 1999 at 11:56:15AM +0300, Pavel Tsekov wrote: And no - MC is not short on developers. IMHO, MC is short on ideas where to go next . that's probably the best joke i heard in years. ;) it's 100% contradicting proski's statement from some months back. but as you seem to suffer

Re: GCC-4.0 warnings

2005-05-18 Thread Roland Illig
Leonard den Ottolander wrote: Hi, Here's a list of gcc-4.0 warnings against HEAD from 2005-05-04. Tarball taken from the FC4t3 mc-4.6.1a-0.9.src.rpm. Removed all patches as not to cause confusion between clean CVS and downstream patches. Grepped for warning in the build log. Thanks for the list.

Re: MC_ARG_ENABLE_DEVELOPER_MODE

2005-05-18 Thread Roland Illig
Pavel Roskin wrote: I'm removing MC_ARG_ENABLE_DEVELOPER_MODE now because in my opinion, it doesn't provide any useful value at all. If you want that code restored, please provide arguments and _tested_ code. I'm also removing m4/ri-gcc-warnings.m4, which is now unused. That reminds me that I

subscribe

2005-05-18 Thread Bacchu, Anjan
Title: Message subscribe ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[bug #12223] shift keys should change function menu descriptions

2005-05-18 Thread anonymous
Follow-up Comment #14, bug #12223 (project mc): it does exactly what i expected: the modifiers are used to enhance action keystrokes, to salvage some configurations that don't report the modifier state with the keystroke. this is completely different from what this report requests. when do you