From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fab Newsgroups: gmane.emacs.help Subject: Re: command-execute in .emacs file Date: Mon, 11 Jun 2012 14:24:01 +0200 Message-ID: <20ef84036f82a301ec30485cd8d443a2@151.83.88.142> Reply-To: fab NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1339417470 22932 80.91.229.3 (11 Jun 2012 12:24:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2012 12:24:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 14:24:30 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Se3fX-00075a-UX for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2012 14:24:28 +0200 Original-Received: from localhost ([::1]:44216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se3fX-0007Ka-OX for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2012 08:24:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se3fN-0007Iy-Ud for help-gnu-emacs@gnu.org; Mon, 11 Jun 2012 08:24:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Se3fJ-0003Zq-Ap for help-gnu-emacs@gnu.org; Mon, 11 Jun 2012 08:24:17 -0400 Original-Received: from ispout03.email.it ([212.97.34.14]:53739 helo=ispout3.email.it) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se3fJ-0003ZK-4X for help-gnu-emacs@gnu.org; Mon, 11 Jun 2012 08:24:13 -0400 Original-Received: from localhost (ispout3.email.it [127.0.0.1]) by ispout3.email.it (Postfix) with ESMTP id 8BE472B28E for ; Mon, 11 Jun 2012 14:24:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at email.it Original-Received: from ispout3.email.it ([127.0.0.1]) by localhost (ispout3.email.it [127.0.0.1]) (amavisd-new, port 10023) with LMTP id 1hTZozo2WEte for ; Mon, 11 Jun 2012 14:24:03 +0200 (CEST) Original-Received: from 151.83.88.142 (unknown [10.3.0.46]) by ispout3.email.it (Postfix) with ESMTP id 1F3212B28C for ; Mon, 11 Jun 2012 14:24:02 +0200 (CEST) Original-Received: from Email-mailer ([151.83.88.142]) by 151.83.88.142 with HTTP (Wmail); Mon, 11 Jun 2012 14:24:01 +0200 X-Priority: X-Mailer: Webmail-Email.it [Mailer version 1.70] X-SenderIP: 151.83.88.142 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 212.97.34.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85201 Archived-At: > Looking at the message you get, I guess that you are not using the > latest version speechd-el-2.5. In that case, can you please retry with > that version? I've got the error using speechd-el-2.4 (from Debian Wheezy) and writing (speechd-out-disable-driver 'brltty) Actually, as you expected, using speechd-el-2.5-1 (from Debian Sid) this error disappears... Fabio --