On Aug 12, 12:24 pm, björn <[email protected]> wrote:
> > I traced the problem down to the combination of VCScommand and Latex-Suite. 
> > The problem occurs whenever this line is present, and I'm opening .tex file 
> > from command line:
> > let VCSCommandEnableBufferSetup=1
>
> > Then, I see this process lingering around:
> > /bin/zsh -c ('git' rev-parse --is-inside-work-tree) 
> > >/var/folders/aZ/aZYa0SaaGy0cuabgeZbImU+-6cg/-Tmp-/vNVlVet/3 2>&1
>

> This looks like the same problem as [1] (you are using zsh, right?).
> You should be able to work around it by passing the "-f" flag (please
> confirm), or by not using zsh.  (No, I don't think they are viable
> alternatives, but it's all I have at the moment.)

Hi Bjorn,

for some weird reason, I'm not getting messages on my email, so I have
to use webmail. But that is another story :)

Thanks for the pointers. Indeed, if I use -f flag, it all works
beautifully.

> I debugged the problem and found that it is caused by calling setsid()
> when forking but have no idea why this is [2].  It is called from
> macos_fork() inside src/os_macosx.m in case you feel like debugging
> the issue.  I'd appreciate the help -- I'm not getting anywhere with
> it.

I'll try to have a look at it next week. I'm not experienced with
ObjC, but syscalls are syscalls :)

Best,
Nikola

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to