- perform system update
- if you do it later it will ask for all kind of permissions to override various config files
- change password for root
- default password is user
###Fix trackpad sudo apt-get install git
| commit f4a21a1e16f6e9234dc4930b4a68feb67fafaf1b | |
| Author: Niko Matsakis <[email protected]> | |
| Date: Tue May 7 11:25:56 2013 -0400 | |
| query if the tags table is not yet loaded | |
| diff --git a/emacs/etags-select.el b/emacs/etags-select.el | |
| index 751ac18..96bcdb0 100644 | |
| --- a/emacs/etags-select.el | |
| +++ b/emacs/etags-select.el |
| (defun diff-hunk-move (dest-buffer) | |
| "Move current hunk to another buffer." | |
| (interactive "bBuffer to move to:") | |
| (save-excursion | |
| (let* ((start | |
| (point)) | |
| (start-of-file | |
| (ignore-errors | |
| (goto-char start) | |
| (diff-beginning-of-file) |
| //////////////////// | |
| // in visit.rs: | |
| trait Visitor { | |
| fn visit_item(&mut self, item: @ast::item) { ... } | |
| fn visit_expr(&mut self, expr: @ast::expr) { visit_expr(self, expr); } | |
| ... | |
| } | |
| // default implementations: |
Work in progress, I'll write this up properly when I'm done.
Almost all credit goes to @maxogden for putting me on to this and pointing me in the right direction for each of these items.
Prerequisites: