Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How start Emacs in a console window?

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.

like image 686
mjsr Avatar asked Feb 26 '11 22:02

mjsr


People also ask

Can I run Emacs in terminal?

If you are working with a command line interface with no option to start GUI application, start Emacs directly in the terminal with emacs .

How do I run 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".

How do I open Emacs without GUI?

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.


1 Answers

As I said in my comment, emacs -nw works on Windows.

like image 169
Cheeso Avatar answered Oct 16 '22 11:10

Cheeso