Hello: I think I'm closer to the problem.
The difference between one and two-paned layout is that file information is displayed differently, relying on get_fileinfo_str_long for the 1-paned layout and get_fileinfo_str_short for the 2-paned case. in the first case, the file information printed to a buffer is (typically): buf = '%(type_chr)c%(perms)9s %(owner)-10s %(group)-10s %(size)7s %(mtime)16s %(fname)s' % res whereas in the second case (2 panes) this is: buf = '%(type_chr)c%(fname)s %(size)7s %(mtime2)12s' % res When lfm crashes, the file information iteration is on my /home dir information, whose mtime is 'b'mié mar 16 17:46'' and I guess that tilde on "mié" is making lfm crash. HTH, -- Raúl Sánchez Siles Departamento de Desarrollo INFOGLOBAL, S. A. * C/ Manuel Pombo Angulo, 20 28050 Madrid, España * T: +34 91 506 40 00 * F: +34 91 506 40 01 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

