From xemacs-m  Sun Apr 27 19:48:28 1997
Received: from mailhost.lanl.gov (mailhost.lanl.gov [128.165.3.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA20979
	for <xemacs-beta@xemacs.org>; Sun, 27 Apr 1997 19:48:27 -0500 (CDT)
Received: from branagh.ta52.lanl.gov (branagh.ta52.lanl.gov [128.165.144.9]) by mailhost.lanl.gov (8.8.5/8.8.3) with SMTP id SAA27033 for <xemacs-beta@xemacs.org>; Sun, 27 Apr 1997 18:48:29 -0600 (MDT)
Received: by branagh.ta52.lanl.gov (SMI-8.6/SMI-SVR4)
	id SAA10173; Sun, 27 Apr 1997 18:42:44 -0600
Date: Sun, 27 Apr 1997 18:42:44 -0600
Message-Id: <199704280042.SAA10173@branagh.ta52.lanl.gov>
From: "John A. Turner" <turner@lanl.gov>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: 20.2-b3: volume not an integer or nil
X-Mailer: VM 6.29 under 20.2 XEmacs Lucid (beta3)

Something change with the sound stuff?

I've been doing the following for a long time:

       (cond ((string-match ":0" (getenv "DISPLAY"))
	      (load-default-sounds))
	     )

But with 20.2-b3 I had to comment it out because it was causing the
following on startup:

Signaling: (error "volume not an integer or nil")
  signal(error ("volume not an integer or nil"))
  cerror("volume not an integer or nil")
  apply(cerror "volume not an integer or nil")
  error("volume not an integer or nil")
  load-sound-file("bass-snap.au" bass 80)
  eval((load-sound-file "bass-snap.au" (quote bass) 80))
  mapc-internal(eval ((load-sound-file "drum-beep.au" (quote drum)) (load-sound-file "quiet-beep.au" (quote quiet)) (load-sound-file "bass-snap.au" (quote bass) 80) (load-sound-file "whip.au" (quote whip) 70) (load-sound-file "cuckoo.au" (quote cuckoo)) (load-sound-file "yeep.au" (quote yeep)) (load-sound-file "hype.au" (quote hype) 100)))
  mapc(eval ((load-sound-file "drum-beep.au" (quote drum)) (load-sound-file "quiet-beep.au" (quote quiet)) (load-sound-file "bass-snap.au" (quote bass) 80) (load-sound-file "whip.au" (quote whip) 70) (load-sound-file "cuckoo.au" (quote cuckoo)) (load-sound-file "yeep.au" (quote yeep)) (load-sound-file "hype.au" (quote hype) 100)))
  load-default-sounds()
  (cond ((string-match ":0" ...) (load-default-sounds)))
)
  (cond ((eq window-system ...) (cond ...) (setq focus-follows-mouse t)))
)
  load-internal("~/.emacs-personal" nil nil nil nil nil)
  load("~/.emacs-personal")
  (if (file-readable-p "~/.emacs-personal.el") (load "~/.emacs-personal"))
)
  load-internal("~/.emacs" t t t nil nil)
  load("~/.emacs" t t t)
  load-user-init-file("")
  load-init-file()
  command-line()
  normal-top-level()

-- 
John Turner
http://www.lanl.gov/home/turner

