dpaste: 3WNDWP7

New Yours API Help 1.9 KB, Common Lisp Soft wrap Raw text Duplicate 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ;;; .stumpwmrc ( defun emacs-do ( cmd ) ( run-shell-command ( concatenate 'string "exec emacsclient -c -e \"" cmd "\"" ))) ( defun emacs-do-i ( cmd ) ( run-shell-command ( concatenate 'string "exec emacsclient -c -e \"(call-interactively '" cmd ")\"" ))) ( defun group-exists ( name ) ( not ( null ( find-group ( current-screen ) name )))) ( defun summon-group ( group-name emacs-command ) ( let (( created ( not ( group-exists group-name )))) ( gnew group-name ) ( when created ( restore-from-file ( concatena...

Linked on 2015-02-12 18:58:45 | Similar Links