>>>> "sb" == SL Baur
<steve(a)vmailer.xemacs.org> writes:
sb> Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
> I suggest renaming README.wav in the package to just README since
it
> is NOT a wav file. Likewise for the README.au file in the sound-au
> package.
sb> The two packages install into the same etc/sounds directory and there
Argh! I forgot.
sb> shouldn't be any barriers to having both sets of sound files and both
sb> README's. Does it cause any real problems?
Yes, I think so:
It will confuse any UNIX and Windows NT utility dealing with file
extensions (and people like me).
Consider the following code:
(mapc
(function
(lambda (s)
(message "%s\n" s)
(play-sound-file s)
(wait-for-sounds)
))
(directory-files default-sound-directory t "\.wav$"))
It will try to play the ``README'' file :-)
How about
READMEau
READMEwav
or
README-au
README-wav
?
Regards,
Adrian
--
Adrian Aichner
Applications Engineer
Teradyne GmbH
Semiconductor Test Group Telephone +49/89/41861(0)-208
Dingolfinger Strasse 2 Fax +49/89/41861-217
D-81673 MUENCHEN E-mail aichner(a)ecf.teradyne.com