help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: command-execute in .emacs file


From: fab
Subject: Re: command-execute in .emacs file
Date: Mon, 11 Jun 2012 01:08:14 +0200

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 replace
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


-- 
.
.
,
_





reply via email to

[Prev in Thread] Current Thread [Next in Thread]