Tag Archives: emacs

Creating and Using Keyboard Macros (Record Macro, Play Macro) to Record and Playback Keystrokes in Emacs

Use C-x ( to start the macro (start recording keystrokes) …Perform whatever keyboard actions… Use C-x ) to stop the macro (stop recording keystrokes) Playback the recorded macro anytime using C-x e You can also assign different hot-keys for convenience: (global-set-key [f1] ‘start-kbd-macro) (global-set-key [f2] ‘end-kbd-macro) (global-set-key [f3] ‘call-last-kbd-macro) Check out the KeyboardMacros Emacs Wiki [...]

  • Share/Bookmark
Posted in Uncategorized | Tagged | 1 Comment

Changing Emacs Font Settings

Use this simple method to choose fonts, font styles and font colors under Emacs for Windows: Click the first mouse button with the Shift key pressed. Doing so brings up the Windows font chooser dialog. The dialog only brings up fixed-width fonts — perfect for programming. Choose and set the font settings you want. The [...]

  • Share/Bookmark
Posted in Uncategorized | Tagged | Leave a comment