From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog Date: Wed, 3 Apr 2002 15:50:13 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200204032250.g33MoDi12178@aztec.santafe.edu> References: <200203311640.g2VGeFw10733@aztec.santafe.edu> <200204012321.g31NLLP11397@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017874636 28330 127.0.0.1 (3 Apr 2002 22:57:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 22:57:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16stgq-0007Mp-00 for ; Thu, 04 Apr 2002 00:57:16 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16stt8-00061e-00 for ; Thu, 04 Apr 2002 01:09:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16stge-0000pr-00; Wed, 03 Apr 2002 17:57:04 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16sta4-00082M-00; Wed, 03 Apr 2002 17:50:16 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g33MoDa20562; Wed, 3 Apr 2002 15:50:14 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g33MoDi12178; Wed, 3 Apr 2002 15:50:13 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: Pavel@janik.cz In-Reply-To: (Pavel@janik.cz) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2364 I think that Eli's idea of renaming play-sound (now in C) to play-sound-internal and just adding (unless (fboundp 'play-sound-internal) (error "This Emacs binary lacks sound support.")) at the beginning of real play-sound (which can be in Lisp after that) is also good solution. What do you think? Either way. > I can do that if you agree with this. I will also add --with[out]-sound to > configure. I won't argue strenuously against it.