From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Andrus Newsgroups: gmane.emacs.devel Subject: Re: Can't get speechSynthesizer:didFinishSpeaking: to run on OS X Date: Wed, 23 Jun 2010 16:30:27 -0500 Message-ID: <756387CA-0925-4849-B949-BED1C20BB359@gmail.com> References: <3CB67123-8D98-425F-AAA7-F4C40F6C39A7@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277328655 12776 80.91.229.12 (23 Jun 2010 21:30:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2010 21:30:55 +0000 (UTC) Cc: Adrian Robert To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 23 23:30:53 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ORXX0-000634-Qq for ged-emacs-devel@m.gmane.org; Wed, 23 Jun 2010 23:30:51 +0200 Original-Received: from localhost ([127.0.0.1]:37620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORXX0-0000XG-4b for ged-emacs-devel@m.gmane.org; Wed, 23 Jun 2010 17:30:50 -0400 Original-Received: from [140.186.70.92] (port=35914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORXWs-0000Wd-Gc for emacs-devel@gnu.org; Wed, 23 Jun 2010 17:30:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORXWi-000081-Ev for emacs-devel@gnu.org; Wed, 23 Jun 2010 17:30:33 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:64380) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORXWi-00007v-9j for emacs-devel@gnu.org; Wed, 23 Jun 2010 17:30:32 -0400 Original-Received: by wwb31 with SMTP id 31so1122366wwb.0 for ; Wed, 23 Jun 2010 14:30:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=Y9CJNjH5C9TRAu4rmX2ykM1f/ID7EEm6J4PvN5jwVR4=; b=Q/I2RBES3G/pt/zOSHlncXqueKCvSfykGVGmwrnB4dkHXhXGW65FGYZjguDxzIg0kP OMJD8gtmI39qqbGZyM8YP8Zbtzd2YOLNxLZf6xwt/BpR8MUfJxWbtYzfD8YYCyUHZ7TS R/DkzGjD+NbnSaY/BkQsyTCxymK+kESnrFi+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=U27WbQucx6zCd/uHfKqcoBXj0tFK4R5HHc2Bp5+QqBF/OTTGW+JbOYz/7tvQJgZE/2 7Hyr28aJH9ENO/uER/pKZZvelje3bbKLhKwzR4RdzU6udU7MSusmaiZEoZa/oGOaIe/d rBNhIdxUw9JMpOMDJaKJmFLZRGWoRG6Xs3c7c= Original-Received: by 10.216.179.138 with SMTP id h10mr6066632wem.21.1277328631067; Wed, 23 Jun 2010 14:30:31 -0700 (PDT) Original-Received: from parduc.home (pool-173-57-99-114.dllstx.fios.verizon.net [173.57.99.114]) by mx.google.com with ESMTPS id p62sm1311540wej.28.2010.06.23.14.30.29 (version=SSLv3 cipher=RC4-MD5); Wed, 23 Jun 2010 14:30:30 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126351 Archived-At: I don't know what my problem was yesterday, perhaps incomplete builds, = because after a fresh start today everything seems to be working as = expected. =20 Of course now I am crashing intermittently in my callback (I want to run = a lisp hook from the callback and I have no idea what I am doing). = That's certainly my fault however, and I will look into it. Sorry for = the noise, and thanks for the suggestions. -Ivan=