<?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>what about me? &#187; OSX</title>
	<atom:link href="http://erbfarm.com/wam/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://erbfarm.com/wam</link>
	<description></description>
	<lastBuildDate>Wed, 07 Apr 2010 19:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>who&#8217;s a lazy bum?</title>
		<link>http://erbfarm.com/wam/2008/05/25/whos-a-lazy-bum/</link>
		<comments>http://erbfarm.com/wam/2008/05/25/whos-a-lazy-bum/#comments</comments>
		<pubDate>Sun, 25 May 2008 17:45:38 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://erbfarm.com/wam/?p=32</guid>
		<description><![CDATA[I&#8217;ve always been happy to read that laziness in a programmer is a virtue. How much work is it really to open iTunes, make sure the Music library is selected, click File-&#62;Import, navigate to the desktop, select the folder that contains the songs I want to add, pick that folder, wait for the import to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been happy to read that <a href="http://c2.com/cgi/wiki?LazinessImpatienceHubris">laziness in a programmer is a virtue</a>. How much work is it <i>really</i> to open iTunes, make sure the Music library is selected, click File-&gt;Import, navigate to the desktop, select the folder that contains the songs I want to add, pick that folder, wait for the import to finish, switch back to the desktop, and finally drag that folder of songs into the trash?</p>
<p>Too much work for me. Just typing it all tires me out.</p>
<p>So here&#8217;s my first <a href="http://docs.info.apple.com/article.html?artnum=304759">Automator</a> workflow, saved as a Finder plugin.</p>
<div align="center"><img style="max-width: 800px;" src="http://erbfarm.com/wam/wp-content/uploads/2008/05/import-into-itunes1.png" />
<div align="left">You can download it <a href="http://erbfarm.com/wam/wp-content/uploads/2008/05/import_into_itunes.tar">here</a>. </p>
<p>Open it, then File-&gt;Save As Plugin&#8230;, name it, &#8216;Import into iTunes&#8217;, and now it&#8217;s just right-click on that folder of songs, then More-&gt;Automator-&amp;gt;Import into iTunes.</p>
<p>Time for a snack.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://erbfarm.com/wam/2008/05/25/whos-a-lazy-bum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>making pageup/pagedown work in emacs in OS X Terminal.</title>
		<link>http://erbfarm.com/wam/2005/09/13/making-pageuppagedown-work-in-emacs-in-os-x-terminal/</link>
		<comments>http://erbfarm.com/wam/2005/09/13/making-pageuppagedown-work-in-emacs-in-os-x-terminal/#comments</comments>
		<pubDate>Tue, 13 Sep 2005 01:57:34 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://erbfarm.com/wam/?p=13</guid>
		<description><![CDATA[Out of the box, the pageup and pagedown keys don&#8217;t do what I want when I&#8217;m running emacs in the OS X Terminall app. They page up and down through the Terminal buffer, rather than the emacs buffer. 
Bother you, too? Here&#8217;s how to fix it, with thanks to Mac OSX Hints:

  $ tcsh
 [...]]]></description>
			<content:encoded><![CDATA[<p>Out of the box, the pageup and pagedown keys don&#8217;t do what I want when I&#8217;m running emacs in the OS X Terminall app. They page up and down through the Terminal buffer, rather than the emacs buffer. </p>
<p>Bother you, too? Here&#8217;s how to fix it, with thanks to <a href="http://www.macosxhints.com/article.php?story=20040401033846410.">Mac OSX Hints</a>:<br />
<code><br />
  $ tcsh<br />
  % set echo_style=both<br />
  % echo -n "\e[5~ | pbcopy<br />
  % exit<br />
</code></p>
<p>In Terminal Inspector (Terminal/Window Settings/Keyboard), </p>
<ul>
<li>highlight page down; </li>
<li>press Edit button; </li>
<li>select &#8220;send string to shell:&#8221; from Action list; </li>
<li>tab into input field;</li>
<li>paste (apple-v);</li>
<li>press OK;</li>
<li>highlight shift page down; </li>
<li>press Edit button; </li>
<li>select &#8220;scroll to next page in buffer&#8221; from Action list;</li>
<li>press OK;</li>
<li>highlight shift page up; </li>
<li>press Edit button;</li>
<li>select &#8220;scroll to previous page in buffer&#8221; from Action list; </li>
<li>press OK;</li>
<li>press &#8220;Use Settings as Defaults&#8221; button.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erbfarm.com/wam/2005/09/13/making-pageuppagedown-work-in-emacs-in-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
