Using poptPrintHelp()

2002-09-18 Thread Pavel Roskin
Hello! Each option for mc has two descriptions - one in function print_mc_usage(), another in argument_table[], both in src/main.c. This is suboptimal, error prone, requires using exactly the same preprocessor directives in two parts of the code, and puts additional strain on the translators.

Syntax file for M4/Autoconf

2002-09-18 Thread Vlad Romanenko
Hello! This time I'd like to contribute a syntax file for M4 macroprocessor with autoconf support. (m4.syntax attached) Put these lines in Syntax: file (..\*\\.m4$|configure.in) M4\sMacroprocessor\sSource include m4.syntax And add a line to syntax/Makefile.am Pavel, I'm sorry, but I

Re: Syntax file for M4/Autoconf

2002-09-18 Thread Pavel Roskin
Hello, Vlad! This time I'd like to contribute a syntax file for M4 macroprocessor with autoconf support. (m4.syntax attached) This looks very annoying. Too bright. Please try using the same conventions as in C files. In particular, comments should be brown, and that applies to dnl too.

Re: Syntax file for M4/Autoconf

2002-09-18 Thread Andrew V. Samoilov
Hi! I can't hightlight quoted document-here parts in the sh like cat 'EOF' $$$ EOF Also I want to add case insensitive keywords to the editor syntax engine, but I have some ideas how to change syntax file syntax. Possibly solution are: 1) make contextes case insensitive by adding

Re: Syntax file for M4/Autoconf

2002-09-18 Thread Walery Studennikov
On Wed, Sep 18, 2002 at 06:56:15PM +0300, Andrew V. Samoilov wrote: Also I want to add case insensitive keywords to the editor syntax engine, but I have some ideas how to change syntax file syntax. But how those possible changes will be syncronised with CoolEdit? Or you think we don't need

Re: Syntax file for M4/Autoconf

2002-09-18 Thread Andrew V. Samoilov
Walery Studennikov wrote: On Wed, Sep 18, 2002 at 06:56:15PM +0300, Andrew V. Samoilov wrote: Also I want to add case insensitive keywords to the editor syntax engine, but I have some ideas how to change syntax file syntax. But how those possible changes will be syncronised with

Re: Syntax file for M4/Autoconf

2002-09-18 Thread Andrew V. Samoilov
Pavel Roskin wrote: The question about comments may be for me. I remember that I just scanned the web for SQL files and checked sources of PostgreSQL and MySQL. PostgreSQL uses --. MySQL uses #. Take MySQL source and look for *.test files. It's very bad - # has not special sence and

Re: Just got mc-4.6.0-pre1

2002-09-18 Thread Miven Dooligan
Pavel Roskin wrote: Hello! 'make install' didn't do vfs directory. I had to cd into it and do 'make' manually. Just missing from the Makefile. I tried and could not reproduce this problem. Please give more details about the commands you ran (which arguments to configure, make etc).

Re: PATCH 4.6.0pre1 change panel scroll behavior

2002-09-18 Thread Miven Dooligan
Pavel Roskin wrote: Hello, Miven! ... I don't like it. If I want to mark a few files that span the whole screen and I want to see as many of them as I can, I'm now forced to move the cursor to the middle of the marked files. Right, I see. Therefore the scroll by half screen thing. It

Re: Just got mc-4.6.0-pre1

2002-09-18 Thread Pavel Roskin
Hello! 'make install' didn't do vfs directory. I had to cd into it and do 'make' manually. Just missing from the Makefile. To me it sounded like make didn't descend into that directory, not that it failed there. Please try to be more precise next time. Screen manager: SLang

Re: PATCH 4.6.0pre1 change panel scroll behavior

2002-09-18 Thread Pavel Roskin
Hello! Right, I see. Therefore the scroll by half screen thing. It keeps the list stationary as much as possible, so you can work on a chunk of it. Esthetically speaking, I like the effect, and it was a _clean_ hack LOL... maybe a ini thing... smooth_scrolling=1? I surf a lot of long