<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Appologies for the slow response – I’ve been away getting married.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">In brief, I use Vincent Goulet’s modified distribution of Emacs, which comes bundled with Emacs Speaks Statistics (and other utilities). In all honesty I haven’t
 done anything particularly special to make this work. I’m currently using JAWS 17 under Windows 7, although I’ve also had reports that it works well with NVDA.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">The experience isn’t perfect, but it works well enough for me. I regularly have to refresh the virtual screen buffer (JAWS key + escape), but apart from that
 it works as I would like. Install this, and make sure your current version of R is added to your system PATH environment variable. You should then be able to launch the R process with Alt+x R.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">My typical workflow is to have the R process window open and to be editing commands in a separate Emacs buffer (make sure this is saved with a .r or .R extension).
 I then have full use of the handy Emacs Speaks Statistics keystrokes. The keystrokes I use most commonly are:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">CTRL+c CTRL+j – send the current line to the R process for execution<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">CTRL+c CTRL+r – send the currently selected region for execution, you must first select the block of code you wish to send in the standard Emacs way, i.e. I
 can provide further instructions, or you can find out online.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">CTRL+Alt+; - comment / uncomment the selected region<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">CTRL+Alt+f – move to the end of the current code block. I’ve only discovered this recently, and find it particularly useful. Place the cursor on the opening
 brace ({) of a function definition or a control flow statement, and press CTRL+Alt+f to move to the end of the current block.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">There are many other keystrokes available, which I should make more use of. One keystroke to be aware of is the _ - by default this prints the R arrow (<-),
 to produce the _ character you must press it twice. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I recommend you set your screenreader to announce all punctuation, and modify your .emacs file as you find necessary (I can go in to further details, but mine
 is pretty standard). For now, let me know how you get on.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Bests,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Robin<o:p></o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""><o:p> </o:p></span></b></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> BlindRUG [mailto:blindrug-bounces@nfbnet.org]
<b>On Behalf Of </b>Liz Hare via BlindRUG<br>
<b>Sent:</b> 21 July 2017 16:54<br>
<b>To:</b> Blind R Users Group<br>
<b>Cc:</b> Liz Hare<br>
<b>Subject:</b> Re: [BlindRUG] Emacs for Statistical Applications with Screen Readers<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Yes, I'm very curious about how Robin is using Emacs in Windows with a screen reader!<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Thanks!<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Liz<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<p class="MsoNormal"><span style="color:black">Liz Hare, PhD<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">Dog Genetics LLC<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><a href="mailto:doggene@earthlink.net">doggene@earthlink.net</a><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><a href="http://www.doggenetics.com">http://www.doggenetics.com</a><o:p></o:p></span></p>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">On Jul 21, 2017, at 3:07 AM, Laxmisagar Samai via BlindRUG <<a href="mailto:blindrug@nfbnet.org">blindrug@nfbnet.org</a>> wrote:<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Thank you Liz,<br>
Robin, would be waiting for your reply.<br>
<br>
<br>
On 7/20/17, Williams, Robin via BlindRUG <<a href="mailto:blindrug@nfbnet.org">blindrug@nfbnet.org</a>> wrote:<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">Hi all,<br>
<br>
I use R with Emacs (not Emacspeak) under windows on a daily basis, it's by<br>
far my preferred method of working. I'm away on holiday this week, so am<br>
very short of time. I'll reply in more detail next week.<br>
<br>
Bests<br>
Robin<br>
<br>
-----Original Message-----<br>
From: BlindRUG [<a href="mailto:blindrug-bounces@nfbnet.org">mailto:blindrug-bounces@nfbnet.org</a>] On Behalf Of Liz Hare<br>
via BlindRUG<br>
Sent: 20 July 2017 14:30<br>
To: Blind R Users Group<br>
Cc: Liz Hare<br>
Subject: Re: [BlindRUG] Emacs for Statistical Applications with Screen<br>
Readers<br>
<br>
Hi Laxmisagar,<br>
<br>
I think it's pretty difficult to use a screen reader with Emacs in Windows,<br>
unless you can get Emacspeak running. There is a port of Emacspeak for<br>
Windows but it's not in wide use and I don't have direct experience with<br>
it.<br>
<br>
I do use R with Emacspeak on Mac and have also done it on Linux. Emacs has a<br>
package called Emacs Speaks Statistics (ESS) that facilitates running R<br>
interactively. I like this setup but it has a pretty steep learning curve<br>
and I kind of learn the bits and pieces I need as I go along.<br>
<br>
Liz<br>
<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">On Jul 19, 2017, at 7:02 AM, Laxmisagar Samai via BlindRUG<br>
<<a href="mailto:blindrug@nfbnet.org">blindrug@nfbnet.org</a>> wrote:<br>
<br>
Hello,<br>
<br>
Does anyone has any experience in using Emacs as an editing<br>
application for statistical softwares like, R, SAS and STATA with<br>
screen readers on a windows machine?<br>
I request for some help.<br>
<br>
Thank you<br>
Laxmisagar<br>
Mumbai (India)<br>
<br>
_______________________________________________<br>
BlindRUG mailing list<br>
<a href="mailto:BlindRUG@nfbnet.org">BlindRUG@nfbnet.org</a><br>
<a href="http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org">http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org</a><br>
To unsubscribe, change your list options or get your account info for<br>
BlindRUG:<br>
<a href="http://nfbnet.org/mailman/options/blindrug_nfbnet.org/doggene%40earthl">http://nfbnet.org/mailman/options/blindrug_nfbnet.org/doggene%40earthl</a><br>
ink.net<br>
The list archive can be viewed at:<br>
<a href="http://www.nfbnet.org/pipermail/blindrug_nfbnet.org">http://www.nfbnet.org/pipermail/blindrug_nfbnet.org</a><br>
More information and useful links about using R as a blind person can be<br>
obtained at:<br>
<a href="http://R-Resources.massey.ac.nz">http://R-Resources.massey.ac.nz</a><br>
<br>
Look for help using R commands by reading the accessible e-book "Let's Use<br>
R Now" compiled by Jonathan Godfrey at:<br>
<a href="http://R-Resources.massey.ac.nz/lurn/front.html">http://R-Resources.massey.ac.nz/lurn/front.html</a><o:p></o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
_______________________________________________<br>
BlindRUG mailing list<br>
<a href="mailto:BlindRUG@nfbnet.org">BlindRUG@nfbnet.org</a><br>
<a href="http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org">http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org</a><br>
To unsubscribe, change your list options or get your account info for<br>
BlindRUG:<br>
<a href="http://nfbnet.org/mailman/options/blindrug_nfbnet.org/r.m.williams%40exeter.ac.uk">http://nfbnet.org/mailman/options/blindrug_nfbnet.org/r.m.williams%40exeter.ac.uk</a><br>
The list archive can be viewed at:<br>
<a href="http://www.nfbnet.org/pipermail/blindrug_nfbnet.org">http://www.nfbnet.org/pipermail/blindrug_nfbnet.org</a><br>
More information and useful links about using R as a blind person can be<br>
obtained at:<br>
<a href="http://R-Resources.massey.ac.nz">http://R-Resources.massey.ac.nz</a><br>
<br>
Look for help using R commands by reading the accessible e-book "Let's Use R<br>
Now" compiled by Jonathan Godfrey at:<br>
<a href="http://R-Resources.massey.ac.nz/lurn/front.html">http://R-Resources.massey.ac.nz/lurn/front.html</a><br>
<br>
_______________________________________________<br>
BlindRUG mailing list<br>
<a href="mailto:BlindRUG@nfbnet.org">BlindRUG@nfbnet.org</a><br>
<a href="http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org">http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org</a><br>
To unsubscribe, change your list options or get your account info for<br>
BlindRUG:<br>
<a href="http://nfbnet.org/mailman/options/blindrug_nfbnet.org/laxmisagar304%40gmail.com">http://nfbnet.org/mailman/options/blindrug_nfbnet.org/laxmisagar304%40gmail.com</a><br>
The list archive can be viewed at:<br>
<a href="http://www.nfbnet.org/pipermail/blindrug_nfbnet.org">http://www.nfbnet.org/pipermail/blindrug_nfbnet.org</a><br>
More information and useful links about using R as a blind person can be<br>
obtained at:<br>
<a href="http://R-Resources.massey.ac.nz">http://R-Resources.massey.ac.nz</a><br>
<br>
Look for help using R commands by reading the accessible e-book "Let's Use R<br>
Now" compiled by Jonathan Godfrey at:<br>
<a href="http://R-Resources.massey.ac.nz/lurn/front.html">http://R-Resources.massey.ac.nz/lurn/front.html</a><o:p></o:p></p>
<p class="MsoNormal"><br>
_______________________________________________<br>
BlindRUG mailing list<br>
<a href="mailto:BlindRUG@nfbnet.org">BlindRUG@nfbnet.org</a><br>
<a href="http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org">http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org</a><br>
To unsubscribe, change your list options or get your account info for BlindRUG:<br>
<a href="http://nfbnet.org/mailman/options/blindrug_nfbnet.org/doggene%40earthlink.net">http://nfbnet.org/mailman/options/blindrug_nfbnet.org/doggene%40earthlink.net</a><br>
The list archive can be viewed at:<br>
<a href="http://www.nfbnet.org/pipermail/blindrug_nfbnet.org">http://www.nfbnet.org/pipermail/blindrug_nfbnet.org</a><br>
More information and useful links about using R as a blind person can be obtained at:<br>
<a href="http://R-Resources.massey.ac.nz">http://R-Resources.massey.ac.nz</a><br>
<br>
Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:<br>
<a href="http://R-Resources.massey.ac.nz/lurn/front.html">http://R-Resources.massey.ac.nz/lurn/front.html</a><o:p></o:p></p>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</body>
</html>