<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Basic and Applied Unschärfe</description><title>untree</title><generator>Tumblr (3.0; @knackknack)</generator><link>http://untree.com/</link><item><title>Undistracted Emacs</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_loy6z9awFw1qkhbg3.png" alt=""/&gt;&lt;/p&gt;

&lt;p&gt;Ingredients:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Emacs 24 with fullscreen support&lt;/li&gt;
&lt;li&gt;&lt;a href="http://webonastick.com/emacs-lisp/hide-mode-line.el"&gt;hide-mode-line.el&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;(set-fringe-mode ‘(250 . 250))&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/sellout/emacs-color-theme-solarized/tree/26260c07e2ef55b6683b11d5d3f4ea4dc0adaab7"&gt;color-theme-solarized.el&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.orgmode.org/"&gt;Org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://untree.com/post/8088517357</link><guid>http://untree.com/post/8088517357</guid><pubDate>Tue, 26 Jul 2011 18:04:32 +0200</pubDate></item><item><title>Justin Nelson</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_lolegx42mZ1qmi47vo1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://www.booooooom.com/2009/09/23/justin-nelson-artist/"&gt;Justin Nelson&lt;/a&gt;&lt;/p&gt;</description><link>http://untree.com/post/7809413731</link><guid>http://untree.com/post/7809413731</guid><pubDate>Tue, 19 Jul 2011 20:10:00 +0200</pubDate></item><item><title>Video</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/ogsI2OAYWnk?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://untree.com/post/7755447247</link><guid>http://untree.com/post/7755447247</guid><pubDate>Mon, 18 Jul 2011 09:24:21 +0200</pubDate></item><item><title>Up in the Air. Literally.</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/_3XdLlLBvm4?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Up in the Air. &lt;em&gt;Literally&lt;/em&gt;.&lt;/p&gt;</description><link>http://untree.com/post/7694544427</link><guid>http://untree.com/post/7694544427</guid><pubDate>Sat, 16 Jul 2011 20:29:00 +0200</pubDate></item><item><title>Ipomoea batatas</title><description>&lt;img src="http://28.media.tumblr.com/tumblr_lofr8xHBH81qmi47vo1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Ipomoea batatas&lt;/p&gt;</description><link>http://untree.com/post/7691979613</link><guid>http://untree.com/post/7691979613</guid><pubDate>Sat, 16 Jul 2011 19:00:00 +0200</pubDate></item><item><title>"Ketchup eaters are finally free from the overwhelming burden of shaking the bottle before squeezing!..."</title><description>“Ketchup eaters are finally free from the overwhelming burden of shaking the bottle before squeezing! Huzzah! Surely we live in the best of all possible worlds.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://www.leancrew.com/all-this/2011/07/condiment-container-engineering/"&gt;Dr Drang&lt;/a&gt;&lt;/em&gt;</description><link>http://untree.com/post/7681485345</link><guid>http://untree.com/post/7681485345</guid><pubDate>Sat, 16 Jul 2011 09:11:17 +0200</pubDate></item><item><title>Building a fullscreen enabled Emacs 24 on Mac OS X Snow Leopard</title><description>&lt;p&gt;I have tried a couple of different approaches to build a working Emacs 24 for OS X that has the M-x ns-toggle-fullscreen enabled. Finally, a modification of &lt;a href="https://gist.github.com/1009709"&gt;that procedure&lt;/a&gt; worked with the most recent git HEAD at the time of writing. Copy and paste from here or grab &lt;a href="https://gist.github.com/1084566"&gt;the Gist&lt;/a&gt;. Alternatively, I offer builds for download &lt;a href="http://www.untree.com/emacs"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git clone git://git.savannah.gnu.org/emacs.git
cd emacs
wget &lt;a href="http://cloud.github.com/downloads/hh/emacs/feature-fullscreen.patch"&gt;http://cloud.github.com/downloads/hh/emacs/feature-fullscreen.patch&lt;/a&gt;
patch -p1 -i feature-fullscreen.patch 
curl -O &lt;a href="http://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gz"&gt;http://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gz&lt;/a&gt;
tar -xzvf m4-1.4.13.tar.gz
cd m4-1.4.13
./configure --prefix=/usr/local
make
sudo make install
cd ..
curl -O &lt;a href="http://mirrors.kernel.org/gnu/autoconf/autoconf-2.65.tar.gz"&gt;http://mirrors.kernel.org/gnu/autoconf/autoconf-2.65.tar.gz&lt;/a&gt;
tar -xzvf autoconf-2.65.tar.gz
cd autoconf-2.65
./configure --prefix=/usr/local # ironic, isn't it?
make
sudo make install
cd ../emacs

# here you might want to restart your terminal session, to ensure the
# new autoconf is picked up and used in the rest of the script; or do
# the following step first and then restart your terminal session:

# to ensure that /usr/local/bin/autoconf gets picked up instead of the
# older /usr/bin/autoconf (mine wasn't by default, and you can remove
# these lines after the build):

echo 'PATH="/usr/local/bin:${PATH}"' &gt;&gt;   ~/.bash_profile                                              
echo 'export PATH' &gt;&gt; ~/.bash_profile
curl -O &lt;a href="http://mirrors.kernel.org/gnu/automake/automake-1.11.tar.gz"&gt;http://mirrors.kernel.org/gnu/automake/automake-1.11.tar.gz&lt;/a&gt;
tar xzvf automake-1.11.tar.gz
cd automake-1.11
./configure --prefix=/usr/local
make
sudo make install
cd ..
curl -O &lt;a href="http://mirrors.kernel.org/gnu/libtool/libtool-2.2.6b.tar.gz"&gt;http://mirrors.kernel.org/gnu/libtool/libtool-2.2.6b.tar.gz&lt;/a&gt;
tar xzvf libtool-2.2.6b.tar.gz
cd libtool-2.2.6b
./configure --prefix=/usr/local
make
sudo make install
 cd ..
sh autogen.sh 
./configure --with-ns
make &amp;&amp; make install
mv /Applications/Emacs.app ~/.Trash/
mv nextstep/Emacs.app /Applications/  
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now start Emacs from your applications directory, do M-x ns-toggle-fullscreen, and enjoy the fullscreen goodness!&lt;/p&gt;</description><link>http://untree.com/post/7649492902</link><guid>http://untree.com/post/7649492902</guid><pubDate>Fri, 15 Jul 2011 14:31:00 +0200</pubDate></item><item><title>"A gentleman is one who puts more into the world than he takes out."</title><description>“A gentleman is one who puts more into the world than he takes out.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;George Bernhard Shaw &lt;a href="http://theimpossiblecool.tumblr.com/post/6555661391/a-gentleman-is-one-who-puts-more-into-the-world"&gt;via&lt;/a&gt;&lt;/em&gt;</description><link>http://untree.com/post/7529080879</link><guid>http://untree.com/post/7529080879</guid><pubDate>Tue, 12 Jul 2011 12:05:00 +0200</pubDate></item><item><title>"I say, beware of all enterprises that require new clothes, and not rather a new wearer of clothes."</title><description>“I say, beware of all enterprises that require new clothes, and not rather a new wearer of clothes.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Thoreau (Walden) &lt;a href="http://www.kungfugrippe.com/post/6514054982/enterprise-sales"&gt;via&lt;/a&gt;&lt;/em&gt;</description><link>http://untree.com/post/7529073576</link><guid>http://untree.com/post/7529073576</guid><pubDate>Tue, 12 Jul 2011 12:04:00 +0200</pubDate></item></channel></rss>

