Re: utf8 patch for mc, slang 2 version

2006-06-16 Thread Bart Oldeman
On Thu, 15 Jun 2006, Egmont Koblinger wrote: Anyway, there are plenty of apps (e.g. vim, joe) that perfectly support UTF-8 and use ncurses (not the w version). I wonder how it is possible... Because they only use the terminfo (low-level) parts of ncurses, see man 3ncurses terminfo. Those

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-16 Thread purportex
Follow-up Comment #20, bug #16762 (project mc): Yeah, great! I can't compile it with tuesday's version, but with yesterday's I can, thanx :] ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16762

Symlink attack in file.c?

2006-06-16 Thread Leonard den Ottolander
Hi, Something I came across a couple of times this week, just now in relation to an RFE regarding file permissions on copying fat files in RHs bugzilla (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=195614): http://cvs.savannah.gnu.org/viewcvs/mc/src/file.c?root=mcr1=1.28r2=1.29 A commit

[bug #16829] Crash when formatting paragraph

2006-06-16 Thread Leonard den Ottolander
Update of bug #16829 (project mc): Status: Invalid = None Assigned to:None = leonardjo Open/Closed: Closed = Open Operating System:

[PATCH] segfault fix while formatting paragraph (alt-p)

2006-06-16 Thread Jindrich Novy
Hi, there's a segfault while formatting a paragraph with alt-p. The next_word_start() in wordproc.c misses the upper boundary check. The attached patch fixes it. References/Reproducer: http://bugzilla.redhat.com/194562 Jindrich --- mc/edit/wordproc.c.jn 2005-05-27 05:35:12.0 +0200 +++

Problems with the mailing list ?

2006-06-16 Thread Pavel Tsekov
Hello, Does anyone miss messages from the mc-devel list ? It seems like some messages do not reach the mailing list at all while others don't reach the mailing list subcsribers. Can anyone confirm or deny this ? Thanks! ___ Mc-devel mailing list

better [PATCH] segfault fix while formatting paragraph (alt-p)

2006-06-16 Thread Jindrich Novy
Hi, after some refinement I'm sending a better patch that rewrites next_word_start() and fixes the segfault. Jindrich --- mc/edit/wordproc.c.jn 2005-05-27 05:35:12.0 +0200 +++ mc/edit/wordproc.c 2006-06-16 18:48:42.0 +0200 @@ -198,33 +198,25 @@ } static int -next_word_start

mc bugs

2006-06-16 Thread sipieter nicolas
hi there, i would like to say i use a lot mc, it's just great. lately i've been updating my website, and i discovered i could edit my document remotely with mc. (cd /#ftp:bleh:[EMAIL PROTECTED] then push f4 key on the document i wish to edit) it's really nice but, i've been experiencing