<?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>Beutelevision &#187; Apple Computer</title>
	<atom:link href="http://beutelevision.com/blog2/topics/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://beutelevision.com/blog2</link>
	<description>by Thomas Beutel</description>
	<lastBuildDate>Fri, 14 Oct 2011 19:13:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='beutelevision.com' port='80' path='/blog2/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Making Aquamacs kill and yank work with the clipboard</title>
		<link>http://beutelevision.com/blog2/2011/10/14/making-aquamacs-kill-and-yank-work-with-the-clipboard/</link>
		<comments>http://beutelevision.com/blog2/2011/10/14/making-aquamacs-kill-and-yank-work-with-the-clipboard/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 19:08:12 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/2011/10/14/making-aquamacs-kill-and-yank-work-with-the-clipboard/</guid>
		<description><![CDATA[My favorite editor on the Mac is Aquamacs (me and Emacs go waaay back) and something that has long been a productivity killer for me was the different actions of C-y and CMD-V.
This is due to there being two clipboards, the one belonging to the Mac and the one in Emacs (the kill ring).
Often I [...]]]></description>
			<content:encoded><![CDATA[<p>My favorite editor on the Mac is Aquamacs (me and Emacs go waaay back) and something that has long been a productivity killer for me was the different actions of C-y and CMD-V.</p>
<p>This is due to there being two clipboards, the one belonging to the Mac and the one in Emacs (the kill ring).</p>
<p>Often I would use one or the other and get the wrong pasted contents. Then I&#8217;d have to stop, back up, and find the original contents and do it again. Worse, sometimes the contents would be cut or killed, meaning that I would have to undo the cut/kill, redo the cut/kill, then yank/paste.</p>
<p>Well, I finally had enough and looked for ways to harmonize the two clipboards via the .emacs file. Here is what I came up with:</p>
<p><code><br />
(defun swap-and-kill ()<br />
"Swap point and mark, then clipboard kill region"<br />
(interactive)<br />
(exchange-point-and-mark)<br />
(clipboard-kill-region (region-beginning) (region-end))<br />
(deactivate-mark)<br />
)<br />
(global-set-key "\C-w" 'swap-and-kill)<br />
(global-set-key "\M-w" 'clipboard-kill-ring-save)<br />
(global-set-key "\C-y" 'clipboard-yank)<br />
</code></p>
<p>Now everything goes to the Mac clipboard, even if I use my beloved mark and point with C-w.</p>
<p>I found most of the clues for this solution here:</p>
<p><a href="http://www.emacswiki.org/emacs/CopyAndPaste">http://www.emacswiki.org/emacs/CopyAndPaste</a></p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2011/10/14/making-aquamacs-kill-and-yank-work-with-the-clipboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s like deviantART meets the App Store</title>
		<link>http://beutelevision.com/blog2/2009/09/11/its-like-deviantart-meets-the-app-store/</link>
		<comments>http://beutelevision.com/blog2/2009/09/11/its-like-deviantart-meets-the-app-store/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:02:26 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Apple Computer]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=181</guid>
		<description><![CDATA[John Fort over at the Big Tech Fortune blog writes about Tyrese Gibsonâ??s Mayhem which is the  first digital book for sale on iTunes 9. This strikes me as something that would interest the deviantART community of digital artists and writers. Imagine selling your artistic creations to millions of iTunes users for $0.99 a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-187" title="mayhem" src="http://beutelevision.com/blog2/wp-content/uploads/2009/09/mayhem.gif" alt="mayhem" width="100" height="98" style="padding-right:8px;"/>John Fort over at the Big Tech Fortune blog writes about Tyrese Gibsonâ??s <em><a href="http://www.buymayhem.com/">Mayhem</a></em> which is the  <a href="http://brainstormtech.blogs.fortune.cnn.com/2009/09/11/is-this-apples-e-book-trojan-horse/">first digital book for sale on iTunes 9</a>. This strikes me as something that would interest the <a href="http://deviantart.com">deviantART</a> community of digital artists and writers. Imagine selling your artistic creations to millions of iTunes users for $0.99 a pop, just as iPhone app writers have been doing at the App Store. Good for artists. Good for Apple.</p>
<p>John mentions that the tools to create the e-book is based on standard web tech: HTML, CSS, and Javascript. My guess is that some day, not too long from now, we will see something like Pages (or maybe GarageBand) for iTunes where you can create your own digital creations and submit them to the iTunes store. It will probably dwarf the App Store in total volume.</p>
<p>Update: ReadWriteWeb has <a href="http://www.readwriteweb.com/archives/maybe_apple_isnt_interested_in_ebooks_but_its_now_selling_comic_books.php">more to say</a> about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2009/09/11/its-like-deviantart-meets-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes 9: Option-click the green button to get the mini-player</title>
		<link>http://beutelevision.com/blog2/2009/09/11/itunes-9-option-click-the-green-button-to-get-the-mini-player/</link>
		<comments>http://beutelevision.com/blog2/2009/09/11/itunes-9-option-click-the-green-button-to-get-the-mini-player/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 16:03:16 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[mac itunes]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=177</guid>
		<description><![CDATA[The first thing I noticed when I upgraded to iTunes 9 was that clicking the minimize (green) button no longer selected the mini-player. A quick search revealed the answer: now you have to option-click the green button to get the mini-player. Thanks to Maclife for the answer.

]]></description>
			<content:encoded><![CDATA[<p>The first thing I noticed when I upgraded to iTunes 9 was that clicking the minimize (green) button no longer selected the mini-player. A quick search revealed the answer: now you have to option-click the green button to get the mini-player. Thanks to Maclife for <a href="http://www.maclife.com/article/howtos/itunes_9_tips_and_tricks_solve_mysteries_new_itunes">the answer</a>.</p>
<p><img class="alignnone size-full wp-image-179" title="miniplayer" src="http://beutelevision.com/blog2/wp-content/uploads/2009/09/miniplayer.png" alt="miniplayer" width="513" height="103" /></p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2009/09/11/itunes-9-option-click-the-green-button-to-get-the-mini-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Memes Collide &#8211; Apple is Expensive vs. Windows is Vulnerable</title>
		<link>http://beutelevision.com/blog2/2009/03/29/when-memes-collide-apple-is-expensive-vs-windows-is-vulnerable/</link>
		<comments>http://beutelevision.com/blog2/2009/03/29/when-memes-collide-apple-is-expensive-vs-windows-is-vulnerable/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 17:56:42 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=140</guid>
		<description><![CDATA[I always get a kick when the Apple is Expensive meme trotted out as a reason to consider less expensive alternatives. How ironic it is that on the very same day there is news of massive computer infiltration and document loss. The article doesn&#8217;t mention the operating system of the computers that were compromised, but [...]]]></description>
			<content:encoded><![CDATA[<p>I always get a kick when the <a href="http://apple20.blogs.fortune.cnn.com/2009/03/28/how-microsoft-put-apple-on-the-defensive/">Apple is Expensive</a> meme trotted out as a reason to consider less expensive alternatives. How ironic it is that on the very same day there is news of <a href="http://www.nytimes.com/2009/03/29/technology/29spy.html?_r=1&#038;partner=rss&#038;emc=rss">massive computer infiltration and document loss</a>. The article doesn&#8217;t mention the operating system of the computers that were compromised, but I do have a guess.</p>
<p><img src="http://beutelevision.com/blog2/wp-content/uploads/2009/03/memes-collide.jpg" alt="memes-collide" title="memes-collide" width="535" height="227" class="alignnone size-full wp-image-143" /></p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2009/03/29/when-memes-collide-apple-is-expensive-vs-windows-is-vulnerable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A look in the mirror &#8211; Safari 4</title>
		<link>http://beutelevision.com/blog2/2009/02/24/a-look-in-the-mirror-safari-4/</link>
		<comments>http://beutelevision.com/blog2/2009/02/24/a-look-in-the-mirror-safari-4/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:28:01 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=133</guid>
		<description><![CDATA[I just installed Safari 4 and the first thing it did was to show me my top sites &#8211; the 12 sites that I go to most frequently. My initial reaction was &#8220;Weird!&#8221; and then &#8220;I need to get out more often!&#8221;
Here is a fuzzy pic of what I saw:

Download is available at http://www.apple.com/safari/
]]></description>
			<content:encoded><![CDATA[<p>I just installed Safari 4 and the first thing it did was to show me my top sites &#8211; the 12 sites that I go to most frequently. My initial reaction was &#8220;Weird!&#8221; and then &#8220;I need to get out more often!&#8221;</p>
<p>Here is a fuzzy pic of what I saw:</p>
<p><img src='http://www.beutelevision.com/images/topsites.jpg' alt='my top sites in Safari 4' class='alignleft' /></p>
<p>Download is available at <a href="http://www.apple.com/safari/">http://www.apple.com/safari/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2009/02/24/a-look-in-the-mirror-safari-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup Only Purchased Music in iTunes</title>
		<link>http://beutelevision.com/blog2/2008/12/20/backup-purchased-itunes-music-only/</link>
		<comments>http://beutelevision.com/blog2/2008/12/20/backup-purchased-itunes-music-only/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 22:11:53 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=122</guid>
		<description><![CDATA[I was asked recently how to backup purchased iTunes music, and after trying the normal backup function, I discovered what everyone already knows &#8211; that iTunes wants backup everything, including movies and TV shows. While I appreciate that Apple wants to backup all purchases (see bottom of How to backup up your purchases for a [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked recently how to backup purchased iTunes music, and after trying the normal backup function, I discovered what everyone already knows &#8211; that iTunes wants backup everything, including movies and TV shows. While I appreciate that Apple wants to backup all purchases (see bottom of <a href="http://support.apple.com/kb/HT1382">How to backup up your purchases</a> for a complete list), I just wanted to backup music.</p>
<p>With a hint from <a href="http://forums.macrumors.com/showthread.php?t=469791">Macrumors</a>, I found a way to do it. First create a smart playlist as follows:</p>
<p><img src="http://beutelevision.com/blog2/wp-content/uploads/2008/12/purchased-audio-smart-playlist1.png" alt="Purchased audio smart playlist" /></p>
<p>Select this playlist, then press the Burn Disc button at the bottom right. Burn it as a data disc so that it saves all of the track data as well. </p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2008/12/20/backup-purchased-itunes-music-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

