From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 4F43B1EFCCF; Mon, 12 Sep 2016 02:00:27 -0400 (EDT) Received: from dev.springtide.ca (9.ip-149-56-143.net [149.56.143.9]) by befuddled.reisers.ca (Postfix) with ESMTPS id DAE751EFCBB for ; Mon, 12 Sep 2016 02:00:25 -0400 (EDT) Received: from springtide.springtide.ca (root@springtide.springtide.ca [67.205.102.184]) (authenticated bits=0) by dev.springtide.ca (8.15.2/8.15.2/Debian-3) with ESMTPSA id u8C60HNM017341 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 11 Sep 2016 23:00:19 -0700 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99 at dev.springtide.ca Received: from shawnk.ca (S0106001b21a4cc48.vc.shawcable.net [96.49.178.175]) (authenticated bits=0) by springtide.springtide.ca (8.14.4/8.14.4/Debian-4) with ESMTP id u8C60B4b023733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 11 Sep 2016 23:00:13 -0700 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.7 at springtide Received: from odyssey.localnet.shawnk.ca (localhost [127.0.0.1]) by shawnk.ca (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u8C60BDg012351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 11 Sep 2016 23:00:11 -0700 X-DomainKeys: Sendmail DomainKeys Filter v1.0.0 shawnk.ca u8C60BDg012351 DomainKey-Signature: a=rsa-sha1; s=odyssey; d=shawnk.ca; c=simple; q=dns; h=dkim-signature:received:date:from:x-x-sender:reply-to:to: subject:in-reply-to:message-id:references:user-agent:mime-version:content-type; b=FXbrb76TIb18knptVkuXeAqGU+3Z2fVolXJBjG1WW9NZBLG4U5Nq3I1Ul/7wyqGlR gRCW/4+eQmh9MVLx9PlvQ== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shawnk.ca; s=2010; t=1473660011; bh=8ocSLiH8TNrmPtNB2S2pM3w90zeYtZesaMOiHC/Jh7U=; h=Date:From:Reply-To:To:Subject:In-Reply-To:References:From; b=fL9A8H9MqpejTShJaiqxRij5yDgrdwGEWQNuLKX/gyCcv1suo5hmCe4mcDI5wVqHD JkVl2c/SiIdvhE16jZDjispvnccyxJZnDo0Fp4maPVdoQ3nXbpj/AlzSpsQKs0KgvH NGdlm10PuCFXEhZNzYCpZYVgYNXCzVMo3ingYkCg= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.7 at odyssey Received: (from shawn@localhost) by odyssey.localnet.shawnk.ca (8.14.4/8.14.4/Submit) id u8C60B0C012348; Sun, 11 Sep 2016 23:00:11 -0700 Date: Sun, 11 Sep 2016 23:00:11 -0700 (PDT) From: Shawn Kirkpatrick X-X-Sender: shawn@odyssey Reply-To: shawn@shawnk.ca To: "Speakup is a screen review system for Linux." Subject: Re: bleeps and does anyone use goto In-Reply-To: <20160911222009.GA4177@my-p4> Message-ID: References: <20160911222009.GA4177@my-p4> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dev.springtide.ca X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 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: Mon, 12 Sep 2016 06:00:27 -0000 I would use goto but in my kernel this doesn't work propperly at all. I'm on a slightly older kernel version so maybe this has been fixed in a later version. What I'd like to have is the ability to map going to a specific line to a key. I'm thinking of imitating the review mode feature in the old artic vision program where pressing a through y takes you to the given line, a for line 1, b for line 2, etc. Not having this feature has kept me from using speakup for any serious work. Having the ability to move quickly to a given point is a must for me. Does speakup really not have an on-screen find? That would be long overdue I'd say. On Sun, 11 Sep 2016, David wrote: > Yes, you cannot call kd_sound from within an interrupt. > I set a 10 ms timer and let it fire when I am long out of the speakup code. > Does anyone use goto? it is a lot of code for what Ithink is not a good > feature. two features I would like to add are: > collumn mode and on screen find. and drop that cussed goto. > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > >