[link] install http://www.pitecan.com/DynamicMacro/dmacro.el add this to .emacs: Now you perform some sequence of commands two times, and press C-t to keep repeating it. Also, check out follow-mode, which ties multiple windows in the same frame (which you probably make with C-x 3) so that the second window always shows the lines that come after the visible lines in the first window, etc. I might have named it newspaper-columns-mode. Now I can easily see an 300-line program on one screen. And if you like columns, don't miss the experimental support in firefox, for example here or here (messier).
2006-05-22T09:41:51 dmacro for emacs:
(autoload 'dmacro-exec "dmacro" nil t)
(defconst *dmacro-key* "\C-t" "repeat")
(global-set-key *dmacro-key* 'dmacro-exec)
![]() | Unless otherwise noted, all content licensed by Drew Perttula under a Creative Commons License. |