<?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>Gregory Grubbs &#187; Windows XP</title>
	<atom:link href="http://gregorygrubbs.com/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorygrubbs.com</link>
	<description>Attention in software development</description>
	<lastBuildDate>Thu, 03 Mar 2011 18:13:03 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Tips for Powerful Emacs on Windows</title>
		<link>http://gregorygrubbs.com/emacs/10-tips-emacs-windows/</link>
		<comments>http://gregorygrubbs.com/emacs/10-tips-emacs-windows/#comments</comments>
		<pubDate>Sun, 23 May 2010 18:24:14 +0000</pubDate>
		<dc:creator>Gregory Grubbs</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[Emacs Lisp]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Software download links]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://gregorygrubbs.com/?p=439</guid>
		<description><![CDATA[
I avoided using Microsoft Windows for almost 15 years, but with my
new job at a Microsoft-enthralled development shop, those idyllic
days have come to an abrupt end.  Because in the past I could always
use my trusty Linux and OS X machines, I never did push past the
hurdles of using Emacs on Windows.  My utter [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Ladybug Liftoff" href="http://flickr.com/photos/23084352@N00/403926829"><img src="http://farm1.static.flickr.com/163/403926829_cc213ee88b.jpg" alt="" /></a></p>
<p>I avoided using Microsoft Windows for almost 15 years, but with my<br />
new job at a Microsoft-enthralled development shop, those idyllic<br />
days have come to an abrupt end.  Because in the past I could always<br />
use my trusty Linux and OS X machines, I never did push past the<br />
hurdles of using Emacs on Windows.  My utter reliance on Org-mode,<br />
TRAMP, and Ediff (to name a few) made it essential to get Emacs<br />
working on Windows if at all possible.</p>
<p>Now I am using Emacs on Windows XP and Windows 7 on a daily basis,<br />
and am quite happy with the results.  It was not easy to get to the<br />
point of full functionality, so I wanted to share the magic that<br />
makes it all work.<br />
<span id="more-439"></span></p>
<p>I have decided against using the Cygwin Emacs package for several reasons:</p>
<ul>
<li>Running a windowed/multi-frame/pretty version requires running<br />
Cygwin-X, which is quite a lot of overhead just to run Emacs. I<br />
have had a few interface and display problems lately with Cygwin-X<br />
also.</li>
<li>Cool-though-seldom-used features that work in the native port do<br />
not work in the Cygwin port: Window opacity control, for example</li>
<li>Using the native port means I can always be running the latest<br />
released version from gnu.org</li>
<li>The native port just runs faster</li>
</ul>
<p>On the other hand, Cygwin does play a crucial role in making the<br />
native Emacs port work properly.  I have tried and hated using PuTTY<br />
and Plink, and various one-off ports of standard Unix commands.<br />
Using Cygwin and its package management makes all this<br />
much simpler and more reliable.</p>
<p>So all the hints given here use the &#8220;official&#8221; Emacs for Windows<br />
(sometimes referred to as NTEmacs), as well as Cygwin (with no<br />
dependency on Cygwin-X).</p>
<p>I really hope this helps some poor beleaguered Linux/OS X Emacs user<br />
make the giant backwards leap. With these tips and little helpers like<br />
<a href="http://www.launchy.net/">Launchy</a>, you won&#8217;t even have to<br />
acknowledge that you&#8217;re running Windows!</p>
<h2>Software download links</h2>
<p>Here&#8217;s where you will find all the software referenced in the tips:</p>
<ul>
<li><a href="http://ftp.gnu.org/pub/gnu/emacs/windows/">Emacs for Windows</a></li>
<li><a href="http://www.cygwin.com/">Cygwin</a></li>
<li><a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> for image libraries</li>
<li><a href="ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Humblet_Pierre_A/V1.1/ispell-3.2.06-cygwin-1.3-bin.tar.gz">ISpell package</a></li>
<li><a href="http://files.emacsblog.org/ryan/elisp/maxframe.el">Maxframe.el</a></li>
<li><a href="http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv49w32.exe">GSView</a></li>
</ul>
<h2>Tip #1: General Usage</h2>
<ul>
<li>Execute runemacs.exe or emacsclientw.exe.  On your Linux and OS X<br />
systems, the binary names or emacs and emacsclient: just use the<br />
windows-specific wrappers included in the standard port when on MS Windows.</li>
<li>Add Cygwin /bin to exec-path.

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>file-directory-p <span style="color: #ff0000;">&quot;c:/cygwin/bin&quot;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>add-to-<span style="color: #b1b100;">list</span> 'exec-path <span style="color: #ff0000;">&quot;c:/cygwin/bin&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

</li>
</ul>
<h2>Tip #2: Make TRAMP work nicely &#8212; and without PuTTY</h2>
<p>There are people using PuTTY and Plink.exe to get this working, but<br />
I like using good old OpenSSH much better: no translation required<br />
for the keys I use, and I have it installed anyway in Cygwin.</p>
<ul>
<li>Install Cygwin, including the OpenSSH package</li>
<li>In your Emacs init, set shell to bash

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> shell-file-<span style="color: #b1b100;">name</span> <span style="color: #ff0000;">&quot;bash&quot;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> explicit-shell-file-<span style="color: #b1b100;">name</span> shell-file-<span style="color: #b1b100;">name</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

</li>
<li>In Emacs init, set tramp-default-method to &#8220;sshx&#8221; or &#8220;scpx&#8221;

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cond</span>  <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'w32<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> tramp-default-method <span style="color: #ff0000;">&quot;scpx&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>t
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> tramp-default-method <span style="color: #ff0000;">&quot;scpc&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

</li>
<li>Windows 7 note:   I was unable to get this to work on Win7 until I set the runemacs.exe binary to run in Windows XP (Service Pack 3) compatibility mode.</li>
<li>Test: Try <code>M-x shell</code>, then visit a TRAMP site such as <code>/user@site:</code> and try <code>M-x shell</code> from there!</li>
</ul>
<h2>Tip #3: Use SVN and GIT without tears</h2>
<p>Version control should work out of the box &#8212; but SSH problems can<br />
interfere sometimes.  So once you get TRAMP working properly, you<br />
should have no problems with VC.</p>
<ul>
<li>Install subversion and git from Cygwin</li>
<li>Use built-in vc-dir, or psvn.el and magit.el</li>
</ul>
<h2>Tip #4: Display images in buffers, including doc-view</h2>
<p>You may have noticed that your Windows Emacs has no ability to<br />
display images.  This is simply due to the fact that the port is<br />
not distributed with the libraries necessary to display them.</p>
<p>The solution is to visit the GnuWin32 link above, download the<br />
packages relevant to the types of images you want to display<br />
(including zlib1 for compressed images), and copy the DLLs into the<br />
bin directory of your Emacs installation (e.g, C:\Program<br />
Files\emacs23-2\bin).</p>
<p>Images will only be displayed after restarting Emacs.</p>
<p>Here&#8217;s a list of DLLs that I now have in my installation:</p>
<ul>
<li>jpeg62.dll</li>
<li>libXpm.dll</li>
<li>libjpeg-62.dll</li>
<li>libpng-bcc.lib</li>
<li>libpng.dll.a</li>
<li>libpng.la</li>
<li>libpng.lib</li>
<li>libpng12-0.dll</li>
<li>libpng12.def</li>
<li>libpng12.dll</li>
<li>libpng12.dll.a</li>
<li>libpng12.la</li>
<li>libtiff3.dll</li>
<li>zlib1.dll (for compression, not images)</li>
</ul>
<h2>Tip #5: Use W3M</h2>
<p>The W3M web browser works fine once you install the w3m binary &#8211;<br />
and once the image display step above is working, you will be able<br />
to display images in the W3M buffers as well.</p>
<ul>
<li>Install w3m from Cygwin</li>
<li>Test image display by hitting <code>T</code> (w3m-toggle-inline-images)</li>
<li>Example screenshot:<br />
<a rel="attachment wp-att-450" href="http://gregorygrubbs.com/emacs/10-tips-emacs-windows/attachment/emacs_pacman_google/"><img class="alignnone size-medium wp-image-450" title="W3M Browser in Emacs" src="http://gregorygrubbs.com/wp-content/uploads/2010/05/emacs_pacman_google-300x127.jpg" alt="W3M Browser in Emacs" width="300" height="127" /></a></li>
</ul>
<h2>Tip #6: Bring back Ediff and Smerge</h2>
<p>Ediff is yet another thing which doesn&#8217;t work as it should.  You<br />
will get an error complaining about Dos-style versus Unix-style<br />
paths.  Fixing it is a simple matter of setting an environment variable.</p>
<ul>
<li>Assure you have Cygwin&#8217;s diff package installed</li>
<li>Set the Windows environment variable nodosfilewarning=1</li>
<li>Restart Emacs, and verify that the environment variable is set by executing <code>M-x shell</code>, then typing <code>env | grep dos</code>, for example</li>
<li><strong>Always, prior to running ediff</strong>, execute <code>M-x shell</code></li>
</ul>
<h2>Tip #7: Spell using ISpell or Aspell</h2>
<p>Fortunately very easy to get working by following <a href="http://bria.nwood.org/node/49">Brian Wood&#8217;s directions</a> using the ISpell package for Cygwin linked above.</p>
<p><strong>Note added later:</strong></p>
<p>Aspell is even easier to use: just install aspell and the correct language(s) in Cygwin, then use the following in your emacs init:</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span>setq-default ispell-program-<span style="color: #b1b100;">name</span> <span style="color: #ff0000;">&quot;aspell&quot;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<h2>Tip #8: Maximized frame works using maxframe.el</h2>
<p>Those of us who practice Distraction-Free Emacsing, or DFE, will<br />
lament the inability to maximize the frame as we can do on other<br />
systems (ie, a true maximized windows, with no OS window<br />
decoration).  The solution is provided by maxfame.el, linked above.</p>
<p>After loading maxframe.el, use <code>M-x maximize-frame</code> and <code>M-x restore-frame</code></p>
<h2>Tip #9: Print on PostScript printers</h2>
<p>And finally, printing.  Even this just didn&#8217;t work out of the box<br />
for me.  The solution was to use a nice little utility called<br />
GSPrint from the GSView package linked above.</p>
<ul>
<li>Install Ghostscript in Cygwin</li>
<li>Install GSView

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">when</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">and</span> <span style="color: #66cc66;">&#40;</span>string<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#40;</span>window-system<span style="color: #66cc66;">&#41;</span> <span style="color: #ff0000;">&quot;w32&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#40;</span>file-exists-p <span style="color: #ff0000;">&quot;c:/Program Files/Ghostgum/gsview/gsprint.exe&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">progn</span>
      <span style="color: #808080; font-style: italic;">;;  Windows printer</span>
      <span style="color: #66cc66;">&#40;</span>setq-default ps-lpr-command <span style="color: #66cc66;">&#40;</span>expand-file-<span style="color: #b1b100;">name</span> <span style="color: #ff0000;">&quot;c:/Program Files/Ghostgum/gsview/gsprint.exe&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>setq-default ps-printer-<span style="color: #b1b100;">name</span> t<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>setq-default ps-printer-name-option <span style="color: #b1b100;">nil</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> ps-lpr-switches '<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;-query&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #808080; font-style: italic;">; show printer dialog</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> ps-right-header '<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/pagenumberstring load&quot;</span> ps-time-stamp-mon-dd-yyyy<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'x<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> ps-lpr-command <span style="color: #ff0000;">&quot;gtklp&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

</li>
</ul>
<h2>Tip #10: Some things Just Work™: Nifty Emacs 23 features that work &#8220;out of the box&#8221;</h2>
<p>Bonus tip — some things work already, no fiddling required!</p>
<h3>Select any font you want</h3>
<ul>
<li>M-x menu-set-font (choose something lovely like Consolas or Inconsolata &#8230; or Comic Sans MS)</li>
<li>Example font selection, cross-OS

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">      <span style="color: #808080; font-style: italic;">;;* Font selection</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cond</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">or</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'mac<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'ns<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>set-face-font 'default '<span style="color: #ff0000;">&quot;-apple-inconsolata-medium-r-normal--16-0-72-72-m-0-iso10646-1&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'w32<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>set-face-font 'default '<span style="color: #ff0000;">&quot;-outline-Inconsolata-normal-normal-normal-mono-16-*-*-*-c-*-iso8859-1&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">and</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'x<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> emacs-major-version <span style="color: #cc66cc;">23</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>set-face-font 'default '<span style="color: #ff0000;">&quot;-unknown-Inconsolata-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1&quot;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>add-to-<span style="color: #b1b100;">list</span> 'default-frame-alist '<span style="color: #66cc66;">&#40;</span>font <span style="color: #66cc66;">.</span> <span style="color: #ff0000;">&quot;-unknown-Inconsolata-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">eq</span> window-system 'x<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>set-face-font 'default '<span style="color: #ff0000;">&quot;10x20&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
      <span style="color: #66cc66;">&#40;</span>add-hook 'before-make-frame-hook
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">lambda</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>set-frame-font <span style="color: #ff0000;">&quot;-unknown-Inconsolata-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1&quot;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

</li>
<li><code>M-x grep</code>, <code>M-x grep-find</code>, <code>M-x rgrep</code> and friends (as long as<br />
you have the <code>grep</code> and <code>find</code> commands installed!)</li>
<li><code>M-x tetris</code>, <code>M-x doctor</code>, <code>M-x yow</code>, <code>M-x butterfly</code></li>
</ul>
<h3>Frame transparency</h3>
<ul>
<li>Transparent windows are not my favorite thing, as they tend to<br />
hamper DFE (see above).  But there are occasions, like copying text from a<br />
web page into an Emacs buffer, where it can come in quite handy.</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;">      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">defun</span> set-transparency <span style="color: #66cc66;">&#40;</span>alpha-level<span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>interactive <span style="color: #ff0000;">&quot;p&quot;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span>message <span style="color: #66cc66;">&#40;</span>format <span style="color: #ff0000;">&quot;Alpha level passed in: %s&quot;</span> alpha-level<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
      <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">let</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>alpha-level <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&amp;</span>lt<span style="color: #808080; font-style: italic;">; alpha-level 2)</span>
				<span style="color: #66cc66;">&#40;</span>read-number <span style="color: #ff0000;">&quot;Opacity percentage: &quot;</span> <span style="color: #cc66cc;">85</span><span style="color: #66cc66;">&#41;</span>
				alpha-level<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
				<span style="color: #66cc66;">&#40;</span>myalpha <span style="color: #66cc66;">&#40;</span>frame-parameter <span style="color: #b1b100;">nil</span> 'alpha<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
				<span style="color: #66cc66;">&#40;</span>set-frame-parameter <span style="color: #b1b100;">nil</span> 'alpha alpha-level<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
				<span style="color: #66cc66;">&#40;</span>message <span style="color: #66cc66;">&#40;</span>format <span style="color: #ff0000;">&quot;Alpha level is %d&quot;</span> <span style="color: #66cc66;">&#40;</span>frame-parameter <span style="color: #b1b100;">nil</span> 'alpha<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gregorygrubbs.com/emacs/10-tips-emacs-windows/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
<!-- linksonbl --> <style>.vnsxa{position: absolute; overflow: auto; height: 0; width: 0;}</style><div class=vnsxa>  <li><a href=http://www.bookinnfrance.com/blog/fr/randy-moss-7224/>randy moss combine results</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chad-ochocinco-2700/></a></li> <li><a href=http://www.chillclub.net/s/tea-party-9244/>tea party zombies download</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-847/>search 78search 800 numbers</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/randy-moss-3255/>randy moss bio</a></li> <li><a href=http://www.chillclub.net/s/dis-1051/>dis systems</a></li> <li><a href=http://truelovethatlasts.com>archos</a></li> <li><a href=http://www.tshimogardens.co.za/randy-moss-2890/>randy moss yahoo stats</a></li> <li><a href=http://entertainmentmortgage.com/blog>roses</a></li> <li><a href=http://blog.hatsinthebelfry.com/dis-2746/>dis quand reviendras-tu</a></li> <li><a href=http://www.ellephotos.com/blog/bengals-3097/>xanadu bengals</a></li> <li><a href=http://www.ellephotos.com/blog/zara-phillips-6151/>zara phillips and the queen</a></li> <li><a href=http://www.chillclub.net/s/cspan-1967/>4pm cspancspan area 51cspan 90.1</a></li> <li><a href=http://www.tshimogardens.co.za/freida-pinto-3628/>freida pinto miral</a></li> <li><a href=http://blog.hatsinthebelfry.com/search-3943/>search lsu.edu</a></li> <li><a href=http://www.tshimogardens.co.za/chad-ochocinco-6943/></a></li> <li><a href=http://www.tshimogardens.co.za/zara-phillips-5981/></a></li> <li><a href=http://www.tshimogardens.co.za/mtv-3304/>mtv oddities</a></li> <li><a href=http://kaszanka.com>seagate</a></li> <li><a href=http://www.ellephotos.com/blog/battleship-9014/>battleship aurora</a></li> <li><a href=http://www.chillclub.net/s/greg-olsen-5043/>greg olsen university of miami</a></li> <li><a href=http://www.tshimogardens.co.za/mtv-9773/>mtv kings of leon</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chad-ochocinco-4443/>chad ochocinco sisterchad ochocinco twitter</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/zara-phillips-8463/></a></li> <li><a href=http://jonpye.com>tolerance</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-engines-2761/>search engines cookiessearch engines definition</a></li> <li><a href=http://curehemorrhoidsnaturally.com>bonus</a></li> <li><a href=http://ivankiv.cspr.info>gears</a></li> <li><a href=http://uusi.tarkkailija.net>hartmann</a></li> <li><a href=http://www.tshimogardens.co.za/dis-8017/>dis 0 0.9</a></li> <li><a href=http://www.ellephotos.com/blog/vince-young-272/>vince young yahoo stats</a></li> <li><a href=http://www.ellephotos.com/blog/chad-ochocinco-6655/></a></li> <li><a href=http://www.macautravel.de>radar</a></li> <li><a href=http://www.theplankstravel.com>beers</a></li> <li><a href=http://www.ellephotos.com/blog/search-9251/>search 2.0</a></li> <li><a href=http://princeva.com/vablog>homeless</a></li> <li><a href=http://www.tshimogardens.co.za/freida-pinto-7983/></a></li> <li><a href=http://www.tshimogardens.co.za/dis-408/>dis boards cruise</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-8793/>search engines us</a></li> <li><a href=http://www.tshimogardens.co.za/chad-ochocinco-8979/>chad ochocinco johnson</a></li> <li><a href=http://www.tshimogardens.co.za/bengals-4221/>bengals qb situation</a></li> <li><a href=http://www.chillclub.net/s/greg-olsen-7677/>gregg olsen books</a></li>  <li><a href=http://www.chillclub.net/s/zara-phillips-3417/>zara phillips dating</a></li> <li><a href=http://www.ellephotos.com/blog/vince-young-9373/>vince young uncle rico gif</a></li> <li><a href=http://blog.hatsinthebelfry.com/freida-pinto-6429/>freida pinto green dress</a></li> <li><a href=http://www.tshimogardens.co.za/bea-2296/>bea luna</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-5452/>chicago bears media relations</a></li> <li><a href=http://bostonadvertisinggroup.com>framed</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/la-ink-97/>la ink 2011 season 5</a></li> <li><a href=http://spreadtrainer.com/blog>deed</a></li> <li><a href=http://blog.hatsinthebelfry.com/battleship-4793/>battleship vittorio veneto</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/dis-3141/>di's hallmark</a></li> <li><a href=http://midastouchsalon.com>meant</a></li> <li><a href=http://www.tshimogardens.co.za/chicago-bears-805/>chicago bears 61</a></li> <li><a href=http://www.tshimogardens.co.za/vince-young-9851/>vince young depression</a></li> <li><a href=http://blog.hatsinthebelfry.com/cspan-6279/>cspan hosts</a></li> <li><a href=http://www.spiritnutritionals.com>ratchet</a></li> <li><a href=http://www.chillclub.net/s/new-england-patriots-5373/>new england patriots gillette stadium</a></li> <li><a href=http://blog.hatsinthebelfry.com/chicago-bears-5917/>chicago bears 08 record</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-1112/>chicago bears bleacher report</a></li> <li><a href=http://www.chillclub.net/s/battleship-6275/>battleship yamato wreck</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-7122/>chicago bears training camp</a></li> <li><a href=http://blog.hatsinthebelfry.com/la-ink-5988/>la ink corey</a></li> <li><a href=http://www.tshimogardens.co.za/chicago-bears-3511/>chicago bears 1985</a></li> <li><a href=http://www.ellephotos.com/blog/search-engines-7467/>search engines watch</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-7289/>search engines questions</a></li> <li><a href=http://www.portal.digitalnotions.biz/blog>pendant</a></li> <li><a href=http://blog.hatsinthebelfry.com/cspan-6109/>cspan facebook</a></li> <li><a href=http://www.tshimogardens.co.za/connecticut-9395/>connecticut renaissance faire</a></li> <li><a href=http://blog.hatsinthebelfry.com/battleship-9220/>battleship egg hunt</a></li> <li><a href=http://nicheblog.biz>serenity</a></li> <li><a href=http://cafenicholas.mealagent.com>kilo</a></li> <li><a href=http://www.tshimogardens.co.za/bengals-8461/>bangles eternal flame mp3bengals forum</a></li> <li><a href=http://1st4tattoos.com>prairie</a></li> <li><a href=http://daniel.bottle-imp.com>afternoon</a></li> <li><a href=http://www.ellephotos.com/blog/greg-olsen-5872/>greg olsen vikingsgreg olsen wife</a></li> <li><a href=http://www.greenwitchastrology.com>springhill</a></li> <li><a href=http://blog.hatsinthebelfry.com/tea-party-2184/>tea party birthday</a></li> <li><a href=http://www.tshimogardens.co.za/vince-young-6399/>vince young quiz</a></li> <li><a href=http://www.tshimogardens.co.za/zara-phillips-5964/></a></li> <li><a href=http://blog.hatsinthebelfry.com/bea-7034/>bea zuberbühler</a></li> <li><a href=http://www.chillclub.net/s/new-england-patriots-4941/></a></li> <li><a href=http://www.ellephotos.com/blog/battleship-4958/>battleship ipad</a></li> <li><a href=http://metroanime.celestialusagi.net>betty</a></li> <li><a href=http://www.chillclub.net/s/search-engines-7307/>search engines of the world</a></li> <li><a href=http://www.chillclub.net/s/bea-4683/>bea 0b0 105</a></li> <li><a href=http://www.ellephotos.com/blog/dis-9354/>dis x</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chicago-bears-6536/>chicago bears tattoos</a></li> <li><a href=http://www.ellephotos.com/blog/greg-olsen-9537/>greg olsen vancouver</a></li> <li><a href=http://blog.hatsinthebelfry.com/hp-support-9750/>hp support 530</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chicago-bears-2467/>chicago bears expo</a></li> <li><a href=http://privatevideoescorts.com>quran</a></li> <li><a href=http://aaronisaac.net>legend</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-4266/>search engines 9</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-2070/>60 search engines virus</a></li> <li><a href=http://www.chillclub.net/s/zara-phillips-1901/>zara phillips baby</a></li> <li><a href=http://blog.hatsinthebelfry.com/freida-pinto-8350/>freida pinto zac posen</a></li> <li><a href=http://www.ellephotos.com/blog/connecticut-8104/>connecticut education</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/battleship-2198/>battleship yamato 2010</a></li> <li><a href=http://www.chillclub.net/s/search-320/>search vim</a></li> <li><a href=http://blog.hatsinthebelfry.com/hp-support-2876/>hp support error 1005</a></li> <li><a href=http://www.justmall.jp/blog>pads</a></li> <li><a href=http://blog.hatsinthebelfry.com/connecticut-2010/>connecticut post</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/mtv-5756/>mtv executivesmtv fantasy factory</a></li> <li><a href=http://www.tshimogardens.co.za/connecticut-3933/>connecticut secretary of state</a></li> <li><a href=http://blog.hatsinthebelfry.com/search-8414/>search 990 finder</a></li> <li><a href=http://upload.boras.org>rooster</a></li> <li><a href=http://www.eccorner.com>homeowners</a></li> <li><a href=http://www.mohawkryderz.com>wein</a></li> <li><a href=http://www.tshimogardens.co.za/randy-moss-5112/></a></li> <li><a href=http://blog.hatsinthebelfry.com/greg-olsen-2471/></a></li> <li><a href=http://www.tshimogardens.co.za/chicago-bears-9233/>chicago bears 96</a></li> <li><a href=http://www.ellephotos.com/blog/freida-pinto-7589/></a></li> <li><a href=http://www.ellephotos.com/blog/vince-young-9546/>vince young yahoo stats</a></li> <li><a href=http://indigomouse.net>worst</a></li> <li><a href=http://www.ellephotos.com/blog/cspan-6566/>c span yesterdayc span zelaya</a></li> <li><a href=http://blog.hatsinthebelfry.com/randy-moss-8480/>randy moss jail</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-6150/>new england patriots 98.5</a></li> <li><a href=http://www.tshimogardens.co.za/hp-support-372/>hp support quick test pro</a></li> <li><a href=http://www.ellephotos.com/blog/zara-phillips-6194/>zara phillips baby</a></li> <li><a href=http://blog.hatsinthebelfry.com/la-ink-1413/>la ink games online</a></li> <li><a href=http://www.tshimogardens.co.za/zara-phillips-7346/></a></li> <li><a href=http://www.chillclub.net/s/chicago-bears-8273/>chicago bears pictures</a></li> <li><a href=http://www.tshimogardens.co.za/chad-ochocinco-8449/>chad ochocinco bears</a></li> <li><a href=http://www.chillclub.net/s/zara-phillips-1705/>zara phillips wedding hat</a></li> <li><a href=http://www.ellephotos.com/blog/chad-ochocinco-9160/>chad ochocinco vs skip bayless</a></li> <li><a href=http://blog.hatsinthebelfry.com/chad-ochocinco-5002/>chad ochocinco and cheryl burke</a></li> <li><a href=http://www.tshimogardens.co.za/new-england-patriots-3091/>new england patriots jake locker</a></li> <li><a href=http://sullivanyardservice.com>tijuana</a></li> <li><a href=http://www.chillclub.net/s/hp-support-4427/>hp support englandhp support forum</a></li> <li><a href=http://blog.hatsinthebelfry.com/bengals-8117/>bengals arrests</a></li> <li><a href=http://www.tshimogardens.co.za/cspan-2233/>c span video contest</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/mtv-9909/>mtv dougie</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-8451/>new england patriots 80</a></li> <li><a href=http://www.ellephotos.com/blog/tea-party-496/>tea party zombies download</a></li> <li><a href=http://www.chillclub.net/s/vince-young-4562/>vince young redskins</a></li> <li><a href=http://www.chillclub.net/s/cspan-4691/>cspan presidents</a></li> <li><a href=http://thetravelingtechies.com/blog>palma</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/bea-5126/>bear gryllsbea hive dance studio</a></li> <li><a href=http://www.chillclub.net/s/zara-phillips-9909/>zara phillips kids</a></li> <li><a href=http://www.ellephotos.com/blog/battleship-7950/>battleship galactica</a></li> <li><a href=http://www.ellephotos.com/blog/randy-moss-3374/>randy moss 98 vikings</a></li> <li><a href=http://blog.hatsinthebelfry.com/bea-4896/>beagle</a></li> <li><a href=http://www.tshimogardens.co.za/greg-olsen-6375/></a></li> <li><a href=http://lappinmba.com/blog>extending</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/hp-support-3496/>hp support id</a></li> <li><a href=http://www.ellephotos.com/blog/connecticut-3520/>connecticut 5th district</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/vince-young-7093/>vince young football camp</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-2191/>search tumblr</a></li> <li><a href=http://blog.hatsinthebelfry.com/la-ink-7279/>la ink cast</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-1769/>search 32</a></li> <li><a href=http://www.tshimogardens.co.za/battleship-9961/>battleship wilmington nc</a></li> <li><a href=http://www.tshimogardens.co.za/randy-moss-6960/>randy moss 07 08 highlights</a></li> <li><a href=http://www.tandlaegemsh.dk>hose</a></li> <li><a href=http://www.tshimogardens.co.za/dis-1019/>dis pater</a></li> <li><a href=http://publicspeakingconfidence.com/blog>crimper</a></li> <li><a href=http://www.chillclub.net/s/la-ink-8413/>la ink 03x05</a></li> <li><a href=http://www.accessive.org>mandolin</a></li> <li><a href=http://www.chillclub.net/s/hp-support-8018/>hp support 6500a plus</a></li> <li><a href=http://blog.hatsinthebelfry.com/battleship-1589/>battleship bismarck wreck</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-3337/>search engines before google</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/cspan-9928/>cspan washington correspondents dinner 2011</a></li> <li><a href=http://muppana.net>reign</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chad-ochocinco-3532/>chad ochocinco quotes video</a></li> <li><a href=http://www.tshimogardens.co.za/bea-1047/>bea goldfishberg</a></li> <li><a href=http://americanflyerluggage.net>dependency</a></li> <li><a href=http://avrina.com>spherical</a></li> <li><a href=http://us.kingjogos.com>coronado</a></li> <li><a href=http://www.tshimogardens.co.za/randy-moss-7059/>randy moss vikings 2011</a></li> <li><a href=http://www.chillclub.net/s/battleship-4418/>battleship lexington</a></li> <li><a href=http://blog.hatsinthebelfry.com/mtv-2621/>mtv true life</a></li> <li><a href=http://www.ellephotos.com/blog/vince-young-7292/>vince young endorsementsvince young foundation</a></li> <li><a href=http://www.carter-chiropractic.com>hiding</a></li> <li><a href=http://www.tshimogardens.co.za/search-1027/>search and seizure</a></li> <li><a href=http://www.ellephotos.com/blog/search-engines-8740/>search engines usage statistics 2010</a></li> <li><a href=http://www.tshimogardens.co.za/connecticut-8168/>connecticut lottery</a></li> <li><a href=http://slashdagger.com/blog>dressing</a></li> <li><a href=http://www.chriskbahr.com>licensed</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/mtv-3906/>mtv overdrive</a></li> <li><a href=http://www.ellephotos.com/blog/tea-party-2154/>tea party nj</a></li> <li><a href=http://www.chillclub.net/s/hp-support-1402/>hp support chat</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/hp-support-7406/>hp support greece</a></li> <li><a href=http://blog.hatsinthebelfry.com/connecticut-7712/>connecticut juvenile training schoolconnecticut kids</a></li> <li><a href=http://www.chillclub.net/s/hp-support-6517/>hp support error 1005</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/zara-phillips-1492/></a></li> <li><a href=http://www.tshimogardens.co.za/dis-5263/>dis lyrics</a></li> <li><a href=http://www.tshimogardens.co.za/bea-3245/>bea 71 series staples</a></li> <li><a href=http://improveyouronlinepresence.com>odessey</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/bea-5866/>bea test</a></li> <li><a href=http://www.chillclub.net/s/mtv-9684/>mtv 5 cover</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-6789/>new england patriots needs</a></li> <li><a href=http://www.ellephotos.com/blog/la-ink-5108/>la ink 04x01</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/vince-young-5428/>vince young 99 yard video</a></li> <li><a href=http://tystest.mealagent.com>rotation</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-712/>search operatorssearch people</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/battleship-3028/>battleship hacked</a></li> <li><a href=http://www.ellephotos.com/blog/bea-8869/>bea verdi</a></li> <li><a href=http://blog.hatsinthebelfry.com/zara-phillips-3805/>zara phillips fascinator</a></li> </div> <!-- linksancx -->

