From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 249961EF729; Sun, 11 Sep 2016 18:21:20 -0400 (EDT) Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by befuddled.reisers.ca (Postfix) with ESMTPS id EF6EE1EF219 for ; Sun, 11 Sep 2016 18:21:18 -0400 (EDT) Received: by mail-oi0-f52.google.com with SMTP id q188so156823710oia.3 for ; Sun, 11 Sep 2016 15:21:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=2kw4TZF73hdngiEDKNWHxqwvXy3DUrAPEmOaefYbJfw=; b=u4SLs748ozFAcDofZeCm7Eac+VDn4JeMDIZ/bIbTmAl+4snlbmc33yRAPPzcN+/ZIz nYSj/bY2tdyHjmCfi2It/He3wLTt0p1vfxihVGNClrY4mqi178OYI1YDqWv+KbYNzo3A F1MYEqNqPrdPrqBDqw4Ttsig/ThM7LcX6PUt7uppBrlM3CuTVdcpyC01ly3Tfk0dehUa bnffD/XMBt8blWjl1Nk66X8p8G+daDdf7eQQsb2/V++LLMhI7PW63R1L/UISOdTlCUzD 98hPpVQgmFsAWiGB7oNmIRHzZtK1Izm4UHnaO3cUzFhaw9kiLYtbY7ycT4rku7TgVoZm mI9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=2kw4TZF73hdngiEDKNWHxqwvXy3DUrAPEmOaefYbJfw=; b=NIKOeHwdmQ7pbl1k2qk0oy+1Yg3SUCpS+uY+7LNR0sC/nHcrvpG1htfqh+ycCXmBvh T7QO9/alGKnOky4uXLQ1Fa8traVijzTugmEtjHlV7TTSE3GzKGIprDslbdVVCGUIwhpH YE5mAQSxxCALT08mGaaSCrqQ1bjYi5m+5OL12256TqYZ2MqRuEvBSyzEVyYrluoLTzeN 4+3QNPnvE6oE6d0r4pukEh+mwKh6YtMUGpSit45Ujk3rZ/b5BCEK+q59LwPWVwbv+KDL w/UpCfpXFHdR14A8SvkfSbJ4JN1gGIQ1Nr1KBNfL9YI+5Wq5La34HZF8iDeq9MxKnX6v tLkQ== X-Gm-Message-State: AE9vXwNlWsrtABe0qv0bW2qlo0dmtzsr6W5G8WqVgqqGazDOWwhHT8EOpweFfFMTn9jQiQ== X-Received: by 10.202.59.70 with SMTP id i67mr22174204oia.163.1473632412808; Sun, 11 Sep 2016 15:20:12 -0700 (PDT) Received: from my-p4 (CPEc03fd54e25a1-CM00fc8d424d60.cpe.net.cable.rogers.com. [99.236.54.233]) by smtp.gmail.com with ESMTPSA id o29sm494912ioi.36.2016.09.11.15.20.11 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 11 Sep 2016 15:20:11 -0700 (PDT) Date: Sun, 11 Sep 2016 18:20:09 -0400 From: David To: speakup@linux-speakup.org Subject: bleeps and does anyone use goto Message-ID: <20160911222009.GA4177@my-p4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: Sun, 11 Sep 2016 22:21:20 -0000 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.