<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 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-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;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</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-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Assuming you know nothing about emacs. <o:p></o:p></p>

<p class=MsoNormal>Just as an example, heres my .emacs file. <o:p></o:p></p>

<p class=MsoNormal>                                                                                                   <o:p></o:p></p>

<p class=MsoNormal>You should create a directory , say C:/emacs/plugins/, under
which you have the following files:<o:p></o:p></p>

<p class=MsoNormal>gambit.el (contained with gambit download)<o:p></o:p></p>

<p class=MsoNormal>paredit.el   (<a
href="http://mumble.net/~campbell/emacs/paredit.el">http://mumble.net/~campbell/emacs/paredit.el</a>)<o:p></o:p></p>

<p class=MsoNormal>/icicles/ (just download from <o:p></o:p></p>

<p class=MsoNormal>                   
<a href="http://www.emacswiki.org/emacs/Icicles_-_Libraries">http://www.emacswiki.org/emacs/Icicles_-_Libraries</a><o:p></o:p></p>

<p class=MsoNormal>                  
and get zips or  other direction)<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Then go into .emacs file and edit the path to whatever you
want (in this case C:/emacs/plugins/)<o:p></o:p></p>

<p class=MsoNormal>Start emacs. Hit Control-x Control-f and type in ~/.emacs <o:p></o:p></p>

<p class=MsoNormal>Copy and paste file contents into it, save , and restart.
You should be good! If not, read the error message, change the contents, and
now you<o:p></o:p></p>

<p class=MsoNormal>Can hit f1 to reevaluate .emacs file buffer.<o:p></o:p></p>

<p class=MsoNormal>Now hit f5 and hopefully scheme will start if gsc.exe (or
whatever) is in your environmental path.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Just browse the .emacs file and customize everything to
whatever you want. I would suggest:<o:p></o:p></p>

<p class=MsoNormal>(1)Reading the tutorial which is advertised when emacs shows
up.<o:p></o:p></p>

<p class=MsoNormal>(2)Print out the paredit cheatsheet.<o:p></o:p></p>

<p class=MsoNormal>(3)Figuring out keyboard shortcuts  for scheme mode.<o:p></o:p></p>

<p class=MsoNormal>(4) Figure out shortcuts for REPL (like C-p, C-n)<o:p></o:p></p>

<p class=MsoNormal>(5)Reading about icicles. For example, when you hit M-x
(alt-x) you  could then type something in and hit shift tab and all the
possibilities will show up.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>(6) Figure out how to debug gambit in the repl. <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Trust me , you’ll thank yourself later. <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Oh, and the custom-set-variables and the custom-set-faces on
top? If you already have some in your .emacs file, don’t delete them. <o:p></o:p></p>

<p class=MsoNormal>In fact, you can delete this if you don’t want
cua-mode, which adds windows copy and paste key rebinding to emacs. <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>