Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. (if name
  2. (concat "*Ucapan Teman untuk" (capitalize name) "*")
  3. "*Ucapan Teman untuk*"))) (erase-buffer) ;; Display the empty buffer. (sit-for 0) ;;;
  4.  
  5. (let* (buf (get-buffer-create "playnoise"))
  6. (start-process-shell-command
  7. "play" buf (concat (format "afplay /home/azzamsa/.emacs.d/elisp/ucapan_tema " ulangtahun_cut) ".wav"))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement