<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Experiments in Emacs</title>
	<atom:link href="http://alexicalmistake.com/2008/07/experiments-in-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexicalmistake.com/2008/07/experiments-in-emacs/</link>
	<description>Languages; Past, Present and Future</description>
	<pubDate>Sat, 04 Jul 2009 19:42:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lorenz Pretterhofer</title>
		<link>http://alexicalmistake.com/2008/07/experiments-in-emacs/comment-page-1/#comment-44</link>
		<dc:creator>Lorenz Pretterhofer</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://krysole.net/2008/07/26/experiments-in-emacs/#comment-44</guid>
		<description>Hi Bob, 

Yeah, I found some of that a little while back which definitely help a lot (before I switched to Linux as my primary OS...unrelated reasons), and the aspell thing is actually designed as a replacement for ispell on all platforms (Linux's will quite often just symlink them).

The HOME trick is useful for working with the shell buffer as well, which doesn't like spaces in the path (although cygwin itself doesn't seem to care!?).

Either way, thanks for the input, hopefully it will help anyone reading this in the future.

-- Lorenz</description>
		<content:encoded><![CDATA[<p>Hi Bob, </p>
<p>Yeah, I found some of that a little while back which definitely help a lot (before I switched to Linux as my primary OS&#8230;unrelated reasons), and the aspell thing is actually designed as a replacement for ispell on all platforms (Linux&#8217;s will quite often just symlink them).</p>
<p>The HOME trick is useful for working with the shell buffer as well, which doesn&#8217;t like spaces in the path (although cygwin itself doesn&#8217;t seem to care!?).</p>
<p>Either way, thanks for the input, hopefully it will help anyone reading this in the future.</p>
<p>&#8211; Lorenz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob McCormick</title>
		<link>http://alexicalmistake.com/2008/07/experiments-in-emacs/comment-page-1/#comment-38</link>
		<dc:creator>Bob McCormick</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://krysole.net/2008/07/26/experiments-in-emacs/#comment-38</guid>
		<description>I'm not an emacs expert, but I may be able to help you with a couple of your emacs problems.  

* Spell checking:  I don't think Cygwin has ispell, but it does have aspell which is supposedly a dropin replacement.   Run Cygwin setup and make sure you've got aspell installed, then put this in your .emacs file:

  ;; substitute aspell for ispell
  (setq-default ispell-program-name "c:/cygwin/bin/aspell.exe")

* Put Cygwin apps into the Emacs search path:  Put the following in your .emacs:

  (when (file-exists-p "c:/cygwin/bin")
  ;; Add cygwin directories to the emacs search path
  (setq exec-path (cons "C:/cygwin/bin" exec-path))
  (setq exec-path (cons "c:/cygwin/usr/local/bin" exec-path))
  (setenv "PATH" (concat "c:\\cygwin\\bin;" (getenv "PATH")))
  (setenv "PATH" (concat "c:\\cygwin\\usr\\local\\bin;" (getenv "PATH")))

Also, I'm sure by now you've figured out that you can set the HOME environment variable in Windows to change where Emacs looks for your .emacs file right?  I've got mine set to look in c:\cygwin\home\bob. (obviously you'll need to customize based on your cygwin username! )

There are some more Cygwin/Emacs customization advice on the Emacs Wiki: http://www.emacswiki.org/emacs/CygWin</description>
		<content:encoded><![CDATA[<p>I&#8217;m not an emacs expert, but I may be able to help you with a couple of your emacs problems.  </p>
<p>* Spell checking:  I don&#8217;t think Cygwin has ispell, but it does have aspell which is supposedly a dropin replacement.   Run Cygwin setup and make sure you&#8217;ve got aspell installed, then put this in your .emacs file:</p>
<p>  ;; substitute aspell for ispell<br />
  (setq-default ispell-program-name &#8220;c:/cygwin/bin/aspell.exe&#8221;)</p>
<p>* Put Cygwin apps into the Emacs search path:  Put the following in your .emacs:</p>
<p>  (when (file-exists-p &#8220;c:/cygwin/bin&#8221;)<br />
  ;; Add cygwin directories to the emacs search path<br />
  (setq exec-path (cons &#8220;C:/cygwin/bin&#8221; exec-path))<br />
  (setq exec-path (cons &#8220;c:/cygwin/usr/local/bin&#8221; exec-path))<br />
  (setenv &#8220;PATH&#8221; (concat &#8220;c:\\cygwin\\bin;&#8221; (getenv &#8220;PATH&#8221;)))<br />
  (setenv &#8220;PATH&#8221; (concat &#8220;c:\\cygwin\\usr\\local\\bin;&#8221; (getenv &#8220;PATH&#8221;)))</p>
<p>Also, I&#8217;m sure by now you&#8217;ve figured out that you can set the HOME environment variable in Windows to change where Emacs looks for your .emacs file right?  I&#8217;ve got mine set to look in c:\cygwin\home\bob. (obviously you&#8217;ll need to customize based on your cygwin username! )</p>
<p>There are some more Cygwin/Emacs customization advice on the Emacs Wiki: <a href="http://www.emacswiki.org/emacs/CygWin" rel="nofollow">http://www.emacswiki.org/emacs/CygWin</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
