Went with noah to see that Euro Disney thing and he seems to really enjoyed it. I am not a big fan of Eurodisney personally but the kid was so enjoying it. Last time i was there was like 11 years ago, things got way more expensive now as well.
Filed under: Noah on May 5th, 2008 | 2 Comments »
If you want to use FFAP (find-file-at-point) in ruby-mode you can add this to your .emacs
(defvar ruby-program-name "ruby")
(defun ruby-module-path(module)
(shell-command-to-string
(concat
ruby-program-name " -e "
"\"ret=’()’;$LOAD_PATH.each{|p| "
"x=p+’/'+ARGV[0].gsub(’.rb’, ”)+’.rb’;" [...]
Filed under: Emacs on May 4th, 2008 | 2 Comments »