On Tue, 2011-02-15 at 14:49 -0500, Ted Pavlic wrote:
> > My minimal example below. Its VERY minimal:-
>
> I meant a minimal working example. This one doesn't count because you used:
>
> > \documentclass{article}
>
> and then:
>
> > \chapter{Introduction}
>
> but chapter doesn't exist in article.cls (it does in report.cls or
> book.cls though)
Sorry, changed it to report, however it doesn't get that far (as you can
see)
>
> > for you (and presumably others as well), I'm wondering whether it has to
> > do with other vim plugins I have. Eclim is the big one, of course. I'm
> > attaching to this email my .vimrc if it makes a difference (maybe my
> > autocmd's are affecting things?).
>
> I got rid of my .vimrc and .gvimrc and used your .vimrc, and everything
> still works for me.
>
> compiler.vim hasn't changed in a long time. You said you were using svn
> revision 1115, which is fairly recent (3 months ago). Have you tried the
> latest git version?
1115 is the latest I think. Now that you mention it, source is git,
wonder why my packaging uses svn. Will fix that.
>
> You could try something silly like:
>
> :let g:Tex_CompileRule_dvi='pwd > thisdirectory'
>
> and run \ll after that. Look for a "thisdirectory" file. See where it
> shows up (in ./chap1, in ./, or perhaps even in ../ <?>) and what its
> contents are. I'm sure there's a cleaner way to do debugging in vim, but
> I'm no vim expert.
>
> --Ted
>
pwd (and ls) choke because of all the additional arguments. I'll try
some alternatives and revert.
|