;-*- coding: utf-8 -*- ; emacs abbrev def ; Xah Lee ; 2007-06, 2008-05 ; ∑ http://xahlee.org/ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (setq save-abbrevs nil) ; load my abbreviations file ;(read-abbrev-file "emacs_abbrev") (define-abbrev-table 'global-abbrev-table '( ("tin" "∈" nil 0) ("tnin" "∉" nil 0) ("tinfinity" "∞" nil 0) ("luv" "♥" nil 0) ("twdy" "wordy-english@yahoogroups.com" nil 0) ("twp" "Wikipedia" nil 0) ("tpr" "POV-Ray" nil 0) ("tsl" "Second Life" nil 0) ("tmma" "Mathematica" nil 0) ("tjs" "javascript" nil 0) ("tvmm" "http://VirtualMathMuseum.org/" nil 0) ("t3dxm" "http://3D-XplorMath.org/" nil 0) ("tnum" "\\([0-9]+\\)" nil 0) ("tstr" "\\([^\"]+\\)" nil 0) ("tditto" "ditto -ck --sequesterRsrc " nil 0) ("tcvt" "convert -quality 85%" nil 0) ("tcvt256" "convert +dither -colors 256 " nil 0) ("tcvtf" "find . -name \"*png\" | xargs -l -i basename -s \".png\" \"{}\" | xargs -l -i convert -quality 85% \"{}.png\" \"{}.jpg\"" nil 0) ("t0" "find . -size 0" nil 0) ("t00" "find . -size 0 -exec rm {} \\;" nil 0) ("tsftp" "sftp u40651120@s168753655.onlinehome.us" nil 0) ("trsync" "rsync -z -av --exclude=\"*~\" --exclude=\".DS_Store\" --exclude=\".bash_history\" --exclude=\"*/_curves_robert_yates/*.png\" --exclude=\"logs/*\" --exclude=\"xlogs/*\" --delete --rsh=\"ssh -l u40651120\" ~/web/ u40651120@s168753655.onlinehome.us:~/" nil 0) )) ; unison -servercmd /sw/bin/unison /Users/xah/uci-server/vmm ssh://xahlee@virtualmathmuseum.org//Library/WebServer/Documents/vmm ; ssh -l xahlee VirtualMathMuseum.org ; ssh -l u40651121 s168753656.onlinehome.us ; sftp u40651121@s168753656.onlinehome.us