Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving ecotd's tweets.
Already using Twitter from your phone? Click here.
ecotd
C-s C-y C-s : Interactive search for the remainder of the line after point.3:52 AM Sep 11thfrom twitter.el
C-x C-= : Increase the font size of the current buffer. Use a prefix to increase more. C-x C-- to decrease. Good to see tiny unicode chars1:15 AM Jul 23rdfrom twitter.el
C-u C-x = : Display lots of information about the character at point. In Emacs 23 this also displays the unicode character point.5:07 AM Jul 20thfrom twitter.el
M-x customize-group emacs <RET> : Nice way to browse a hierarchical list of options that you can tweak in Emacs7:06 AM Jul 15thfrom twitter.el
(setq visible-bell t) : Makes Emacs flash the top and bottom of the frame instead of trying to play an audible bell if there is an error.10:01 AM Jul 14thfrom twitter.el
C-x * g Grab list of numbers from the region and put it into Emacs calc as a vector. Good to test output from gdb. Also C-x * r for matrices8:34 AM Jul 13thfrom twitter.el
M-x calc 'x^2+5x+6=0 <RET> a S x <RET> : Solve a quadratic equation. Works for other types of equations too.3:11 AM Jul 10thfrom twitter.el
M-x butterfly C-M-c : Use butterflies to flip bits on the drive platter. Emacs 23 only.6:09 AM Jul 3rdfrom twitter.el
C-x 8 <RET> SNOWMAN <RET> : Insert an incredibly useful snowman. Also works for other unicode names with tab completion. Only in Emacs 236:07 AM Jul 2ndfrom twitter.el
(setq show-trailing-whitespace t) : Highlights spaces at the end of lines. Useful to avoid accidentally adding them.8:45 AM Jul 1stfrom twitter.el
C-x C-k C-p : Go back to a previous keyboard macro. Useful if you've defined another macro since using an old one and you want to go back.4:29 AM Jun 30thfrom twitter.el
M-x file-cache-add-directory-using-find : Add a directory to the cache. Then do C-x C-f someFile.c C-tab to jump to a file however nested8:16 AM Jun 26thfrom twitter.el
(scroll-bar-mode -1) : Put in your .emacs to get rid of the scrollbars. You don't need them. Also (tool-bar-mode -1) and (menu-bar-mode -1).10:09 AM Jun 25thfrom twitter.el
M-x cd : Change the default directory for the buffer. This will affect C-x C-f and shell commands such as run by M-!5:14 AM Jun 24thfrom twitter.el
C-x + : Make all windows the same height. Handy if you've split the frame twice to make all windows a third of frame rather than 1/2 and 1/47:10 AM Jun 23rdfrom twitter.el