Advertisement

An easier way of running a program through emacs?

Started by June 24, 2004 04:24 PM
2 comments, last by torqueso 20 years, 2 months ago
I find it moderately inconvenient always running my program through gdb - I can run gdb when I need to debug something. How would I run a program with just a keypress or two (sorry I don't really know any elisp).
Zorx (a Puzzle Bobble clone)Discontinuity (an animation system for POV-Ray)
"C-M-!" runs a shell command in emacs, just like it says in the Emacs Manual.
Advertisement
There's also M-x shell (which gets you a dumb terminal) and M-x term (which gets you a full terminal emulator). I prefer shell for anything that doesn't absolutely require a full terminal emulator.
Quote: Original post by Anonymous Poster
There's also M-x shell (which gets you a dumb terminal) and M-x term (which gets you a full terminal emulator). I prefer shell for anything that doesn't absolutely require a full terminal emulator.

M-x eshell is far superior to M-x shell, and M-x ansi-term is far superior to M-x term.
torqueso.

This topic is closed to new replies.

Advertisement