From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 56C671EFB3B; Sun, 6 Mar 2016 08:09:24 -0500 (EST) Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by befuddled.reisers.ca (Postfix) with ESMTPS id 5D7E51EFB37 for ; Sun, 6 Mar 2016 08:09:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id C5707200C8 for ; Sun, 6 Mar 2016 14:09:15 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gFIjFJBh1A_n for ; Sun, 6 Mar 2016 14:09:15 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (LFbn-1-6757-94.w90-120.abo.wanadoo.fr [90.120.189.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 9B7C8200C6 for ; Sun, 6 Mar 2016 14:09:14 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.86_2) (envelope-from ) id 1acYQr-0000Dg-PM for speakup@linux-speakup.org; Sun, 06 Mar 2016 14:09:13 +0100 Date: Sun, 6 Mar 2016 14:09:13 +0100 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: About indexing with software speech Message-ID: <20160306130913.GH2710@var.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 13:09:24 -0000 Hello, About indexing support with software speech, speakup_soft does support it. It however seems that espeakup does not make use of the interface, so it will indeed not work with it. It should however not be hard to implement that, since it's a completely userland issue, one just has to see how the espeak synthesis can report indexes, and use a write() call to notify the kernel about indexes. Any taker for this task? Samuel