RE: Fix for console mode Ruby

  • From: "Homme, James" <james.homme@xxxxxxxxxxxx>
  • To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
  • Date: Thu, 30 Sep 2010 09:55:29 -0400

Hi,
Which JAWS version or versions?

Thanks.

Jim

Jim Homme,
Usability Services,
Phone: 412-544-1810. Skype: jim.homme
Internal recipients,  Read my accessibility blog. Discuss accessibility here. 
Accessibility Wiki: Breaking news and accessibility advice


-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jamal Mazrui
Sent: Thursday, September 30, 2010 8:24 AM
To: programmingblind
Subject: Fix for console mode Ruby

  Ruby for Windows
http://RubyInstaller.org

has a console and GUI mode version of the interpreter, ruby.exe and
rubyw.exe, respectively.  Due to an apparent JAWS bug, the console
version locks up when run with JAWS at a command prompt.  This does not
happen with Window-Eyes or NVDA.

I found a work-around by running a batch file instead of the executable
directly.  It is called rubyc.bat (a suffix of c as opposed to w).  The
content is simply the following:

@echo off
ruby.exe %*


You can copy rubyc.bat to the same bin subdirectory where ruby.exe,
rubyw.exe, irb.bat, and gem.bat reside.  I have now also included the
file in the archive of the Ruby fruit basket program
http://EmpowermentZone.com/rb_fruit.zip

If anyone figures out a way to fix JAWS so this is not necessary, I am
still interested in that, too.

Jamal

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


This e-mail and any attachments to it are confidential and are intended solely 
for use of the individual or entity to whom they are addressed.  If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it.  If you are not the intended recipient, you must not keep, use, 
disclose, copy or distribute this e-mail without the author's prior permission. 
 The views expressed in this e-mail message do not necessarily represent the 
views of Highmark Inc., its subsidiaries, or affiliates.
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: