Re: ALT ('-') and ALT('+')

2002-11-05 Thread Vlad Romanenko
Hello! Is it reasonable to make ALT('=') do Select All as well? I use it all the time and that triple bucky gets a bit... bothersome. The code for the file selection keys is messy and needs a serious cleanup. Adding new key combination to compensate for brokeness of the existing code

Patch to eliminate temporary scripts in the exec_extention()

2002-11-05 Thread Andrew V. Samoilov
Hello, this patch eliminates temporary scripts in exec_extension(). Command are written to g_malloc()ed string instead of temporary file and executed directly by subshell or passed to popen(). Weak areas for this solution: 1) Shell specific syntax (None noted in the mc.ext.in). 2)

bug in configure?

2002-11-05 Thread Marco Ciampa
Sorry for being a newbie and for not being able to find what seems a very simple bug indeed. Now for the bug. Configure or make should be able to create a valid mc.sh mc.csh but it seems it just copy mc.sh.in mc.sch.in into mc.sh mc.csh respectively. It seems it does not substitute the

Re: bug in configure?

2002-11-05 Thread Pavel Roskin
Hello! I see that you have committed some fixed to lib/Makefile.am. I have two problems with it. If the change is not trivial, please describe it in the ChangeLog. Since I'm a newbie, I've never touched the Changelog (is it a simple text file or it has a special format?) Sorry for my