i would like to know how can i launch emacs inside the console window, not in a separated GUI. Im using emacs 23.2 in Windows.
If you are working with a command line interface with no option to start GUI application, start Emacs directly in the terminal with emacs .
Start up Emacs and type the following sequence of keys: M-x (which means hold the "Alt" key and hit "x"). At the bottom of the emacs window "M-x" should appear. Type the command "run-scheme".
To start Emacs without a GUI window, use the -nw (no window) flag on the command line. To access the menus without the mouse, use M-` . In non-emacspeak, that means press Esc, let go, then press the backtick. You will get a list of the menu functions in the minibuffer that you can scroll and select with the Enter key.
As I said in my comment,
emacs -nw
works on Windows.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With