Good $daytime,

> To do some programming I use for instance EMACS. When I'm done I
> exit EMACS and run GCC and then run the program to see if it does
> the thing I want it to do. This procedure is time consuming and not
> eficient.

There is no need to exit any editor.  If you're running X windows, you
have both emacs and xterm at the same time.  If not, you may open
one console for editor and another for your shell.

But there's a better way!  Try `M-x compile' -- emacs will read gcc
output in another buffer.  Clicking mouse-2 over error message will
bring you to the line in question -- no need for extra IDE.

> Is there any compiler/editor/debugger-package anvailable from the
> internet? Or am I missing something here? I've noticed that MC has
> an edit feature which shows source code using different colours. I
> find this very helpfull.

There are many IDE-like products.  To see a few, look at freshmeat.net
appindex, section 'Development'.

Well, if you're looking forward to "attend the Church of Emacs" :),
try `M-x font-lock-mode'.  Emacs has nice syntax highlighting -- and
knows C/C++ to some extent.

Hope this helps...

  Regards,
  Willy.

--
"No easy hope or lies        | Vitaly "Willy the Pooh" Fedrushkov
 Shall bring us to our goal, | Information Technology Division
 But iron sacrifice          | Chelyabinsk State University
 Of Body, Will and Soul."    | mailto:[EMAIL PROTECTED]  +7 3512 156770
                   R.Kipling | http://www.csu.ac.ru/~willy  VVF1-RIPE

Reply via email to