

To start editing by just clicking in the edit window. It is convenient toīe able to see the program while you run it. You can leave the editor there while you run the program. Note that you don't have to exit the editor-you have to save, but Then save it-use C-x C-s-and thenĬompile it and run it in the other window. Opening one window in which you run a program and another window for editing.Įdit a program in the edit window. (you can repeat this to undo several previous commands)Ĭan use the arrow keys and also page up and page down to move the cursor. Out of the command that you are in - try this when you don't know what is Other places use the notation ^X or ctrl-X.) (Note: M-x means to first hit the escape key and then hit x.)Įmacs (Note: C-x means to press the control key and while you are holding itĭown, press x. With no file name in the command line, you will get instructions on how to disable the binding that has backspace call "help" enable it do the same as delete (global-set-key 'delete-backward-char) (global-set-key 'help-command) overrides mark-whole-buffer disallow tabs ( setq-default indent-tabs-mode nil) set indenting to 4 places instead of default 2 ( defun indentk () ( setq c-basic-offset 4)) (add-hook 'c-mode-hook ' indentk)īest way to get started with emacs is to do the tutorial.


Ke圜ombiner's collection tables offer a range of features that you won't find anywhere else. Browsing the official documentation or printing out a list of keyboard shortcuts is great, but it does not scale well when you are searching for a specific entry among hundreds of key bindings.
