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 01:08:14 +0200 Message-ID: <76229bdd7aa5bada630ae25351aa481a@151.37.60.152> 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 1339369707 16223 80.91.229.3 (10 Jun 2012 23:08:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2012 23:08:27 +0000 (UTC) To: =?iso-8859-1?Q?=D3scar_Fuentes?= , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 01:08:26 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 1SdrFA-0003TS-F4 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2012 01:08:24 +0200 Original-Received: from localhost ([::1]:59125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdrF9-0003Ri-Bd for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jun 2012 19:08:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdrF4-0003RP-Cw for help-gnu-emacs@gnu.org; Sun, 10 Jun 2012 19:08:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdrF2-0004P1-5C for help-gnu-emacs@gnu.org; Sun, 10 Jun 2012 19:08:17 -0400 Original-Received: from ispout03.email.it ([212.97.34.14]:48185 helo=ispout3.email.it) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdrF1-0004OV-VP for help-gnu-emacs@gnu.org; Sun, 10 Jun 2012 19:08:16 -0400 Original-Received: from localhost (ispout3.email.it [127.0.0.1]) by ispout3.email.it (Postfix) with ESMTP id 883992B2A5; Mon, 11 Jun 2012 01:08:02 +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 dMmM4ugsIsVm; Mon, 11 Jun 2012 01:08:02 +0200 (CEST) Original-Received: from 151.37.60.152 (unknown [10.3.0.53]) by ispout3.email.it (Postfix) with ESMTP id 32BBC2AFD0; Mon, 11 Jun 2012 01:08:02 +0200 (CEST) Original-Received: from Email-mailer ([151.37.60.152]) by 151.37.60.152 with HTTP (Wmail); Mon, 11 Jun 2012 01:08:14 +0200 X-Priority: X-Mailer: Webmail-Email.it [Mailer version 1.70] X-SenderIP: 151.37.60.152 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:85196 Archived-At: I solved the problem by myself. I write the solution for those who read this thread: "command-execute" function do not expects function parameters that replac= e the text entered from the keyboard [1]. So I did NOT use it. According to the documentation of speechd [2] I edited just the variable, removing the brltty element from the list of drivers: (setq speechd-out-active-drivers '(ssip)); [1] http://www.gnu.org/software/emacs/manual/html_node/elisp/Interactive-Call= .html [2] http://cvs.freebsoft.org/doc/speechd-el/speechd-el_9.html#SEC16 Regards Fabio --=20 . . , _