<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/horde/whups/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>e484 during system()</title>
  <pubDate>Tue, 18 Jun 2013 09:54:04 +0200</pubDate>
  <link>http://www.polarhome.com/horde/whups/ticket/?id=12</link>
  <atom:link rel="self" type="application/rss+xml" title="e484 during system()" href="http://www.polarhome.com/horde/whups/ticket/rss.php?id=12" />
  <description>e484 during system()</description>

  
  
  <item>
   <title>On my alpha.polarhome.com account, I get an error from execu</title>
   <description>On my alpha.polarhome.com account, I get an error from executing
    :call system(&quot;dir&quot;)

The error message is
    E484: Can't open file tmp:vo[...].txt

This is because the output of the system() goes into a temp file, whose name is determined via vim_tempname() as tmp:v....txt.

What is the &quot;tmp&quot; supposed to reference?
- No error is produced if I have a logical &quot;tmp&quot; defined.
- At work (vim7.2), I have no such logical, and yet I can run system()</description>
   <pubDate>Mon, 06 Dec 2010 14:11:45 +0100</pubDate>
   <link>http://www.polarhome.com/horde/whups/ticket/?id=12#t24</link>
  </item>
  <item>
   <title>Could perhaps vim_tempname() return
    sys$scratch:v...txt</title>
   <description>Could perhaps vim_tempname() return
    sys$scratch:v...txt
instead of
    tmp:v...txt
?</description>
   <pubDate>Mon, 06 Dec 2010 14:12:37 +0100</pubDate>
   <link>http://www.polarhome.com/horde/whups/ticket/?id=12#t25</link>
  </item>
  <item>
   <title>The TMP logical is desired to be defined as it is used in ma</title>
   <description>The TMP logical is desired to be defined as it is used in many other cases like printing etc.
From other side the sys$scratch is not always writeable by the user.
Therfore the best solution would be to define the TMP logical the points to a user writeable directory.

I agree that this fact should be more emphasized in the os_vms.txt and other VMS related documentation.</description>
   <pubDate>Wed, 08 Dec 2010 10:17:22 +0100</pubDate>
   <link>http://www.polarhome.com/horde/whups/ticket/?id=12#t32</link>
  </item>
  <item>
   <title>How it is possible that at work I can
    :echo system(&quot;dir</title>
   <description>How it is possible that at work I can
    :echo system(&quot;dir&quot;)
successfully even without having the TMP logical defined? Any clue?

&gt; sh log tmp
%SHOW-S-NOTRAN, no translation for logical name TMP

in vim:
:echo $tmp -&gt; nothing
</description>
   <pubDate>Wed, 08 Dec 2010 18:08:36 +0100</pubDate>
   <link>http://www.polarhome.com/horde/whups/ticket/?id=12#t41</link>
  </item>
  

 </channel>
</rss>
