<?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 for weblog.fred</title>
	<atom:link href="http://weblog.fredalger.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.fredalger.net</link>
	<description>missives from a man without letters</description>
	<lastBuildDate>Thu, 23 Jun 2011 23:10:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Copy and Copy JSON: essential Listener hacks. by Losgann</title>
		<link>http://weblog.fredalger.net/2011/05/copy-and-copy-json-essential-listener-hacks.html/comment-page-1#comment-311</link>
		<dc:creator>Losgann</dc:creator>
		<pubDate>Thu, 23 Jun 2011 23:10:07 +0000</pubDate>
		<guid isPermaLink="false">https://weblog.fredalger.net/?p=257#comment-311</guid>
		<description>Trying your test results in this error message:

&lt;code&gt;Generic word handle&gt;&gt; does not define a method for the POSTPONE: f class.
Dispatching on object: f&lt;/code&gt;

I agree that it looks like &lt;code&gt;set-clipboard-contents&lt;/code&gt; isn&#039;t implemented in ui.backend.X11. In fact I searched for &lt;code&gt;set-clipboard-contents&lt;/code&gt; in ui.backend and got hits for only windows.factor and cocoa.factor. At least now I know where to look to get this working. I&#039;m somewhat of a newb, but I&#039;m fearless and tenacious!</description>
		<content:encoded><![CDATA[<p>Trying your test results in this error message:</p>
<p><code>Generic word handle&gt;&gt; does not define a method for the POSTPONE: f class.<br />
Dispatching on object: f</code></p>
<p>I agree that it looks like <code>set-clipboard-contents</code> isn&#8217;t implemented in ui.backend.X11. In fact I searched for <code>set-clipboard-contents</code> in ui.backend and got hits for only windows.factor and cocoa.factor. At least now I know where to look to get this working. I&#8217;m somewhat of a newb, but I&#8217;m fearless and tenacious!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copy and Copy JSON: essential Listener hacks. by Fred</title>
		<link>http://weblog.fredalger.net/2011/05/copy-and-copy-json-essential-listener-hacks.html/comment-page-1#comment-310</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Thu, 23 Jun 2011 17:44:55 +0000</pubDate>
		<guid isPermaLink="false">https://weblog.fredalger.net/?p=257#comment-310</guid>
		<description>Looks like a bug in Factor&#039;s X11 UI backend.  Try running this in the listener:

&lt;code&gt;
USE: ui.clipboards
&quot;TEST STRING&quot; f clipboard get copy-clipboard
&lt;/code&gt;

See if that puts &quot;TEST STRING&quot; on the X11 clipboard.  Looks like &lt;code&gt;set-clipboard-contents&lt;/code&gt; isn&#039;t implemented in ui.backends.x11.</description>
		<content:encoded><![CDATA[<p>Looks like a bug in Factor&#8217;s X11 UI backend.  Try running this in the listener:</p>
<p><code><br />
USE: ui.clipboards<br />
"TEST STRING" f clipboard get copy-clipboard<br />
</code></p>
<p>See if that puts &#8220;TEST STRING&#8221; on the X11 clipboard.  Looks like <code>set-clipboard-contents</code> isn&#8217;t implemented in ui.backends.x11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copy and Copy JSON: essential Listener hacks. by Losgann</title>
		<link>http://weblog.fredalger.net/2011/05/copy-and-copy-json-essential-listener-hacks.html/comment-page-1#comment-309</link>
		<dc:creator>Losgann</dc:creator>
		<pubDate>Thu, 23 Jun 2011 17:23:41 +0000</pubDate>
		<guid isPermaLink="false">https://weblog.fredalger.net/?p=257#comment-309</guid>
		<description>This is a really useful tool. It works great in Windows 7. However, in Linux, although &quot;Copy&quot; and &quot;Copy Json&quot; show up in the context menu, when I select either one I get the error message:

Generic word set-clipboard-contents does not define a method for the x-clipboard class. Dispatching on object: T{ x-clipboard f 460 &quot;&quot; }

I&#039;m using version 0.94 of Factor. Any ideas?</description>
		<content:encoded><![CDATA[<p>This is a really useful tool. It works great in Windows 7. However, in Linux, although &#8220;Copy&#8221; and &#8220;Copy Json&#8221; show up in the context menu, when I select either one I get the error message:</p>
<p>Generic word set-clipboard-contents does not define a method for the x-clipboard class. Dispatching on object: T{ x-clipboard f 460 &#8220;&#8221; }</p>
<p>I&#8217;m using version 0.94 of Factor. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Factoring the Luhn algorithm by yac</title>
		<link>http://weblog.fredalger.net/2011/04/factoring-the-luhn-algorithm.html/comment-page-1#comment-291</link>
		<dc:creator>yac</dc:creator>
		<pubDate>Mon, 16 May 2011 10:43:28 +0000</pubDate>
		<guid isPermaLink="false">https://weblog.fredalger.net/?p=235#comment-291</guid>
		<description>If the examples in other languages were split into functions as is yours, it&#039;d look much less like esoteric junk. Well, at least in some of them ;) Great reading, thanks!</description>
		<content:encoded><![CDATA[<p>If the examples in other languages were split into functions as is yours, it&#8217;d look much less like esoteric junk. Well, at least in some of them ;) Great reading, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Factoring the Luhn algorithm by Fred</title>
		<link>http://weblog.fredalger.net/2011/04/factoring-the-luhn-algorithm.html/comment-page-1#comment-256</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sun, 24 Apr 2011 00:05:40 +0000</pubDate>
		<guid isPermaLink="false">https://weblog.fredalger.net/?p=235#comment-256</guid>
		<description>Fixed it, thanks.</description>
		<content:encoded><![CDATA[<p>Fixed it, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Factoring the Luhn algorithm by Samuel Tardieu</title>
		<link>http://weblog.fredalger.net/2011/04/factoring-the-luhn-algorithm.html/comment-page-1#comment-253</link>
		<dc:creator>Samuel Tardieu</dc:creator>
		<pubDate>Sat, 23 Apr 2011 15:07:14 +0000</pubDate>
		<guid isPermaLink="false">https://weblog.fredalger.net/?p=235#comment-253</guid>
		<description>Small typo: the sum of (1 + (1 + 1) + 5) is 8, not 17.</description>
		<content:encoded><![CDATA[<p>Small typo: the sum of (1 + (1 + 1) + 5) is 8, not 17.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sorting in Factor by Fred</title>
		<link>http://weblog.fredalger.net/2011/02/sorting-in-factor.html/comment-page-1#comment-224</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 29 Mar 2011 02:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.fredalger.net/?p=195#comment-224</guid>
		<description>Yeah, that&#039;s the word I was looking for: &lt;code&gt;bi@&lt;/code&gt;.  Thanks!</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s the word I was looking for: <code>bi@</code>.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sorting in Factor by George Rogers</title>
		<link>http://weblog.fredalger.net/2011/02/sorting-in-factor.html/comment-page-1#comment-223</link>
		<dc:creator>George Rogers</dc:creator>
		<pubDate>Mon, 28 Mar 2011 23:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.fredalger.net/?p=195#comment-223</guid>
		<description>:: length ( obj1 obj2 --  ) obj1 length obj2 length  ;

would be better written as

: length ( obj1 obj2 --  ) [ length ] bi@  ;</description>
		<content:encoded><![CDATA[<p>:: length ( obj1 obj2 &#8212;  ) obj1 length obj2 length  ;</p>
<p>would be better written as</p>
<p>: length ( obj1 obj2 &#8212;  ) [ length ] bi@  ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QR codes in Factor by Tweets that mention QR codes in Factor — weblog fredalger net -- Topsy.com</title>
		<link>http://weblog.fredalger.net/2011/01/qr-codes-in-factor.html/comment-page-1#comment-176</link>
		<dc:creator>Tweets that mention QR codes in Factor — weblog fredalger net -- Topsy.com</dc:creator>
		<pubDate>Tue, 01 Feb 2011 08:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.fredalger.net/?p=187#comment-176</guid>
		<description>[...] This post was mentioned on Twitter by Fred Alger, QRcode2Dcode and QRipple, QR Code ART. QR Code ART said: QR codes in Factor — weblog fredalger net: http://is.gd/1BskEu [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Fred Alger, QRcode2Dcode and QRipple, QR Code ART. QR Code ART said: QR codes in Factor — weblog fredalger net: <a href="http://is.gd/1BskEu" rel="nofollow">http://is.gd/1BskEu</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QR codes in Factor by Brett</title>
		<link>http://weblog.fredalger.net/2011/01/qr-codes-in-factor.html/comment-page-1#comment-175</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Tue, 01 Feb 2011 08:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.fredalger.net/?p=187#comment-175</guid>
		<description>Wow, Fred. Just wow. You need to teach your daughters to code so they can learn this stuff for you, then just tell you what cool new languages to peep. That&#039;s my plan, at least.</description>
		<content:encoded><![CDATA[<p>Wow, Fred. Just wow. You need to teach your daughters to code so they can learn this stuff for you, then just tell you what cool new languages to peep. That&#8217;s my plan, at least.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

