Re: replacing ^M in the editor

2003-02-21 Thread hugo vanwoerkom
Pavel Roskin [EMAIL PROTECTED] Re: replacing ^M in the editor Pavel: Guess what! dos2unix command does it faultlessly! Thanks. Hugo. --- Pavel Roskin [EMAIL PROTECTED] wrote: It looks like it's broken now :-( I'm sorry, but it looks like you'll have to use sed for now: sed

Re: replacing ^M in the editor

2003-02-21 Thread Pavel Roskin
Hello! On Fri, 21 Feb 2003, hugo vanwoerkom wrote: Pavel Roskin [EMAIL PROTECTED] Re: replacing ^M in the editor Pavel: Guess what! dos2unix command does it faultlessly! Strictly speaking, you asked to replace ^M (presumably with some other text), not to remove it. Also, you didn't say

Re: replacing ^M in the editor

2003-02-21 Thread Peter Masiar
Quoting Pavel Roskin [EMAIL PROTECTED]: Strictly speaking, you asked to replace ^M (presumably with some other text), not to remove it. Also, you didn't say that you are dealing with DOS text, where ^M always precedes the newline. It's easy to emulate functionality of dos2unix in mcedit.

color themes?

2003-02-21 Thread Andreas Volz
Hi, are there some themes for mc online. I played a lot with different color schemes, but it's difficult to create some good looking color schemes other than blue based. Has someone before created some good looking color schemes? And don't ask why I dislike blue. I like it, but I like also

Re: color themes?

2003-02-21 Thread Peter Masiar
Hi Andreas, Quoting Andreas Volz [EMAIL PROTECTED]: are there some themes for mc online. I played a lot with different color schemes, but it's difficult to create some good looking color schemes other than blue based. I agree with you. I spent myself far more time on it as I should... ;-)

Re: Patch to avoid history duplicates applied

2003-02-21 Thread Andrew V. Samoilov
Pavel Roskin wrote: Hello! I have applied a patch to avoid duplicates in the history. Unlike the patch posted on Savannah, it affects both the input widgets and the directory history. As a side effect, the lists used for history were converted to GList (double linked list from glib). Also,

Re: Patch to avoid history duplicates applied

2003-02-21 Thread Pavel Roskin
Hello! * utilunix.c (destroy_groups): Use g_tree_foreach() instead of obsolete g_tree_traverse(). glib-1.2 has no g_tree_foreach() function, so some more checks are needed. Reverted. Thank you! It looks like we need a configure option to select glib version. It existed