[bug #19664] backspace navigation

2007-04-22 Thread me
Follow-up Comment #2, bug #19664 (project mc): not win compatible but more usable in everyday hacking - ill see tomorrow @ work. bs navigation can be quiet anoying if you have to remove the complete commandline and end up in / - thanks for the history :) the patch is so simple that one could dec

[bug #19651] x selection in editor

2007-04-22 Thread me
Follow-up Comment #7, bug #19651 (project mc): bug in a bugfix... i noticed bad flicker in the console and realized that the setcolor function does force a screen redraw. therefore i moved its call to edit.c init() now i get a green blinking _ in the console (no X) when i quit mc - much less an

Re: [slang-users] Re: mc sets process group differently from shell; forgets to close fd# 3

2007-04-22 Thread John E. Davis
Pavel Tsekov <[EMAIL PROTECTED]> wrote: >We could do this in MC itself but I wonder if there is any >reason why this isn't done in S-Lang. Maybe the S-Lang developer >could shed some light ? I will look into the ramifications of the flag and if it looks ok, the flag will be applied to the descript

MC Seg failt on Copy and MovRen

2007-04-22 Thread Terrence Branscombe
Sorry for that first bug report, it was incomplete. Here is the 'core' file contents and the output from the gdb 'where' statement. warning: Can't read pathname for load map: Input/output error. Reading symbols from /usr/lib/libgmodule-2.0.so.0...(no debugging symbols found)...done. Loaded sy

MC seg fault on Copy & MovRen

2007-04-22 Thread ue191
MC throws a segmentation fault when the Copy or Rename/Move command are issued, either from the keyboard (F5 & F6) or from the menus. This is MC 4.6.1 on a Debian Etch x86 system. The error reported by gdb is: Program received signal SIGSEGV. Segmentation fault. [Switching to Thread -12115664

Re: MC Seg failt on Copy and MovRen

2007-04-22 Thread Pavel Tsekov
On Sat, 21 Apr 2007, Terrence Branscombe wrote: > Sorry for that first bug report, it was incomplete. Here is the 'core' file > contents > and the output from the gdb 'where' statement. Does it crash every time or the crash is dependent on what you are trying to copy/move ? Does it crash before

[bug #19664] backspace navigation

2007-04-22 Thread Oswald Buddenhagen
Follow-up Comment #1, bug #19664 (project mc): ah, somebody wants it "windows-compatible". i think that's silly. it does not follow the least surprise principle. additionally, the same function is already available in a consistent way with ctrl-pgup.

[bug #19651] x selection in editor

2007-04-22 Thread me
Follow-up Comment #6, bug #19651 (project mc): mhh i browsed this menu @savannah and found that there is a difference between patch and bug and the bugs i submitted could have been patches - sorry for the trouble that might have caused, will use patches in future

[bug #19651] x selection in editor

2007-04-22 Thread me
Follow-up Comment #5, bug #19651 (project mc): yes it is! because it is a feature that already works in other situations (single line) reproduce: start xterm start mc in xterm go to a file with newlines (eg COPYING) edit it (F4) press SHIFT and click-select some content over lines, do NOT use t

[bug #19664] backspace navigation

2007-04-22 Thread me
URL: Summary: backspace navigation Project: GNU Midnight Commander Submitted by: me4mc Submitted on: Sunday 04/22/2007 at 09:35 Category: Keyboard input Severity: 3 -

[bug #19651] x selection in editor

2007-04-22 Thread Pavel Tsekov
Follow-up Comment #4, bug #19651 (project mc): Is it so hard to write a proper bug report ? I want to reproduce the problem myself and I couldn't - I failed because the lack of information. It is not correct to assume that everything has the same problem as you do. And how can I apply a patch if

[bug #19651] x selection in editor

2007-04-22 Thread me
Follow-up Comment #3, bug #19651 (project mc): i dont like the idea of changing the terminal just because a application misbehaves. my workarround for several years is to cat the current file - hopefully it's not a 60M log... therefore created a patch (that only works for slang and mc 4.6.1) tha

[bug #19651] x selection in editor

2007-04-22 Thread me
Additional Item Attachment, bug #19651 (project mc): File name: mc-4.6.1-xselect-editcolor.patch Size:0 KB File name: mc-4.6.1-xselect-editcolorc.patch Size:0 KB File name: mc-4.6.1-xselect-edit-cleanline.patch Size:0 KB File name: mc-4.6.1-xselect-edit.patchSize:0 KB __