<?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 MetaSandwich</title>
	<atom:link href="http://metasandwich.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://metasandwich.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 20:24:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by Greg</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-46</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 11 Feb 2012 20:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-46</guid>
		<description>Just checked and I actually had used customize to change the anything prefix. The setq I provided above won&#039;t work, use instead:
&lt;code&gt;(global-set-key [f12] &#039;anything-command-map)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Just checked and I actually had used customize to change the anything prefix. The setq I provided above won&#8217;t work, use instead:<br />
<code>(global-set-key [f12] 'anything-command-map)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by Greg</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-45</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-45</guid>
		<description>Whoops, didn&#039;t escape things properly. I use f12 as my prefix, so &#039;f12 C-h&#039; shows the available bindings.</description>
		<content:encoded><![CDATA[<p>Whoops, didn&#8217;t escape things properly. I use f12 as my prefix, so &#8216;f12 C-h&#8217; shows the available bindings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by Greg</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-44</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-44</guid>
		<description>You may be looking at the keys defined for anything-command-map? There is a prefix key for those. There is a default but I set mine like this:

&lt;code&gt;(setq anything-command-map-prefix-key &quot;&quot;)&lt;/code&gt;

Then try &lt;code&gt; C-h&lt;/code&gt; to see what is available.</description>
		<content:encoded><![CDATA[<p>You may be looking at the keys defined for anything-command-map? There is a prefix key for those. There is a default but I set mine like this:</p>
<p><code>(setq anything-command-map-prefix-key "")</code></p>
<p>Then try <code> C-h</code> to see what is available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anything.else by elwood</title>
		<link>http://metasandwich.com/2010/08/01/anything-else/#comment-43</link>
		<dc:creator>elwood</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=114#comment-43</guid>
		<description>when I type c-h v anything-sources it says
&quot;It is deprecated, you should not use this.
Use instead individual sources or list of sources of your own choice.&quot;</description>
		<content:encoded><![CDATA[<p>when I type c-h v anything-sources it says<br />
&#8220;It is deprecated, you should not use this.<br />
Use instead individual sources or list of sources of your own choice.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on anything-project-files.el by selah</title>
		<link>http://metasandwich.com/2010/08/10/anything-project-files-el/#comment-27</link>
		<dc:creator>selah</dc:creator>
		<pubDate>Mon, 28 Nov 2011 15:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=148#comment-27</guid>
		<description>You&#039;re absolutely right. Copy-and-paste error. I use a similar function is a home-brew project manager that only indexes particular files. (And yes, I realize this comment was posted nearly a year ago. Sorry.)</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right. Copy-and-paste error. I use a similar function is a home-brew project manager that only indexes particular files. (And yes, I realize this comment was posted nearly a year ago. Sorry.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by selah</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-26</link>
		<dc:creator>selah</dc:creator>
		<pubDate>Mon, 28 Nov 2011 15:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-26</guid>
		<description>&lt;code&gt;(global-set-key (kbd &quot;C-x C-f&quot;) &#039;anything-for-files)&lt;/code&gt; should do the trick. Also, make sure you&#039;re loading the anything code as described above.</description>
		<content:encoded><![CDATA[<p><code>(global-set-key (kbd "C-x C-f") 'anything-for-files)</code> should do the trick. Also, make sure you&#8217;re loading the anything code as described above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by zell</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-25</link>
		<dc:creator>zell</dc:creator>
		<pubDate>Sat, 26 Nov 2011 19:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-25</guid>
		<description>Thanks a lot for this guide. But I do not see how you map keys to those command like amything-for-files. At line 2772 of my anything-config.el. the author defined the keyshorts apparently, but none of them work for me. I think an activation is necessary for that, isn&#039;t it? Sorry for my newbie question, but anything rocks!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this guide. But I do not see how you map keys to those command like amything-for-files. At line 2772 of my anything-config.el. the author defined the keyshorts apparently, but none of them work for me. I think an activation is necessary for that, isn&#8217;t it? Sorry for my newbie question, but anything rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by user</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-23</link>
		<dc:creator>user</dc:creator>
		<pubDate>Sun, 30 Jan 2011 13:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-23</guid>
		<description>&quot;ido‘s flex matching is more powerful than anything‘s, even with the match plugin installed&quot;

You should contact the developers anything.el about this. I don&#039;t think this kind of flex matching is difficult to implement in Anything.</description>
		<content:encoded><![CDATA[<p>&#8220;ido‘s flex matching is more powerful than anything‘s, even with the match plugin installed&#8221;</p>
<p>You should contact the developers anything.el about this. I don&#8217;t think this kind of flex matching is difficult to implement in Anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on anything-project-files.el by CH</title>
		<link>http://metasandwich.com/2010/08/10/anything-project-files-el/#comment-22</link>
		<dc:creator>CH</dc:creator>
		<pubDate>Fri, 14 Jan 2011 22:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=148#comment-22</guid>
		<description>You never use the &#039;file-types&#039; let variable. I think this is how it should be:
&lt;code&gt;
  ;; and switching to a temporary one in which to do our work.
  (let* ((b (current-buffer))
         (file-types
	  (concat &quot;-name &#039;&quot;
		  (mapconcat #&#039;identity (project :indexed-files) &quot;&#039; -or -name &#039;&quot;)
		  &quot;&#039;&quot;)))
    ;; And here&#039;s our temp buffer.
    (switch-to-buffer &quot;*project-index*&quot;)
    ;; I&#039;ll use `tramp-handle-shell-command&#039; as it returns a process
    (let ((process (tramp-handle-shell-command
                    (concat &quot;find . -type f &quot; file-types &quot; &amp;&quot;) (current-buffer))))
      ;; And that lets me set a sentinel (callback) for when the
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You never use the &#8216;file-types&#8217; let variable. I think this is how it should be:<br />
<code><br />
  ;; and switching to a temporary one in which to do our work.<br />
  (let* ((b (current-buffer))<br />
         (file-types<br />
	  (concat "-name '"<br />
		  (mapconcat #'identity (project :indexed-files) "' -or -name '")<br />
		  "'")))<br />
    ;; And here's our temp buffer.<br />
    (switch-to-buffer "*project-index*")<br />
    ;; I'll use `tramp-handle-shell-command' as it returns a process<br />
    (let ((process (tramp-handle-shell-command<br />
                    (concat "find . -type f " file-types " &amp;") (current-buffer))))<br />
      ;; And that lets me set a sentinel (callback) for when the<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What can I get for 10 dolla? Anything.el. by selah</title>
		<link>http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/#comment-21</link>
		<dc:creator>selah</dc:creator>
		<pubDate>Wed, 12 Jan 2011 03:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://metasandwich.wordpress.com/?p=70#comment-21</guid>
		<description>You&#039;re absolutely right: &lt;code&gt;ido&lt;/code&gt;&#039;s flex matching is more powerful than &lt;code&gt;anything&lt;/code&gt;&#039;s, even with the match plugin installed. But there&#039;s a price: &lt;code&gt;anything&lt;/code&gt; powers my project navigation code, and my primary project (&lt;a href=&quot;http://clockwork.net&quot; rel=&quot;nofollow&quot;&gt;Clockwork&lt;/a&gt;&#039;s CMS) has 11,000+ files in it. Try an &lt;code&gt;ido-completing-read&lt;/code&gt; on a list of that size with flex matching, and ido will choke. Hard. &lt;code&gt;anything&lt;/code&gt;, on the other hand, handles it without breaking a sweat. 

And &lt;code&gt;anything&lt;/code&gt; blows &lt;code&gt;ido&lt;/code&gt; clear out of the water in terms of the flexibility provided for building on top of it. &lt;code&gt;ido-completing-read&lt;/code&gt; takes a list of strings and returns a string and that&#039;s it. If the visual representation of your selection differs from the info you need to act on your selection, clear your calendar and sharpen your yak shears.

That said, &lt;code&gt;ido-mode&lt;/code&gt; certainly has its place. I use &lt;code&gt;ido-find-file&lt;/code&gt; over &lt;code&gt;anything-for-files&lt;/code&gt;, because it traverses directories and allows creation of new files. I like &lt;code&gt;anything-mini&lt;/code&gt; for buffer switching, because I&#039;ve often just closed the buffer I want to get to (it&#039;s a problem, I know)  and &lt;code&gt;anything-mini&lt;/code&gt; means I don&#039;t have to care. But if you find yourself often deciding to open a new buffer from a buffer-switching context, by all means, &lt;code&gt;ido-switch-buffer&lt;/code&gt; is your friend.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right: <code>ido</code>&#8216;s flex matching is more powerful than <code>anything</code>&#8216;s, even with the match plugin installed. But there&#8217;s a price: <code>anything</code> powers my project navigation code, and my primary project (<a href="http://clockwork.net" rel="nofollow">Clockwork</a>&#8216;s CMS) has 11,000+ files in it. Try an <code>ido-completing-read</code> on a list of that size with flex matching, and ido will choke. Hard. <code>anything</code>, on the other hand, handles it without breaking a sweat. </p>
<p>And <code>anything</code> blows <code>ido</code> clear out of the water in terms of the flexibility provided for building on top of it. <code>ido-completing-read</code> takes a list of strings and returns a string and that&#8217;s it. If the visual representation of your selection differs from the info you need to act on your selection, clear your calendar and sharpen your yak shears.</p>
<p>That said, <code>ido-mode</code> certainly has its place. I use <code>ido-find-file</code> over <code>anything-for-files</code>, because it traverses directories and allows creation of new files. I like <code>anything-mini</code> for buffer switching, because I&#8217;ve often just closed the buffer I want to get to (it&#8217;s a problem, I know)  and <code>anything-mini</code> means I don&#8217;t have to care. But if you find yourself often deciding to open a new buffer from a buffer-switching context, by all means, <code>ido-switch-buffer</code> is your friend.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

