;: -*- emacs-lisp -*-
;:* $Id: sounds-sy.el,v 1.1 2003-10-18 01:18:02+10 steve Exp steve $
(load "sound")
(setq bell-volume 75)
(when (device-sound-enabled-p)
  (load-sound-file "low-smash" 'auto-save-error)
  (load-sound-file "bark" 'command-error)
  (load-sound-file "slap" 'undefined-key)
  (load-sound-file "slap" 'undefined-click)
  (load-sound-file "clink" 'no-completion)
  (load-sound-file "bong" 'y-or-n-p)
  (load-sound-file "explosion" 'yes-or-no-p)
  (load-sound-file "drip" 'buffer-bound)
  (load-sound-file "whip" 'read-only)
  (load-sound-file "bass-snap" 'default)
  (load-sound-file "yeep" 'quit 40)
  (load-sound-file "drum-beep" 'isearch-failed)
  (load-sound-file "bass-snap" 'isearch-quit)
  (load-sound-file "slap" 'ready)
  (load-sound-file "return" 'warp)
  (load-sound-file "cuckoo" 'alarm))
;:*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
(message "sounds loaded")

Created with XEmacs Valid HTML 4.01! Valid CSS!
Copyright © 2003 Steve Youngs
Verbatim copying and distribution is permitted in any medium, providing this notice is preserved.
Last modified: Sat Oct 18 02:15:39 EST 2003