When I still had KDE, I liked the advanced editor (wasn't it KWrite?) ... but since my terminal in X and the normal (/dev/vc/n in Mandrake) ones both produce a different ( " ), gcc cannot read the one from the xterm.
That was very confusing for a moment, 'cuz if I'd have a perfect piece of legal code, which also has:
scanf ("%s", &str);
gcc would say there is an error in that line, because it cannot read the ( " ) - characters.
So that would make gcc think I typed:
scanf (%s, &str);
And the funny part is when I type the same stuff in a tty, you see exactly the same characters appearing, only gcc reads it correctly ...
I never used emacs, I liked vi, so I didn't really need another editor. Vi is for me just fine.
Welcome to the boards btw, Ben ...
[ December 01, 2002: Message edited by: -=f00bar=- ]