From xemacs-m  Sun May  4 04:50:16 1997
Received: from ornet.ornet.co.il (ornet.co.il [194.90.140.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA18202
	for <xemacs-beta@xemacs.org>; Sun, 4 May 1997 04:50:13 -0500 (CDT)
Received: from merlin.ornet.co.il (merlin.ornet.co.il [194.90.140.25]) by ornet.ornet.co.il (8.7.6/8.7.3) with ESMTP id MAA26112 for <xemacs-beta@xemacs.org>; Sun, 4 May 1997 12:50:01 +0300 (IDT)
Received: (from ricky@localhost) by merlin.ornet.co.il (8.7.6/8.7.3) id MAA03078; Sun, 4 May 1997 12:50:01 +0300 (IDT)
Date: Sun, 4 May 1997 12:50:01 +0300 (IDT)
Message-Id: <199705040950.MAA03078@merlin.ornet.co.il>
From: Ricardo Marek <ricky@ornet.co.il>
To: XEmacs Beta Testing List <xemacs-beta@xemacs.org>
Subject: [?] XEmacs 20.2-b2 on SunOS 4.1.4 fails to load sounds?? (With NAS)
X-Face: "1qJf"LysT#xLa=~giYhF>sci:y$xiN`)FlEd7nf4Al;@ARuU|1|n_F!cXszC^^T;Q&42s}/5Q)5g0$0D'Y6.[]h]:SzlbMWu_?<'*suHpRzOGp&1VHvV~5CDMX}eRc)z3zw,XIPgG@Q*W)oG(/>;YU
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII


Take a look on the small test.el file (cut-and-paste from the
emacs.sample file)

;;;----------------------------------------------------------
;;; test.el
;;;----------------------------------------------------------

(cond ((string-match ":0" (getenv "DISPLAY"))
       (load-default-sounds))
      (t
       (setq bell-volume 40)
       (setq sound-alist
	     (append sound-alist '((no-completion :pitch 500))))
       ))
;;;----------------------------------------------------------
;;; End of file
;;;----------------------------------------------------------

Running it on XEmacs 20.2 (beta-2) produced the following:
(Debug on Error is switched on!)

Signaling: (wrong-type-argument stringp nil)
  insert-file-contents-internal(nil nil nil nil nil nil nil)
  insert-file-contents(nil)
  load-sound-file("sounds/drum-beep.au" drum)
  eval((load-sound-file "sounds/drum-beep.au" (quote drum)))
  mapc-internal(eval 
    ((load-sound-file "sounds/drum-beep.au" (quote drum)) 
     (load-sound-file "sounds/quiet-beep.au" (quote quiet))
     (load-sound-file "sounds/bass-snap.au" (quote bass) 80)
     (load-sound-file "sounds/whip.au" (quote whip) 70) 
     (load-sound-file "sounds/cuckoo.au" (quote cuckoo)) 
     (load-sound-file "sounds/yeep.au" (quote yeep)) 
     (load-sound-file "sounds/hype.au" (quote hype) 100))) 
  mapc(eval 
    ((load-sound-file "sounds/drum-beep.au" (quote drum))
    (load-sound-file "sounds/quiet-beep.au" (quote quiet))
    (load-sound-file "sounds/bass-snap.au" (quote bass) 80)
    (load-sound-file "sounds/whip.au" (quote whip) 70) 
    (load-sound-file "sounds/cuckoo.au" (quote cuckoo)) 
    (load-sound-file "sounds/yeep.au" (quote yeep)) 
    (load-sound-file "sounds/hype.au" (quote hype) 100))) 
  load-default-sounds()
  (cond ((string-match ":0" ...) (load-default-sounds))
          (t (setq bell-volume 40) (setq sound-alist ...))))
  eval-buffer("test.el")
  call-interactively(eval-buffer)
  command-execute(eval-buffer t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)


Trying the same on a XEmacs 20.0 (test1) or previous, all goes with no
errors.

Now, the two versions were compiled on a Sparc-20, SunOS 4.1.4, with
the same config options (Using NAS).

Any hint?

 _ 
|_|.  _ |/     e-mail: ricky@ornet.co.il     -*- Mode: Another-Unix-Hacker -*-
|\ | |_ |\ \/ phone: +972-4-9981314
___________/ ORNET Data Communication Technologies Ltd.

There are still some other things to do, so don't think if I didn't fix
your favorite bug that your bug report is in the bit bucket.  (It may be,
but don't think it.  :-)
     --Larry Wall in <7238@jpl-devvax.JPL.NASA.GOV>

