Lecture 3
2
emacs is a programmer’s editor
•compile: ctrl-x ctrl-m
•loop through compiler errors:                                 ctrl-x ` (backquote)                                        
•run programs: ctrl-x ctrl-r 
•prettyprint: tab, java ® indent
– if a line doesn’t indent to where you think it should, look for a previous error – missing ; or unbalanced {} or ()
•buffers and windows
•learn from XEmacs and XEmacs/Java tutorials