From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 26 03:59:34 2014 Received: (at submit) by debbugs.gnu.org; 26 Sep 2014 07:59:34 +0000 Received: from localhost ([127.0.0.1]:52556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXQRC-0005vQ-4p for submit@debbugs.gnu.org; Fri, 26 Sep 2014 03:59:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:32827) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXQR9-0005vH-Dv for submit@debbugs.gnu.org; Fri, 26 Sep 2014 03:59:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXQQz-0000Hq-D4 for submit@debbugs.gnu.org; Fri, 26 Sep 2014 03:59:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXQQz-0000Fu-B7 for submit@debbugs.gnu.org; Fri, 26 Sep 2014 03:59:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXQKK-0003t2-Gg for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2014 03:52:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXQKE-00075g-Br for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2014 03:52:28 -0400 Received: from dd5e0353a.access.telenet.be ([213.224.53.58]:28376 helo=mail.missioncriticalit.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXQKE-00071S-5C for bug-gnu-emacs@gnu.org; Fri, 26 Sep 2014 03:52:22 -0400 Received: from MUNDANEUM.i-did-not-set--mail-host-address--so-tickle-me (unknown [10.10.10.51]) by mail.missioncriticalit.com (Postfix) with ESMTPSA id 2C699500A50 for ; Fri, 26 Sep 2014 09:52:15 +0200 (CEST) From: Sebastien Vauban To: bug-gnu-emacs@gnu.org Subject: 24.3.93; Sound support on W32 Emacs Organization: Sebastien Vauban X-Url: Under construction... X-Archive: encrypt Date: Fri, 26 Sep 2014 09:50:44 +0200 Message-ID: <86wq8qom5n.fsf@somewhere.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) Hello, When using the Tomatinho package, I had no sound after 25 minutes, as expected. Trying to launch the sound file myself, I got: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "This Emacs binary lacks sound support") signal(error ("This Emacs binary lacks sound support")) error("This Emacs binary lacks sound support") play-sound((sound :file "tick.wav")) play-sound-file("tick.wav") eval((play-sound-file "tick.wav") nil) eval-expression((play-sound-file "tick.wav") nil) --8<---------------cut here---------------end--------------->8--- Is this a limitation of Emacs on Windows, or a limitation in this binary? Best regards, Seb -- Sebastien Vauban From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 26 05:33:28 2014 Received: (at 18563) by debbugs.gnu.org; 26 Sep 2014 09:33:28 +0000 Received: from localhost ([127.0.0.1]:52740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXRu4-0008RT-68 for submit@debbugs.gnu.org; Fri, 26 Sep 2014 05:33:28 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:48039) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXRu1-0008RK-LW for 18563@debbugs.gnu.org; Fri, 26 Sep 2014 05:33:27 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NCI004004KR8P00@a-mtaout23.012.net.il> for 18563@debbugs.gnu.org; Fri, 26 Sep 2014 12:33:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCI004ID57N5D60@a-mtaout23.012.net.il>; Fri, 26 Sep 2014 12:33:24 +0300 (IDT) Date: Fri, 26 Sep 2014 12:33:21 +0300 From: Eli Zaretskii Subject: Re: bug#18563: 24.3.93; Sound support on W32 Emacs In-reply-to: <86wq8qom5n.fsf@somewhere.org> X-012-Sender: halo1@inter.net.il To: Sebastien Vauban Message-id: <83tx3uu3oe.fsf@gnu.org> References: <86wq8qom5n.fsf@somewhere.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18563 Cc: 18563@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Sebastien Vauban > Date: Fri, 26 Sep 2014 09:50:44 +0200 > > When using the Tomatinho package, I had no sound after 25 minutes, as > expected. > > Trying to launch the sound file myself, I got: > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (error "This Emacs binary lacks sound support") > signal(error ("This Emacs binary lacks sound support")) > error("This Emacs binary lacks sound support") > play-sound((sound :file "tick.wav")) > play-sound-file("tick.wav") > eval((play-sound-file "tick.wav") nil) > eval-expression((play-sound-file "tick.wav") nil) > --8<---------------cut here---------------end--------------->8--- > > Is this a limitation of Emacs on Windows, or a limitation in this binary? It's a regression that crept into the Windows build during development of v24.4. It is already fixed in the repository, so the next pretest will be able to play sound on Windows again. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 26 05:35:03 2014 Received: (at 18563-done) by debbugs.gnu.org; 26 Sep 2014 09:35:03 +0000 Received: from localhost ([127.0.0.1]:52744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXRva-0008U9-Un for submit@debbugs.gnu.org; Fri, 26 Sep 2014 05:35:03 -0400 Received: from mtaout29.012.net.il ([80.179.55.185]:34589) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXRvY-0008Td-5e for 18563-done@debbugs.gnu.org; Fri, 26 Sep 2014 05:35:00 -0400 Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NCI009005221400@mtaout29.012.net.il> for 18563-done@debbugs.gnu.org; Fri, 26 Sep 2014 12:34:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCI00NMF59EAN90@mtaout29.012.net.il> for 18563-done@debbugs.gnu.org; Fri, 26 Sep 2014 12:34:26 +0300 (IDT) Date: Fri, 26 Sep 2014 12:34:56 +0300 From: Eli Zaretskii Subject: Re: bug#18563: 24.3.93; Sound support on W32 Emacs In-reply-to: <86wq8qom5n.fsf@somewhere.org> X-012-Sender: halo1@inter.net.il To: 18563-done@debbugs.gnu.org Message-id: <83sijeu3lr.fsf@gnu.org> References: <86wq8qom5n.fsf@somewhere.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18563-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Closing, as this is already fixed in the emacs-24 branch and on the trunk. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 26 05:36:42 2014 Received: (at 18563) by debbugs.gnu.org; 26 Sep 2014 09:36:42 +0000 Received: from localhost ([127.0.0.1]:52750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXRxB-00005J-F8 for submit@debbugs.gnu.org; Fri, 26 Sep 2014 05:36:41 -0400 Received: from dd5e0353a.access.telenet.be ([213.224.53.58]:27201 helo=mail.missioncriticalit.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXRx8-000058-Qe for 18563@debbugs.gnu.org; Fri, 26 Sep 2014 05:36:39 -0400 Received: from MUNDANEUM.i-did-not-set--mail-host-address--so-tickle-me (unknown [10.10.10.51]) by mail.missioncriticalit.com (Postfix) with ESMTPSA id 08530500A50; Fri, 26 Sep 2014 11:36:37 +0200 (CEST) From: Sebastien Vauban To: Eli Zaretskii Subject: Re: bug#18563: 24.3.93; Sound support on W32 Emacs Organization: Sebastien Vauban References: <86wq8qom5n.fsf@somewhere.org> <83tx3uu3oe.fsf@gnu.org> X-Url: Under construction... X-Archive: encrypt Date: Fri, 26 Sep 2014 11:35:07 +0200 In-Reply-To: <83tx3uu3oe.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 26 Sep 2014 12:33:21 +0300") Message-ID: <867g0qohbo.fsf@somewhere.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Eli Zaretskii wrote: >> From: Sebastien Vauban >> Date: Fri, 26 Sep 2014 09:50:44 +0200 >> >> When using the Tomatinho package, I had no sound after 25 minutes, as >> expected. >> >> Trying to launch the sound file myself, I got: >> >> --88--- >> Debugger entered--Lisp error: (error "This Emacs binary lacks sound support") >> signal(error ("This Emacs binary lacks sound support")) >> error("This Emacs binary lacks sound support") >> play-sound((sound :file "tick.wav")) >> play-sound-file("tick.wav") >> eval((play-sound-file "tick.wav") nil) >> eval-expression((play-sound-file "tick.wav") nil) >> --88--- >> >> Is this a limitation of Emacs on Windows, or a limitation in this binary? > > It's a regression that crept into the Windows build during development > of v24.4. It is already fixed in the repository, so the next pretest > will be able to play sound on Windows again. [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL, https://senderscore.org/blacklistlookup/ [213.224.53.58 listed in bl.score.senderscore.com] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) X-Debbugs-Envelope-To: 18563 Cc: 18563@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Eli Zaretskii wrote: >> From: Sebastien Vauban >> Date: Fri, 26 Sep 2014 09:50:44 +0200 >> >> When using the Tomatinho package, I had no sound after 25 minutes, as >> expected. >> >> Trying to launch the sound file myself, I got: >> >> --88--- >> Debugger entered--Lisp error: (error "This Emacs binary lacks sound support") >> signal(error ("This Emacs binary lacks sound support")) >> error("This Emacs binary lacks sound support") >> play-sound((sound :file "tick.wav")) >> play-sound-file("tick.wav") >> eval((play-sound-file "tick.wav") nil) >> eval-expression((play-sound-file "tick.wav") nil) >> --88--- >> >> Is this a limitation of Emacs on Windows, or a limitation in this binary? > > It's a regression that crept into the Windows build during development > of v24.4. It is already fixed in the repository, so the next pretest > will be able to play sound on Windows again. [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL, https://senderscore.org/blacklistlookup/ [213.224.53.58 listed in bl.score.senderscore.com] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) Eli Zaretskii wrote: >> From: Sebastien Vauban >> Date: Fri, 26 Sep 2014 09:50:44 +0200 >> >> When using the Tomatinho package, I had no sound after 25 minutes, as >> expected. >> >> Trying to launch the sound file myself, I got: >> >> --8<---------------cut here---------------start------------->8--- >> Debugger entered--Lisp error: (error "This Emacs binary lacks sound support") >> signal(error ("This Emacs binary lacks sound support")) >> error("This Emacs binary lacks sound support") >> play-sound((sound :file "tick.wav")) >> play-sound-file("tick.wav") >> eval((play-sound-file "tick.wav") nil) >> eval-expression((play-sound-file "tick.wav") nil) >> --8<---------------cut here---------------end--------------->8--- >> >> Is this a limitation of Emacs on Windows, or a limitation in this binary? > > It's a regression that crept into the Windows build during development > of v24.4. It is already fixed in the repository, so the next pretest > will be able to play sound on Windows again. OK, thanks for the information! Best regards, Seb -- Sebastien Vauban From unknown Tue Jun 17 01:48:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Oct 2014 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator