An easier way of running a program through emacs?
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.
June 25, 2004 11:52 AM
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
Popular Topics
Advertisement