From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Native play function slows down emacs on RH 7.3 Date: Tue, 16 Jul 2002 07:29:32 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200207161329.g6GDTWq22061@aztec.santafe.edu> References: <15665.29831.730000.276627@bubbles.almaden.ibm.com> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026826250 21742 127.0.0.1 (16 Jul 2002 13:30:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 13:30:50 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17USPh-0005eY-00 for ; Tue, 16 Jul 2002 15:30:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17USPi-0004IG-00; Tue, 16 Jul 2002 09:30:50 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17USOT-0004AC-00; Tue, 16 Jul 2002 09:29:33 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6GDTYB02487; Tue, 16 Jul 2002 07:29:35 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6GDTWq22061; Tue, 16 Jul 2002 07:29:32 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: tvraman@almaden.ibm.com In-Reply-To: <15665.29831.730000.276627@bubbles.almaden.ibm.com> (message from TV Raman on Sun, 14 Jul 2002 05:54:31 -0700) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2726 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2726 If you use the built-in play-sound function, things feel slower than when using (shell-command "play "...) It's hard to articulate the "feel slower" bit -- but at least when I switched emacspeak to start using play-sound, the rest of emacs felt sluggish. Can you investigate a little--by seeing what method Emacs uses to play a sound, and what method the `play' program uses? Maybe we're not using the best method, or we might be using it wrong. Unfortunately I know next to nothing about the facilities for playing sound.