<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>win32 &#8211; Diary of an Emacs tragic</title>
	<atom:link href="https://emacstragic.net/tag/win32/feed/" rel="self" type="application/rss+xml" />
	<link>https://emacstragic.net</link>
	<description>Jason Lewis</description>
	<lastBuildDate>Fri, 20 Jul 2012 01:11:23 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://emacstragic.net/wp-content/uploads/2018/12/cropped-jason-lewis-profile-picture-square-150x150.jpg</url>
	<title>win32 &#8211; Diary of an Emacs tragic</title>
	<link>https://emacstragic.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">38469313</site>	<item>
		<title>gnus, imap and gnutls in win32</title>
		<link>https://emacstragic.net/uncategorized/gnus-in-win32/</link>
					<comments>https://emacstragic.net/uncategorized/gnus-in-win32/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 20 Jul 2012 01:11:23 +0000</pubDate>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[gnus]]></category>
		<category><![CDATA[gnutls]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[win32]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://emacstragic.net/?p=226</guid>

					<description><![CDATA[I&#8217;ve been trying to get gnus working in emacs in win32 for the past few days. There were a number of obstacles to overcome: Install gnutls The gnus README.w32 says gnutls should be installed and in the path. I found that it must be in the windows system path to make it work. Setting the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been trying to get gnus working in emacs in win32 for the past few days. There were a number of obstacles to overcome:</p>
<ol>
<li>Install <a href="http://sourceforge.net/projects/ezwinports/files/">gnutls</a>
</li>
<li>The gnus README.w32 says gnutls should be installed and in the path. I found that it must be in the windows system path to make it work. Setting the path within emacs was not good enough. So add <code>C:\Program Files (x86)\gnutls\bin;C:\Program Files (x86)\gnutls\lib</code> to your system path by going to <code>Start/Edit System Environment Variables</code> then click <code>Environment Variables</code> and edit Path in System Variables</li>
<li>you need to edit the emacs variable <code>gnutls-trustfiles</code> to point to windows paths to .crt files. by default it had paths to unix locations. The only way I could find to get these files was to install cygwin and then make <code>gnutls-trustfiles</code> equal to <code>("C:/cygwin/usr/ssl/certs/ca-bundle.trust.crt" "C:/cygwin/usr/ssl/certs/ca-bundle.crt")</code></li>
</ol>
<p>Unfortunately these last two steps were not obvious to me and it took me quite some time to work through them.<br />
Tip: if you need to debug gnutls, try setting <code>(setq gnutls-log-level 50)</code>.<br />
Now all I need to do is learn gnus!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://emacstragic.net/uncategorized/gnus-in-win32/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">226</post-id>	</item>
	</channel>
</rss>
