<?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 on: Emacs Tip: A Key to open the Current Folder in Windows</title> <atom:link href="http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/feed/" rel="self" type="application/rss+xml" /><link>http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/</link> <description>Representing Anti-monotonistic Tendencies</description> <lastBuildDate>Thu, 29 Jul 2010 02:07:12 -0400</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: kb</title><link>http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/comment-page-1/#comment-544</link> <dc:creator>kb</dc:creator> <pubDate>Tue, 24 Nov 2009 13:47:50 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/#comment-544</guid> <description>&lt;p&gt;Awesome emacs tips. Thanks!&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Awesome emacs tips. Thanks!</p>]]></content:encoded> </item> <item><title>By: numericalexample.com</title><link>http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/comment-page-1/#comment-541</link> <dc:creator>numericalexample.com</dc:creator> <pubDate>Fri, 25 Jul 2008 13:05:16 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/#comment-541</guid> <description>&lt;p&gt;This function returned &#039;nil&#039;. So I added the following to my emacs file:
(defun w32-shell-dos-semantics() t)
Now it does exactly what I want when I execute the explorer command from an emacs buffer containing a file.&lt;/p&gt;&lt;p&gt;The error I got before seems to occur only when I execute the explorer command from a Dired buffer or from a cygwin shell.&lt;/p&gt;&lt;p&gt;Another way of quickly browsing a folder when editing an emacs buffer is just pressing &quot;ctrl-x ctrl-f return&quot;. But this does not help us when we want to open a file that can not be opened in emacs such as a pdf.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>This function returned &#8216;nil&#8217;. So I added the following to my emacs file:
(defun w32-shell-dos-semantics() t)
Now it does exactly what I want when I execute the explorer command from an emacs buffer containing a file.</p><p>The error I got before seems to occur only when I execute the explorer command from a Dired buffer or from a cygwin shell.</p><p>Another way of quickly browsing a folder when editing an emacs buffer is just pressing &#8220;ctrl-x ctrl-f return&#8221;. But this does not help us when we want to open a file that can not be opened in emacs such as a pdf.</p>]]></content:encoded> </item> <item><title>By: Arun bhai</title><link>http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/comment-page-1/#comment-543</link> <dc:creator>Arun bhai</dc:creator> <pubDate>Wed, 23 Jul 2008 14:32:40 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/#comment-543</guid> <description>&lt;p&gt;@numericalexample.com:&lt;/p&gt;&lt;p&gt;I am not able to reproduce this problem. Can you have a look at your &lt;a href=&quot;http://osdir.com/ml/emacs.windows/2003-09/msg00039.html&quot; rel=&quot;nofollow&quot;&gt;w32-shell-dos-semantics &lt;/a&gt; ? Maybe it will solve your issue.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>@numericalexample.com:</p><p>I am not able to reproduce this problem. Can you have a look at your <a
href="http://osdir.com/ml/emacs.windows/2003-09/msg00039.html" rel="nofollow">w32-shell-dos-semantics </a> ? Maybe it will solve your issue.</p>]]></content:encoded> </item> <item><title>By: numericalexample.com</title><link>http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/comment-page-1/#comment-542</link> <dc:creator>numericalexample.com</dc:creator> <pubDate>Wed, 23 Jul 2008 12:18:25 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/#comment-542</guid> <description>&lt;p&gt;This is extremely useful for me.
Unfortunately I can&#039;t get it working.
The error message is: &quot;convert-standard-filename: Wrong type argument: stringp, nil&quot; (in the &lt;em&gt;Messages&lt;/em&gt; buffer).&lt;/p&gt;&lt;p&gt;By the way I rather would like explorer to open the current directory (belonging to the current buffer) than the current file.&lt;/p&gt;&lt;p&gt;If I evaluate the following in the &lt;em&gt;Scratch&lt;/em&gt; buffer:
(setq fname-temp (convert-standard-filename &quot;f:/numericalexamplecom/.emacs&quot;))
then the value of fname-temp becomes &quot;f:/numericalexamplecom/.emacs&quot; so convert-standard-filename does not convert forward slashes into backward slashes either.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>This is extremely useful for me.
Unfortunately I can&#8217;t get it working.
The error message is: &#8220;convert-standard-filename: Wrong type argument: stringp, nil&#8221; (in the <em>Messages</em> buffer).</p><p>By the way I rather would like explorer to open the current directory (belonging to the current buffer) than the current file.</p><p>If I evaluate the following in the <em>Scratch</em> buffer:
(setq fname-temp (convert-standard-filename &#8220;f:/numericalexamplecom/.emacs&#8221;))
then the value of fname-temp becomes &#8220;f:/numericalexamplecom/.emacs&#8221; so convert-standard-filename does not convert forward slashes into backward slashes either.</p>]]></content:encoded> </item> <item><title>By: Lennart</title><link>http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/comment-page-1/#comment-540</link> <dc:creator>Lennart</dc:creator> <pubDate>Fri, 18 Jul 2008 18:06:52 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/archives/2008/06/10/emacs-tip-a-key-to-open-the-current-folder-in-windows/#comment-540</guid> <description>&lt;p&gt;You can find some more of this kind in Emacs+EmacsW32.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>You can find some more of this kind in Emacs+EmacsW32.</p>]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 3/12 queries in 0.006 seconds using disk

Served from: mshawking.asmallorange.com @ 2010-07-31 11:15:00 -->