From svivanov at pdmi.ras.ru Fri Feb 1 02:13:30 2008 From: svivanov at pdmi.ras.ru (Sergei Ivanov) Date: Fri, 1 Feb 2008 05:13:30 +0300 Subject: order of buttons in Edit->Quit Message-ID: <200802010513.30885.svivanov@pdmi.ras.ru> In mc's internal editor, the dialog about unsaved file on quit has an unusual order of buttons: the first and default one is "Cancel quit". In all other editors I've seen (including Norton Commander and clones) the default action is "Save file". Moreover this is inconsistent with other parts of MC itself (consider, for example, Copy File dialog when a target exists - the default is "Overwrite", not "Abort"). This default action is also useless because there is always a standard cancel key (F10, Esc) in any context. I use the attached patch to change it to the "classic" behavior. If this change is not acceptable, can this dialog be made configurable? I am using a packaged version of mc from Ubuntu. The output of mc -V is: GNU Midnight Commander 4.6.1 Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish, smbfs With builtin Editor Using system-installed S-Lang library with terminfo database With subshell support as default With support for background operations With mouse support on xterm and Linux console With support for X11 events With internationalization support With multiple codepages support Please Cc me on replies. -------------- next part -------------- A non-text attachment was scrubbed... Name: editquit.patch Type: text/x-diff Size: 670 bytes Desc: not available URL: From 2 at pervalidus.net Thu Feb 7 15:16:29 2008 From: 2 at pervalidus.net (=?ISO-8859-15?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?=) Date: Thu, 7 Feb 2008 13:16:29 -0200 (BRDT) Subject: Is this a bug with ftpfs ? Message-ID: I get this when the server closes his connection and I try to upload I file. I tested with 2 different remote servers. This is using latest CVS but also reproduceable with the version from Slackware 12.0. Here's a gdb backtrace: Program terminated with signal 11, Segmentation fault. #0 0x080be48b in vfs_s_generate_entry (me=0x81025a0, name=0x8150756 "0208", parent=0x0, mode=493) at /usr/local/src/links/mc/vfs/direntry.c:179 179 inode = vfs_s_new_inode (me, parent->super, st); (gdb) where #0 0x080be48b in vfs_s_generate_entry (me=0x81025a0, name=0x8150756 "0208", parent=0x0, mode=493) at /usr/local/src/links/mc/vfs/direntry.c:179 #1 0x080be6c3 in vfs_s_open (me=0x81025a0, file=0x8179290 "/#ftp:ftp.byethost13.com/vascoexpresso.net/htdocs/news/0208", flags=577, mode=384) at /usr/local/src/links/mc/vfs/direntry.c:754 #2 0x080c1638 in mc_open ( filename=0x81533d0 "/#ftp:ftp.byethost13.com/vascoexpresso.net/htdocs/news/0208", flags=577) at /usr/local/src/links/mc/vfs/vfs.c:343 #3 0x08066b7f in copy_file_file (ctx=0x81523f8, src_path=0x8166a10 "/www/ve/news/0208/80.html", dst_path=0x81533d0 "/#ftp:ftp.byethost13.com/vascoexpresso.net/htdocs/news/0208", ask_overwrite=1, progress_count=0xbfd5c628, progress_bytes=0xbfd5c620, is_toplevel_file=1) at /usr/local/src/links/mc/src/file.c:614 #4 0x08068c7a in panel_operate (source_panel=0x8144658, operation=OP_COPY, force_single=0) at /usr/local/src/links/mc/src/file.c:1887 #5 0x0805db64 in copy_cmd () at /usr/local/src/links/mc/src/cmd.c:310 #6 0x08094154 in buttonbar_call (bb=0x81038c0, i=) at /usr/local/src/links/mc/src/widget.c:2294 #7 0x08094aa9 in buttonbar_callback (w=0x81527a0, msg=WIDGET_HOTKEY, parm=1005) at /usr/local/src/links/mc/src/widget.c:2316 ---Type to continue, or q to quit--- #8 0x08061e62 in dlg_process_event (h=0x8132fe8, key=1005, event=0xbfd5c6f0) at /usr/local/src/links/mc/src/dialog.c:615 #9 0x0806221d in run_dlg (h=0x8132fe8) at /usr/local/src/links/mc/src/dialog.c:786 #10 0x08075ea4 in do_nc () at /usr/local/src/links/mc/src/main.c:1672 #11 0x08076825 in main (argc=Cannot access memory at address 0x0 ) at /usr/local/src/links/mc/src/main.c:2240 From lists2006 at pervalidus.net Thu Feb 7 15:42:47 2008 From: lists2006 at pervalidus.net (=?ISO-8859-15?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?=) Date: Thu, 7 Feb 2008 13:42:47 -0200 (BRDT) Subject: Is this a bug with ftpfs ? Message-ID: I get this when the server closes his connection and I try to upload I file. I tested with 2 different remote servers. This is using latest CVS but also reproduceable with the version from Slackware 12.0. Here's a gdb backtrace: Program terminated with signal 11, Segmentation fault. #0 0x080be48b in vfs_s_generate_entry (me=0x81025a0, name=0x8150756 "0208", parent=0x0, mode=493) at /usr/local/src/links/mc/vfs/direntry.c:179 179 inode = vfs_s_new_inode (me, parent->super, st); (gdb) where #0 0x080be48b in vfs_s_generate_entry (me=0x81025a0, name=0x8150756 "0208", parent=0x0, mode=493) at /usr/local/src/links/mc/vfs/direntry.c:179 #1 0x080be6c3 in vfs_s_open (me=0x81025a0, file=0x8179290 "/#ftp:ftp.byethost13.com/vascoexpresso.net/htdocs/news/0208", flags=577, mode=384) at /usr/local/src/links/mc/vfs/direntry.c:754 #2 0x080c1638 in mc_open ( filename=0x81533d0 "/#ftp:ftp.byethost13.com/vascoexpresso.net/htdocs/news/0208", flags=577) at /usr/local/src/links/mc/vfs/vfs.c:343 #3 0x08066b7f in copy_file_file (ctx=0x81523f8, src_path=0x8166a10 "/www/ve/news/0208/80.html", dst_path=0x81533d0 "/#ftp:ftp.byethost13.com/vascoexpresso.net/htdocs/news/0208", ask_overwrite=1, progress_count=0xbfd5c628, progress_bytes=0xbfd5c620, is_toplevel_file=1) at /usr/local/src/links/mc/src/file.c:614 #4 0x08068c7a in panel_operate (source_panel=0x8144658, operation=OP_COPY, force_single=0) at /usr/local/src/links/mc/src/file.c:1887 #5 0x0805db64 in copy_cmd () at /usr/local/src/links/mc/src/cmd.c:310 #6 0x08094154 in buttonbar_call (bb=0x81038c0, i=) at /usr/local/src/links/mc/src/widget.c:2294 #7 0x08094aa9 in buttonbar_callback (w=0x81527a0, msg=WIDGET_HOTKEY, parm=1005) at /usr/local/src/links/mc/src/widget.c:2316 ---Type to continue, or q to quit--- #8 0x08061e62 in dlg_process_event (h=0x8132fe8, key=1005, event=0xbfd5c6f0) at /usr/local/src/links/mc/src/dialog.c:615 #9 0x0806221d in run_dlg (h=0x8132fe8) at /usr/local/src/links/mc/src/dialog.c:786 #10 0x08075ea4 in do_nc () at /usr/local/src/links/mc/src/main.c:1672 #11 0x08076825 in main (argc=Cannot access memory at address 0x0 ) at /usr/local/src/links/mc/src/main.c:2240 From ptsekov at gmx.net Sun Feb 10 11:56:23 2008 From: ptsekov at gmx.net (Pavel Tsekov) Date: Sun, 10 Feb 2008 13:56:23 +0200 Subject: Is this a bug with ftpfs ? In-Reply-To: References: Message-ID: <732325437.20080210135623@gmx.net> Hello Frederic, Sure, it is a bug. How can I reproduce this bug ? Did MC notice that the server closed the connection or not ? Thursday, February 7, 2008, 5:42:47 PM, you wrote: > I get this when the server closes his connection and I try to > upload I file. I tested with 2 different remote servers. > This is using latest CVS but also reproduceable with the > version from Slackware 12.0. > Here's a gdb backtrace: [...] From INVALID.NOREPLY at gnu.org Sun Feb 10 12:03:31 2008 From: INVALID.NOREPLY at gnu.org (Pavel Tsekov) Date: Sun, 10 Feb 2008 12:03:31 +0000 Subject: [bug #22178] Alt_O on '..' should open lower directory In-Reply-To: <20080130-151955.sv18629.42452@savannah.gnu.org> References: <20080130-151955.sv18629.42452@savannah.gnu.org> Message-ID: <20080210-140330.sv36205.1714@savannah.gnu.org> Follow-up Comment #1, bug #22178 (project mc): I've just tried it and Alt-O on '..' displays the contents of the parent directory as it is supposed to. You have to give more detail if you suspect there is a problem with this feature. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Sun Feb 10 12:18:56 2008 From: INVALID.NOREPLY at gnu.org (Pavel Tsekov) Date: Sun, 10 Feb 2008 12:18:56 +0000 Subject: [bug #21440] Mc freeze when copy with fish file >2048Mb In-Reply-To: <20071027-105238.sv36205.15774@savannah.gnu.org> References: <20071026-185345.sv63183.71434@savannah.gnu.org> <20071027-105238.sv36205.15774@savannah.gnu.org> Message-ID: <20080210-141855.sv36205.27017@savannah.gnu.org> Update of bug #21440 (project mc): Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From 2 at pervalidus.net Sun Feb 10 18:10:44 2008 From: 2 at pervalidus.net (=?ISO-8859-15?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?=) Date: Sun, 10 Feb 2008 16:10:44 -0200 (BRDT) Subject: Is this a bug with ftpfs ? In-Reply-To: <732325437.20080210135623@gmx.net> References: <732325437.20080210135623@gmx.net> Message-ID: On Sun, 10 Feb 2008, Pavel Tsekov wrote: > Sure, it is a bug. How can I reproduce this bug ? Trying to upload a file after some time. I can send you my account details if you can't reproduce it. > Did MC notice that the server closed the connection or not ? Here it displays "ftpfs: done." after I connect. After it disconnects, there are no messages, but if I try to change to another directory: "ftpfs: CWD failed.". And there's another problem. "Free VFSs now" doesn't work with all servers. With one it didn't hang, just moved to the first entry. From INVALID.NOREPLY at gnu.org Tue Feb 12 09:04:59 2008 From: INVALID.NOREPLY at gnu.org (Roland Illig) Date: Tue, 12 Feb 2008 09:04:59 +0000 Subject: [bug #22179] Inconsistent (and confusing) Tab behaviour In-Reply-To: <20080130-155223.sv18629.24432@savannah.gnu.org> References: <20080130-155223.sv18629.24432@savannah.gnu.org> Message-ID: <20080212-100459.sv20990.70854@savannah.gnu.org> Update of bug #22179 (project mc): Status: None => Invalid Open/Closed: Open => Closed Operating System: GNU/Linux => All _______________________________________________________ Follow-up Comment #1: The behavior that you describe is exactly what is intended by the "magic space" feature. If you don't like it, you can switch it off by unchecking "[x] fake half tabs" in the editor configuration. Roland _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Tue Feb 12 13:47:29 2008 From: INVALID.NOREPLY at gnu.org (John) Date: Tue, 12 Feb 2008 13:47:29 +0000 Subject: [bug #22179] Inconsistent (and confusing) Tab behaviour In-Reply-To: <20080212-100459.sv20990.70854@savannah.gnu.org> References: <20080130-155223.sv18629.24432@savannah.gnu.org> <20080212-100459.sv20990.70854@savannah.gnu.org> Message-ID: <20080212-134728.sv18629.90375@savannah.gnu.org> Follow-up Comment #2, bug #22179 (project mc): > If you don't like it, you can switch it off by unchecking "[x] > fake half tabs" in the editor configuration. Ok... will do that. Thanks _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Feb 13 02:57:20 2008 From: INVALID.NOREPLY at gnu.org (Ken Allen) Date: Wed, 13 Feb 2008 02:57:20 +0000 Subject: [bug #22300] Hang on directory change when not run as root Message-ID: <20080213-025719.sv65499.64611@savannah.gnu.org> URL: Summary: Hang on directory change when not run as root Project: GNU Midnight Commander Submitted by: cardboard42 Submitted on: Wednesday 02/13/2008 at 02:57 Category: Core Severity: 3 - Normal Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Release: current (CVS or snapshot) Operating System: GNU/Linux _______________________________________________________ Details: MC hangs for me if I change directories, either by selecting one from the panel or cding from the shell. This does not happen if it is started as root. I'm using Arch Linux i686 and I tried with 4.6.1 and with cvs. Another Arch user reported the same problem several years ago but never reported a fix. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From paul at butterworth.co.uk Fri Feb 15 14:57:55 2008 From: paul at butterworth.co.uk (pbutterworth) Date: Fri, 15 Feb 2008 06:57:55 -0800 (PST) Subject: How to set flags as default Message-ID: <15502318.post@talk.nabble.com> Hi, I love MC, reminds me of my old dos NC days! How can I set soem of the startup flags as default? I use options -cx on startup, but would like to set these as defaults. Thanks Paul -- View this message in context: http://www.nabble.com/How-to-set-flags-as-default-tp15502318p15502318.html Sent from the Gnu MC - General mailing list archive at Nabble.com. From darkproger at gmail.com Sun Feb 17 21:42:23 2008 From: darkproger at gmail.com (Vladimir Dark Proger Kirillov) Date: Sun, 17 Feb 2008 23:42:23 +0200 Subject: hacking mc. key shortcuts Message-ID: <20080217234223.2e789d8c@gmail.com> Good evening to everyone! Recently, i thought that bingind toggle_show_hidden() to a hotkey would be useful, so i have a question about working with keybinding at mc. As i've looked through the src/key.c sources, keybinding is used via int define_sequence (int code, const char *seq, int action) function. So, if i wish to setup a keybind, i have to do something like define_sequence (KEY_M_ALT | KEY_F(12), ESC_STR "[28~", /*action here*/); So that's my question: what should i pass to define_sequence as int action to perform something like toggle_show_hidden()? What should i look for for examples or else? Thank you in advance -- Sincerely, Vladimir 'Dark Proger' Kirillov, darkproger at gmail.com http://darkproger.org.ua From lbozo at freemail.hu Mon Feb 18 10:32:12 2008 From: lbozo at freemail.hu (Bozo Lajos) Date: Mon, 18 Feb 2008 11:32:12 +0100 Subject: Missing M-H key binding entry in hungarian man page Message-ID: <20080218113212.752b5971@freemail.hu> Hallo Dear Developers, In MC among other things my favorite feature is the "directory history" (M-H) and I searched info about key bindings for this feature in the hungarian man page. Unfortunately I found only the description of the feature but key binding is not mentioned. The description is appended tightly to the description of 'M-u' feature. Inserting new lines and the 'M-H' string before the description would correct this little bug. This bug can be found at the last entry of the 'Directory Panels' section of the hungarian man page. Used version is 4.6.2-pre1. I use MC with satisfaction for ages, thanks for this great work! Best regards, Bozo Lajos. From proski at gnu.org Tue Feb 19 18:23:02 2008 From: proski at gnu.org (Pavel Roskin) Date: Tue, 19 Feb 2008 13:23:02 -0500 Subject: Missing M-H key binding entry in hungarian man page In-Reply-To: <20080218113212.752b5971@freemail.hu> References: <20080218113212.752b5971@freemail.hu> Message-ID: <1203445382.27944.15.camel@dv> On Mon, 2008-02-18 at 11:32 +0100, Bozo Lajos wrote: > Hallo Dear Developers, > > In MC among other things my favorite feature is the "directory history" (M-H) and I searched > info about key bindings for this feature in the hungarian man page. > Unfortunately I found only the description of the feature but key binding is not > mentioned. The description is appended tightly to the description of 'M-u' feature. > Inserting new lines and the 'M-H' string before the description would correct this little bug. > This bug can be found at the last entry of the 'Directory Panels' section of the hungarian man page. Fixed in CVS. Thanks! -- Regards, Pavel Roskin From 2 at pervalidus.net Sun Feb 24 06:44:23 2008 From: 2 at pervalidus.net (=?ISO-8859-15?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?=) Date: Sun, 24 Feb 2008 03:44:23 -0300 (BRST) Subject: Is this a bug with ftpfs ? In-Reply-To: References: <732325437.20080210135623@gmx.net> Message-ID: On Sun, 10 Feb 2008, Fr?d?ric L. W. Meunier wrote: > On Sun, 10 Feb 2008, Pavel Tsekov wrote: > >> Sure, it is a bug. How can I reproduce this bug ? > > Trying to upload a file after some time. I can send you my > account details if you can't reproduce it. > >> Did MC notice that the server closed the connection or not ? > > Here it displays "ftpfs: done." after I connect. > > After it disconnects, there are no messages, but if I try to > change to another directory: "ftpfs: CWD failed.". Strange that I can no longer reproduce it after I upgraded my computer (motherboard, processor, RAM and PSU). I don't know if something in an Athlon 64 would prevent it. The old system was an Athlon 1700+. After every segfault, the following was in /var/log/kernel: Feb 10 19:42:09 pervalidus kernel: mc[22845]: segfault at 00000000 eip 080be48besp bfb4a740 error 4 Feb 10 19:50:24 pervalidus kernel: mc[26317]: segfault at 00000000 eip 080be48besp bfe5ba50 error 4 Feb 11 22:05:18 pervalidus kernel: mc[26451]: segfault at 00000000 eip 080be48besp bfddf9e0 error 4 Maybe a kernel issue ? It was 2.6.23.12. I'm now using 2.6.24.2. Anyway, I don't think it was hardware related, because mc was the only application to segfault, and only doing that operation. From 2 at pervalidus.net Sun Feb 24 07:46:02 2008 From: 2 at pervalidus.net (=?ISO-8859-15?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?=) Date: Sun, 24 Feb 2008 04:46:02 -0300 (BRST) Subject: Is this a bug with ftpfs ? Message-ID: Sorry, I spoke too soon: Feb 24 04:44:01 pervalidus kernel: mc[2240]: segfault at 00000000 eip 080be48b esp bf839320 error 4 In other tries, it'd just reconnect to the site and prompt me to overwrite the file. On Sun, 10 Feb 2008, Fr?d?ric L. W. Meunier wrote: > On Sun, 10 Feb 2008, Pavel Tsekov wrote: > >> Sure, it is a bug. How can I reproduce this bug ? > > Trying to upload a file after some time. I can send you my > account details if you can't reproduce it. > >> Did MC notice that the server closed the connection or not ? > > Here it displays "ftpfs: done." after I connect. > > After it disconnects, there are no messages, but if I try to > change to another directory: "ftpfs: CWD failed.". Strange that I can no longer reproduce it after I upgraded my computer (motherboard, processor, RAM and PSU). I don't know if something in an Athlon 64 would prevent it. The old system was an Athlon 1700+. After every segfault, the following was in /var/log/kernel: Feb 10 19:42:09 pervalidus kernel: mc[22845]: segfault at 00000000 eip 080be48b esp bfb4a740 error 4 Feb 10 19:50:24 pervalidus kernel: mc[26317]: segfault at 00000000 eip 080be48b esp bfe5ba50 error 4 Feb 11 22:05:18 pervalidus kernel: mc[26451]: segfault at 00000000 eip 080be48b esp bfddf9e0 error 4 Maybe a kernel issue ? It was 2.6.23.12. I'm now using 2.6.24.2. Anyway, I don't think it was hardware related, because mc was the only application to segfault, and only doing that operation. From darkproger at gmail.com Tue Feb 26 21:21:11 2008 From: darkproger at gmail.com (Vladimir Dark Proger Kirillov) Date: Tue, 26 Feb 2008 23:21:11 +0200 Subject: [patch] toggling hidden files by a hotkey Message-ID: <20080226232111.5bd13793@gmail.com> Good evening to everyone! I have made a patch to toggle hidden files by a hotkey (alt+.), i find it useful. Is it possible to include it in the cvs tree for the next release? Index: main.c =================================================================== RCS file: /cvsroot/mc/mc/src/main.c,v retrieving revision 1.370 diff -u -r1.370 main.c --- main.c 25 Sep 2007 15:33:37 -0000 1.370 +++ main.c 26 Feb 2008 21:06:42 -0000 @@ -1293,6 +1293,9 @@ /* Swap panels */ {XCTRL ('u'), swap_cmd}, + /* Toggle Hidden Files */ + {ALT ('.'), toggle_show_hidden}, + /* View output */ {XCTRL ('o'), view_other_cmd}, -- Sincerely, Vladimir 'Dark Proger' Kirillov, darkproger at gmail.com http://darkproger.org.ua From winnie at debian.org Wed Feb 27 07:39:53 2008 From: winnie at debian.org (Patrick Winnertz) Date: Wed, 27 Feb 2008 08:39:53 +0100 Subject: Problems with several endcodings in debian Message-ID: <200802270839.53594.winnie@debian.org> Hello, I got yesterday night your patch working, but it seems that there are several troubles concerning encodings. I got a report that with these patches the ru_RU.KOI8R locale isn't anymore working... (e.g. the filenames are displayed correctly, but all gettext strings are displayed as questionmarks). See [1] Do you know a proper solution to fix this issue? Furthermore there is a minor error while displaying the german gettext strings in ISO-8859-15 or ISO-8859-1... each "Umlaut" (????) is displayed as not printable symbol. See [2]. Greetings Winnie [1]:http://www.der-winnie.de/~winnie/de_DE.png [2]:http://www.der-winnie.de/~winnie/ru_RU.KOI8-R_mc.png -- .''`. Patrick Winnertz : :' : GNU/Linux Debian Developer `. `'` http://www.der-winnie.de http://people.skolelinux.org/~winnie `- Debian - when you have better things to do than fixing systems -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From mikmach at wp.pl Wed Feb 27 07:57:41 2008 From: mikmach at wp.pl (=?ISO-8859-2?Q?Miko=B3aj_Machowski?=) Date: Wed, 27 Feb 2008 08:57:41 +0100 Subject: mc on cygwin problems Message-ID: <47c517f505de0@wp.pl> Hello, I sent e-mail to cygwin list but no one can help me there. This is message (some more thoughts below): ------------------------------------ I am trying use mc on my installation of cygwin. But I have problem with Polish diacritics in file names. mc doesn't display them correctly at all and I cannot input several of them into command line. The same problem exists under Linux but after downloading latest version from CVS and compiling with --enable-charset --enable-extcharset options it was solved. I done the same. BTW - much kudos to Cygwin and mc developers. Vanilla mc sources from CVS compiled without big problems on Cygwin. Minor problem was with iconv. mc couldn't find libiconv - had to install libiconv package in addition to libiconv2. Some naming problem? Shouldn't be it something like libiconv-devevl? But there are still two problems: - on Linux after compiling with charset options dialog for "display bits" changes from menu: (*) Full 8-bits output ( ) ISO 8859-1 ( ) 7 bits [x] Full 8 bits input to dropdown menu when I can explicitly select which encoding I want to use. When selecting proper encoding (in my case ISO 8859-2) all problems with encoding vanish. That is on Linux. On Cygwin old dialog stays. - mc is terribly slow when starting + zsh is going into overdrive. CPU usage jumps to 30% and whole computer significantly slows down (and this doesn't stop after closing mc, to stop that I have to shell where mc was started). But this is not the case with Cygwin mc. Should I adjust compilation somehow? OK - "solved" - had to completely disable subshell. Still more important for me is encoding problem. Maybe it can be solved on Cygwin level somehow? But I don't know which value should I set. Native Polish encoding for Windows is cp1250. But console encoding is cp852. I should add that input of Polish diacritics in command line is OK, there are problems with displaying of them but applications understand them - eg zsh command line completion works as I should expect. What and where should I set? ----------------------------------- After some thinking I have another idea where problems lie: There is suggestion that automake tools (or gcc) are lying. Configure command is: ./command --enable-charset --enable-extcharset --with-subshell=optional Configure at the end reports: Source code location: . Compiler: gcc -std=gnu99 Compiler flags: -g -o2 -Wall File system: Midnight Commander Virtual File System, cpiofs, extfs, tarfs, ftpfs, fish Screen library: Included S-Lang library (mcslang) Mouse support: xterm only X11 events support: no With subshell support: optional Internal editor: yes Support for charset: yes So support for other charsets should be included. But also subshell is reported as optional. I understand that means subshell for working should be called explicitly with `mc -U` - but even calling just `mc` starts subshell (and problems mentioned above). Looks like configure is lying. How to verify and fix that? TIA gcc --version: 3.4.4 autoconf --version: 2.61 automake --version: 1.10.1 m. ---------------------------------------------------- Seksowne tancerki i zakochani m?odzi m??czy?ni, oraz gangsterzy trzymaj?cy tward? r?k? show biznes. Zobacz to na ?ywo: http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2FLewe-interesy.html&sid=236 From winnie at debian.org Wed Feb 27 15:40:07 2008 From: winnie at debian.org (Patrick Winnertz) Date: Wed, 27 Feb 2008 16:40:07 +0100 Subject: two patches for 3 issues ;-) Message-ID: <200802271640.23007.winnie@debian.org> Hello.. Since I'm the new mc maintainer in debian and I would like to get rid of many annoying bugs in mc I wrote two patches which will close several issues in the debian bugtracking system and/or several issues in the savannah bugtracking system. The first patch (fish_fix_whitespace.patch) will fix a issue that it was impossible to copy files via the fish vfs if the name of the file contains a space or starts with one. Furthermore it fixes a displaying issue, since such a file was displayed without the leading space. This fix will close this Debian Bug: 461532 The second patch (escaping-issue.patch) will fix several escaping/unescaping issues in the internal cd and in the widgets. Furthermore is this patch needed by the first one, since the internal cp function via fish expects to get the string unescaped but get it in reallity escaped. So the unescape function is needed in order to fix this behaviour. Furthermore now it is possible to use tab completion for external commands on the subshell ( e.g. for a folder called "a /" the completion gave previously for example: "rm -rf a /" ... which is definitly not what was wanted *g*, now it escapes it correct and you'll get "rm -rf a\ /". This patch would close these Savannah Bugs: 16176, 18695, 14976 and these Debian Bugs: 326047, 458403 I'll hope that these patches will make it into the CVS. Thanks in advance. Greetings Winnie ps: In order to se the particular bugreports, please use: http://bugs.debian.org/$bugnumber for the debian bugs. And this for the savannah ones: https://savannah.gnu.org/bugs/?$bugnumber -- .''`. Patrick Winnertz : :' : GNU/Linux Debian Developer `. `'` http://www.der-winnie.de http://people.skolelinux.org/~winnie `- Debian - when you have better things to do than fixing systems -------------- next part -------------- A non-text attachment was scrubbed... Name: escaping-issue.patch Type: text/x-diff Size: 5425 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: fish_fix_whitespace.patch Type: text/x-diff Size: 5205 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From winnie at debian.org Wed Feb 27 16:25:13 2008 From: winnie at debian.org (Patrick Winnertz) Date: Wed, 27 Feb 2008 17:25:13 +0100 Subject: two patches for 3 issues ;-) In-Reply-To: <200802271640.23007.winnie@debian.org> References: <200802271640.23007.winnie@debian.org> Message-ID: <200802271725.22365.winnie@debian.org> I hate copy&paste errors... of course this should be const char *dst_path = NULL; const char *src_path = NULL; see the attached patch for a corrected version. Greetings winnie -- .''`. Patrick Winnertz : :' : GNU/Linux Debian Developer `. `'` http://www.der-winnie.de http://people.skolelinux.org/~winnie `- Debian - when you have better things to do than fixing systems -------------- next part -------------- A non-text attachment was scrubbed... Name: escaping-issue.patch Type: text/x-diff Size: 5425 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From winnie at debian.org Wed Feb 27 19:56:01 2008 From: winnie at debian.org (Patrick Winnertz) Date: Wed, 27 Feb 2008 20:56:01 +0100 Subject: two patches for 3 issues ;-) In-Reply-To: <200802271725.22365.winnie@debian.org> References: <200802271640.23007.winnie@debian.org> <200802271725.22365.winnie@debian.org> Message-ID: <200802272056.09762.winnie@debian.org> Sorry again for the answer to myself.. but after testing the patches again a bit I found out that not everything worked fine with the patches I posted. After I've corrected this the last hours, I've done heavy testing so that now definitly everythings works as it should. Sorry for the noise on the list. :S Greetings Winnie -- .''`. Patrick Winnertz : :' : GNU/Linux Debian Developer `. `'` http://www.der-winnie.de http://people.skolelinux.org/~winnie `- Debian - when you have better things to do than fixing systems -------------- next part -------------- A non-text attachment was scrubbed... Name: 63_fix_whitespace_via_fish.patch Type: text/x-diff Size: 5427 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: escaping-issue.patch Type: text/x-diff Size: 5429 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From INVALID.NOREPLY at gnu.org Fri Feb 29 19:16:35 2008 From: INVALID.NOREPLY at gnu.org (Jurrie Overgoor) Date: Fri, 29 Feb 2008 19:16:35 +0000 Subject: [bug #13146] make tabs and trailing spaces visible In-Reply-To: <20070904-052940.sv61860.8041@savannah.gnu.org> References: <20050521-192517.sv41304.40856@savannah.gnu.org> <20060130-170900.sv36205.8470@savannah.gnu.org> <20060130-163514.sv41304.86487@savannah.gnu.org> <20060130-175354.sv36205.90989@savannah.gnu.org> <20060130-171937.sv41304.22129@savannah.gnu.org> <20060130-173320.sv41304.87703@savannah.gnu.org> <20060130-191623.sv36205.77528@savannah.gnu.org> <20060205-175156.sv41304.88087@savannah.gnu.org> <20070809-202812.sv61361.91329@savannah.gnu.org> <20070809-225335.sv41304.31010@savannah.gnu.org> <20070827-150804.sv36205.82895@savannah.gnu.org> <20070830-122921.sv61860.48017@savannah.gnu.org> <20070830-153939.sv36205.37696@savannah.gnu.org> <20070830-145835.sv41304.47227@savannah.gnu.org> <20070831-060728.sv61860.28413@savannah.gnu.org> <20070831-122817.sv36205.56185@savannah.gnu.org> <20070831-191943.sv36205.65895@savannah.gnu.org> <20070903-161543.sv36205.71799@savannah.gnu.org> <20070904-052940.sv61860.8041@savannah.gnu.org> Message-ID: <20080229-191634.sv65916.15085@savannah.gnu.org> Follow-up Comment #19, bug #13146 (project mc): Oh, god... I just updated my Debian box, and I now run MC 4.6.2-pre1 (as outputted by mcedit --version). It appears that this patch is included in this version of mcedit. I really dislike it. Besides suffering from the 'cursor disappearing' thingy, I just think its ugly. But that's my humble opinion :) How can I disable it? The patches attached to this report don't seem to make a new configurable parameter available in the configuration dialogs. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/