<?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>windows &#8211; Diary of an Emacs tragic</title>
	<atom:link href="https://emacstragic.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://emacstragic.net</link>
	<description>Jason Lewis</description>
	<lastBuildDate>Thu, 30 May 2024 01:34:45 +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>windows &#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>How to make a bootable usb stick in Windows 7 of a debian iso</title>
		<link>https://emacstragic.net/debian-2/how-to-make-a-bootable-usb-stick-in-windows-7-of-a-debian-iso/</link>
					<comments>https://emacstragic.net/debian-2/how-to-make-a-bootable-usb-stick-in-windows-7-of-a-debian-iso/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Tue, 11 Jun 2013 02:20:25 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://emacstragic.net/?p=853</guid>

					<description><![CDATA[Every so often I need to make a bootable USB stick in Windows 7 (64 bit) of a debian installer iso. For some reason my googling usually does not reveal a simple solution for this. I asked on #debian on the OFTC network and got various suggestions. The first suggestions were to use win32 compiled [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Every so often I need to make a bootable USB stick in Windows 7 (64 bit) of a debian installer iso. For some reason my googling usually does not reveal a simple solution for this.<br />
I asked on #debian on the OFTC network and got various suggestions. The first suggestions were to use win32 compiled variants of dd or rawwrite. The problem is that there seems to be multiple versions of these tools out there and the ones I tried all seemed to have issues of one sort or another, mostly to do with dd complaining that it would not run on 64 bit Windows. My other issue is that they are command line based. Not that I mind using the command line but it does feel fiddly when all you want to do is get on with writing the image to the USB stick so you can install Debian.<br />
Next I came up with unetbootin. This looks promising and seems to work but it does some very strange rewriting of the boot menus you get on the resulting USB stick. I was confused by the menus when I first saw it and I&#8217;m sure novice users would have no idea what to do.<br />
Finally dvs on #debian suggested <a href="http://sourceforge.net/projects/win32diskimager/">win32diskimager</a>. This is exactly what I wanted. A point and click solution.<br />
<figure id="attachment_854" aria-describedby="caption-attachment-854" style="width: 413px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="size-full wp-image-854" alt="screenshot of win32diskimager" src="https://emacstragic.net/wp-content/uploads/2013/06/win32diskimager.png" width="413" height="202" srcset="https://emacstragic.net/wp-content/uploads/2013/06/win32diskimager.png 413w, https://emacstragic.net/wp-content/uploads/2013/06/win32diskimager-300x147.png 300w" sizes="(max-width: 413px) 100vw, 413px" /><figcaption id="caption-attachment-854" class="wp-caption-text">screenshot of win32diskimager</figcaption></figure><br />
Select the DVD image you want. If the file&#8217;s extension is <code>.iso</code> you&#8217;ll need to change the filter from <code>*.img;*.IMG</code> to <code>*.*</code> in order to see the file. Then select the Device you want to write to. Hit Write and go and have a cup of tea while it writes the ISO to the USB stick.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://emacstragic.net/debian-2/how-to-make-a-bootable-usb-stick-in-windows-7-of-a-debian-iso/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">853</post-id>	</item>
		<item>
		<title>Project Euler No. 1 in Emacs elisp</title>
		<link>https://emacstragic.net/uncategorized/project-euler-no-1-in-emacs-elisp/</link>
					<comments>https://emacstragic.net/uncategorized/project-euler-no-1-in-emacs-elisp/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 09:18:25 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://emacstragic.net/?p=735</guid>

					<description><![CDATA[My first Project Euler solution, and my first emacs elisp program. Multiples of 3 and 5. If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>My first <a href="http://projecteuler.net/">Project Euler</a> solution, and my first emacs elisp program.<br />
<a href="http://projecteuler.net/problem=1">Multiples of 3 and 5</a>.<br />
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.<br />
Find the sum of all the multiples of 3 or 5 below 1000.<br />
My solution:</p>
<pre lang=elisp>
  (defun divisibleby (dividend divisor)
    "check if dividend is divisible by divisor"
    (if (not(integerp dividend))
        (error "dividend must be an integer"))
    (if (not(integerp divisor))
        (error "divisor must be an integer"))
    (zerop (mod dividend divisor))
    )
(let  ((lower 1)
       (upper 1000)
       (sum 0))
  (loop for i from lower to (- upper 1) do (if (or (divisibleby i 3)
                                              (divisibleby i 5))
                                         (setq sum (+ sum i)))
        )
  (message "sum is: %d" sum)
  )
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://emacstragic.net/uncategorized/project-euler-no-1-in-emacs-elisp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">735</post-id>	</item>
		<item>
		<title>Flipping the mouse wheel scroll direction in Windows 7</title>
		<link>https://emacstragic.net/general/flipping-the-mouse-wheel-scroll-direction-in-windows-7/</link>
					<comments>https://emacstragic.net/general/flipping-the-mouse-wheel-scroll-direction-in-windows-7/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Thu, 02 Aug 2012 01:46:52 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[wheel]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://emacstragic.net/?p=279</guid>

					<description><![CDATA[I have been getting very confused between the mouse wheel scroll directions in Windows 7 and Mac OS X Lion. As I consider OS X to be the future, I decided to try and flip the mouse wheel scroll direction in Windows. Turns out there is a registry setting to do this: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\????\????\Device Parameters Set [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I have been getting very confused between the mouse wheel scroll directions in Windows 7 and Mac OS X Lion. As I consider OS X to be the future, I decided to try and flip the mouse wheel scroll direction in Windows.<br />
Turns out there is a registry setting to do this: <code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\????\????\Device Parameters</code><br />
Set the value of FlipFlopWheel to 1<br />
You need to find the USB enumeration values (shown above as ????). You can get those by going to the Mouse Control Panel, click on the hardware tab and click Properties. then in the Details tab of the HID-compliant mouse Properties window, look at the Device Instance Path property. It will be something like: <code>HID\VID_046D&PID_C049&MI_00\7&25DD4DC&0&0000<br />
</code><br />
This is <em>quite</em> well documented on <a href="http://superuser.com/questions/310681/inverting-direction-of-mouse-scroll-wheel">superuser.com</a> and there is even a link to a little .exe that automates the whole process for you. Although I have not tried it so I can&#8217;t vouch for it. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://emacstragic.net/general/flipping-the-mouse-wheel-scroll-direction-in-windows-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">279</post-id>	</item>
		<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>
