Can't left-scroll file view when wrap is on

2010-03-15 Thread wwp
Hell there, it seems I can't scroll view to the left when I: - open a text file (view mode) - find a long line - scroll to the right w/ the right cursor key - switch ON wrap mode - press left key to scroll left to the beginning of line - doesn't work Can anyone reproduce it? It's my Fedora

Re: Can't left-scroll file view when wrap is on

2010-03-15 Thread Andrew Borodin
On Mon, 15 Mar 2010 08:58:49 +0100 wwp wrote: it seems I can't scroll view to the left when I: - open a text file (view mode) - find a long line - scroll to the right w/ the right cursor key - switch ON wrap mode - press left key to scroll left to the beginning of line - doesn't work

Re: Can't left-scroll file view when wrap is on

2010-03-15 Thread wwp
Hello Andrew, On Mon, 15 Mar 2010 11:34:52 +0300 Andrew Borodin aboro...@vmail.ru wrote: On Mon, 15 Mar 2010 08:58:49 +0100 wwp wrote: it seems I can't scroll view to the left when I: - open a text file (view mode) - find a long line - scroll to the right w/ the right cursor key -

Re: Can't left-scroll file view when wrap is on

2010-03-15 Thread wwp
Hello Andrew, On Mon, 15 Mar 2010 11:34:52 +0300 Andrew Borodin aboro...@vmail.ru wrote: On Mon, 15 Mar 2010 08:58:49 +0100 wwp wrote: it seems I can't scroll view to the left when I: - open a text file (view mode) - find a long line - scroll to the right w/ the right cursor key -

mcedit

2010-03-15 Thread Ben
I use mcedit constantly, running it on an OS X 10.5.8 terminal to numerous remote redhat 9 linux machines from within mc, and on occasion invoked as mcedit (which I presume, as per the docs, is just mc -e.). On occasion, I run into a file with ^M at the end of a line in MCEDIT. I can delete

Re: mcedit

2010-03-15 Thread Andrew Borodin
On Wed, 10 Mar 2010 08:12:08 -0700 Ben wrote: Regular expressions - no. ^M, no. The format string replace... I don't even understand HOW you would use that to find a control character. %015, no. \015, no. \r, no. %13, no. %0D, no. 0x0D, no. [^M], no. Strange. Enter search string: \r Enter

Panelize BUG

2010-03-15 Thread Denis
Good time of day! On Fedora Core 12, x86 arch.: mc4.7.1 crashes by SIGSEGV when attempt to panelize search results. In function 'static int find_file (const char *start_dir, const char *pattern, const char *content, char **dirname, char **filename)' at find.c line 1266 not check value

Re: Panelize BUG

2010-03-15 Thread Andrew Borodin
On Wed, 3 Mar 2010 15:31:28 +0300 Denis wrote: mc4.7.1 crashes by SIGSEGV when attempt to panelize search results. In function 'static int find_file (const char *start_dir, const char *pattern, const char *content, char **dirname, char **filename)' at find.c line 1266 not check value