[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread Pavel Tsekov
Update of bug #15758 (project mc): Category:Core = VFS Status:None = Need Info ___ Follow-up Comment #5: J.J., I've followed

[bug #15712] pressing enter just after an x80 character in the editor causes Segmentation fault

2006-02-16 Thread Roland Bencsik
Follow-up Comment #3, bug #15712 (project mc): Bug report opened in Fedora bug tracking system with id of 181611 at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181611 It seems to be fixed, package update is coming soon. Thanks.

[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread Pavel Tsekov
Follow-up Comment #6, bug #15758 (project mc): mc-4.6.1-0.8.1 is based on MC CVS from October 20, 2004. By that time the tar code was modified several times to properly deal with filenames starting with `./' (without the quotes). The code used in mc-4.6.1-0.8.1 contains only the first of these

[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread J.J. Garcia
Follow-up Comment #7, bug #15758 (project mc): Strange thing because i can reproduce it every time. Having that you tryied with the same package from rh that i, the only point i think is the contents of the tarbar compressed file to reproduce the bug. Another info is that it's not a tar.bz2

[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread J.J. Garcia
Follow-up Comment #8, bug #15758 (project mc): More info by the way you can check (long path strings involved): a) dont know if it is important but using for hdparm the following confing in /etc/sysconfig/harddisks USE_DMA=1 MULTIPLE_IO=16 EIDE_32BIT=3 LOOKAHEAD=1 EXTRA_PARAMS= b) The tar.bz2

[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread Pavel Tsekov
Update of bug #15758 (project mc): Status: Need Info = Duplicate ___ Follow-up Comment #9: Now this is a different story... The filename

[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread Pavel Tsekov
Update of bug #15758 (project mc): Open/Closed:Open = Closed ___ Follow-up Comment #10: Closing as duplicate of bug #13536. ___

[bug #15758] Uncompressing .tar.bz2 leads to malformed filename extension eventually

2006-02-16 Thread J.J. Garcia
Follow-up Comment #11, bug #15758 (project mc): Ok Pavel, Thx 4 the info, i'll feedback the info to CentOs packager to include the fix Cheers, Jose ___ Reply to this item at:

Adding syntax highlighting for hpp files to mcedit

2006-02-16 Thread Dennis Sieben
Hello, maybe anybody of you can add a little patch to mc that would help other guys too. In the default setting mcedit does not highlight the syntax of hpp files. This is because mcedit detect the highlighting on the basis of a file mask. The according file mask for the hpp files is missing at

[bug #13726] subshell type ahead discarded

2006-02-16 Thread Pavel Tsekov
Update of bug #13726 (project mc): Assigned to:None = ptsekov ___ Follow-up Comment #8: The attached patch adjusts the code as per your suggestion.