MC ignores preserve attributes on copy/move

2007-11-14 Thread Sasa Kovacev
MC always tries to set attributes on copy/move even if Preserve Attributes is turned off. In latest stable MC 4.6.1 you can find in file.c on line 797 if (!appending ctx-preserve) { but now is mistakenly changed to if (!appending) { Fix is simple. Just revert changed line

Re: mc and utf-8 again but different

2007-11-14 Thread Vladimir Nadvornik
Hi Rostislav, On pondělí 12 listopad 2007, Rostislav Beneš wrote: But when I swad my edits in mc, I changed my mind. I rejected utf-8 everywhere idea and checked out the newest version of mc. I designed api for strings (I assumed it before, so no big problem) and make variant for ascii, 8bits

Re: mc and utf-8 again but different

2007-11-14 Thread Rostislav Beneš
http://www.fi.muni.cz/~xbenes5/projects/mc/mc-complete.tar.gz I tried to run this in utf-8 xterm and it does not work. It seems that a call to SLutf8_enable(-1) in slang_init() is missing. What version of slang did you use? As I wrote, I have started with utf8 patch and utf8 patch contains