<?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"
	>
<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>
	<pubDate>Wed, 19 Nov 2008 23:00:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<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-93192</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-93192</guid>
		<description>&lt;p&gt;This function returned 'nil'. 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 "ctrl-x ctrl-f return". 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-92663</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-92663</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="http://osdir.com/ml/emacs.windows/2003-09/msg00039.html" rel="nofollow"&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-92640</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-92640</guid>
		<description>&lt;p&gt;This is extremely useful for me. 
Unfortunately I can't get it working.
The error message is: "convert-standard-filename: Wrong type argument: stringp, nil" (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 "f:/numericalexamplecom/.emacs"))
then the value of fname-temp becomes "f:/numericalexamplecom/.emacs" 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-91726</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-91726</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>
