;; -*- coding: utf-8 -*- ;; emacs abbrev def ;; Xah Lee ;; 2007-06, …, 2011-12-20 ;; ∑ http://xahlee.org/ ;; http://xahlee.org/emacs/xah_emacs_alias.el ; load my abbreviations file ;(read-abbrev-file "emacs_abbrev") ;; clear existing value; when changing a abbrev, it is convenient for ;; user to not have previous abbrev around (clear-abbrev-table global-abbrev-table) (define-abbrev-table 'global-abbrev-table '( ("8wdy" "wordy-english@yahoogroups.com" nil 0) ("8wp" "Wikipedia" nil 0) ("8ms" "Microsoft" nil 0) ("8qt" "QuickTime" nil 0) ("8it" "IntelliType" nil 0) ("8msw" "Microsoft Windows" nil 0) ("8win" "Windows" nil 0) ("8ie" "Internet Explorer" nil 0) ("8yt" "YouTube" nil 0) ("8g" "Google" nil 0) ("8ge" "Google Earth" nil 0) ("8gm" "Google Maps" nil 0) ("8gc" "Google Chrome" nil 0) ("8ff" "Firefox" nil 0) ("8sl" "Second Life" nil 0) ("8ll" "Linden Labs" nil 0) ("8pv" "Phoenix Viewer" nil 0) ("8fb" "Facebook" nil 0) ("8ahk" "AutoHotkey" nil 0) ("8pr" "POV-Ray" nil 0) ("8ps" "PowerShell" nil 0) ("8mma" "Mathematica" nil 0) ("8cl" "Common Lisp" nil 0) ("8e" "emacs" nil 0) ("8js" "javascript" nil 0) ("8vb" "Visual Basic" nil 0) ("8pp" "PayPal" nil 0) ("8ui" "user interface" nil 0) ("8alt" "alternative" nil 0) ("8p" "programing" nil 0) ("8pl" "programing language" nil 0) ("8i18n" "international" nil 0) ("8ai" "artificial intelligence" nil 0) ("8paren" "parenthesis" nil 0) ("8tech" "technology" nil 0) ("8math" "mathematics" nil 0) ("8ref" "reference" nil 0) ("8temp" "temperature" nil 0) ("8dir" "directory" nil 0) ("8dirs" "directories" nil 0) ("8subdir" "sub-directory" nil 0) ("8subdirs" "sub-directories" nil 0) ("8vid" "video" nil 0) ("8auto" "automatically" nil 0) ("8doc" "documentation" nil 0) ("8diff" "difference" nil 0) ("8gvn" "government" nil 0) ("8dl" "download" nil 0) ("8char" "character" nil 0) ("8chars" "characters" nil 0) ("8def" "definition" nil 0) ("8bg" "background" nil 0) ("8kb" "keyboard" nil 0) ("8kbs" "keyboards" nil 0) ("8kbd" "keybinding" nil 0) ("84ex" "For example" nil 0) ("8ex" "example" nil 0) ("8env" "environment" nil 0) ("8var" "variable" nil 0) ("8vars" "variables" nil 0) ("8ev" "environment variable" nil 0) ("8evs" "environment variables" nil 0) ("8comp" "computer" nil 0) ("8lang" "language" nil 0) ("8langs" "languages" nil 0) ("8exp" "experience" nil 0) ("8eg" "ergonomic" nil 0) ("8fp" "functional programing" nil 0) ("8fl" "functional language" nil 0) ("8ca" "cellular automata" nil 0) ("8f" "function" nil 0) ("8kw" "keyword" nil 0) ("8para" "parameter" nil 0) ("8prog" "programing" nil 0) ("8cp" "computer" nil 0) ("8btw" "by the way" nil 0) ("8afaik" "As far as i know" nil 0) ("8utf8" "-*- coding: utf-8 -*-" nil 0) ("8bc" "background-color" nil 0) ("8v" "
How to do this?
this way
✻ ✻ ✻
" nil 0) ("8css" "" nil 0) ("8css2" "" nil 0) ("8ditto" "ditto -ck --sequesterRsrc --keepParent src dest" nil 0) ("8im" "convert -quality 85% " nil 0) ("8ims" "convert -scale 50% -quality 85% " nil 0) ("8im256" "convert +dither -colors 256 " nil 0) ("8imf" "find . -name \"*png\" | xargs -l -i basename \"{}\" \".png\" | xargs -l -i convert -quality 85% \"{}.png\" \"{}.jpg\"" nil 0) ("8bmp2png" "find . -name \"*bmp\" | xargs -l -i basename \"{}\" \".bmp\" | xargs -l -i convert \"{}.bmp\" \"{}.png\"" nil 0) ("8f0" "find . -type f -empty" nil 0) ("8f0rm" "find . -type f -size 0 -exec rm {} ';'" nil 0) ("8f0d" "find . -depth -empty -type d" nil 0) ("8f0drm" "find . -depth -empty -type d -exec rmdir {} ';'" nil 0) ("8chmod" "find . -type f -exec chmod 644 {} ';'" nil 0) ("8chmod2" "find . -type d -exec chmod 755 {} ';'" nil 0) ("8unison" "unison -servercmd /usr/bin/unison c:/Users/xah/web ssh://xah@169.254.145.104//Users/xah/web" nil 0) ("8sftp" "sftp u40651120@s168753655.onlinehome.us" nil 0) ("8ssh" "ssh -l u40651120 xahlee.org" nil 0) ("8rsn" "rsync -z -r -v -t --chmod=Dugo+x --chmod=ugo+r --delete --exclude=\"*~\" --exclude=\".DS_Store\" --exclude=\".bash_history\" --exclude=\"logs/*\" --rsh=\"ssh -l u40651120\" ~/web/ u40651120@s168753655.onlinehome.us:~/" nil 0) ("8rsnxl" "rsync -z -r -v -t --chmod=Dugo+x --chmod=ugo+r --delete --exclude=\"*~\" /cygdrive/c/Users/h3/web/xahlee_org/ u40651120@s168753655.onlinehome.us:~/xahlee_org/" nil 0) ("8rsnee" "rsync -z -r -v -t --chmod=Dugo+x --chmod=ugo+r --delete --exclude=\"*~\" /cygdrive/c/Users/h3/web/ergoemacs_org/ u40651120@s168753655.onlinehome.us:~/ergoemacs_org/" nil 0) ("8rsnxp" "rsync -z -r -v -t --delete --exclude=\"*~\" /cygdrive/c/Users/h3/web/xahporn_org/ u40651120@s168753655.onlinehome.us:~/xahporn_org/" nil 0) ("8rsnbackup" "rsync -r -v -t --chmod=Dugo+x --chmod=ugo+r --delete --exclude=\"**/My *\" --rsh=\"ssh -l xah\" /media/HP/Users/xah/Documents /media/HP/Users/xah/web /media/HP/Users/xah/Pictures /media/HP/Users/xah/Shared /media/HP/Users/xah/cinse_pixra3 xah@192.168.1.6:~/" nil 0) ("8rsn-web" "rsync -r -v -t --delete --rsh=\"ssh -l xah\" ~/web/ xah@169.254.153.147:~/web/" nil 0) ("8rsn-doc" "rsync -r -v -t --delete --exclude=\"**/My *\" --rsh=\"ssh -l xah\" ~/Documents/ xah@169.254.153.147:~/Documents/" nil 0) ("8amz1" "" nil 0) ("8amz2" "" nil 0) ("8amzb" "" nil 0) ("8chi" "" nil 0) ("81and1" "" nil 0) )) ;; & "C:\Program Files (x86)\ErgoEmacs\bin\emacs.exe" -Q --load=~\ErgoEmacs_Source\ergoemacs\ergoemacs\init.el --load=~\.emacs ;; nohup /Applications/Emacs.app/Contents/MacOS/Emacs -Q --load=~/ErgoEmacs_Source/ErgoEmacs/ergoemacs/init.el --load=~/.emacs &