Re: [Vim-latex-devel] GotoError=0 does not work for multiple files

2009-01-07 Thread Mike Richman
some time and let you focus on your Ph.D. thesis, which is obviously much more important. -Mike Richman P.S. I lol'd at the idea of someone using Winedit teasing someone using vim! On Wed, Jan 7, 2009 at 4:48 AM, Julien Cornebise julien.corneb...@gmail.com wrote: Hi Ted Thanks for your fast

Re: [Vim-latex-devel] Feature suggestion: distinct tw for normal/math modes

2009-01-09 Thread Mike Richman
() exec normal ?^$\\|^\s*%\\|^\s*\\(begin\\|end\\|\\(new\\|renew\\|provide\\)com\\|def\\|[ls]et\\|label\\|item\\)?1\crv//-1\cr$ endfunction omapbuffer lp :call g:Tex_SelectParagraph()cr vmapbuffer lpesc:call g:Tex_SelectParagraph()cr }}} --Ted On 1/7/09 10:23 PM, Mike Richman wrote

Re: [Vim-latex-devel] minor issues

2009-10-13 Thread Mike Richman
On Tue, Oct 13, 2009 at 4:04 PM, Eric Potash eric.pot...@gmail.com wrote: I have no idea why its referencing xy.sty, but the line number is the correct one for the tex file that i am editing.  Unfortuntely vim-latex jumps to xy.sty and to that line number for debugging. I've temporarily used

Re: [Vim-latex-devel] Redirect latex output to background (or split window)

2010-10-25 Thread Mike Richman
Hmm... actually, I think you may be stuck waiting for LaTeX to run either way. But if you use gvim, the output is only shown if errors are detected, so you can at least get ready to return to editing as soon as compilation completes. Next time I'll test before I e-mail, sorry! -Mike Richman

Re: [Vim-latex-devel] dev directory

2011-02-21 Thread Mike Richman
, and it compiles fine on both the command line and in gvim with \ll. What happens if you try running latex or pdflatex on your source code from the command line? -Mike Richman -- The ultimate all-in-one performance

Re: [Vim-latex-devel] Able to do compilation in a sub-directory?

2011-02-21 Thread Mike Richman
*.lof *.log *.lot *.nav *.out *.toc' \.' .build/' Hope someone finds this useful too :) -Mike Richman -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory

Re: [Vim-latex-devel] Able to do compilation in a sub-directory?

2011-02-21 Thread Mike Richman
Hi Ted, On Mon, Feb 21, 2011 at 12:18 PM, Ted Pavlic t...@tedpavlic.com wrote: Mike -- I always sort of just took the auxiliary files for granted, but now I like the idea of avoiding the clutter.        That's valuable clutter though. There are BBL files in there to inspect/change; there

Re: [Vim-latex-devel] `o doesn't produce \omiga

2011-03-30 Thread Mike Richman
I think it should too. I forget whether it does nothing or expands to something else by default, but I get \omega by placing the following in my ~/.vim/ftplugin/tex.vim: call IMAP (g:Tex_Leader . 'o', '\omega', 'tex') Hope this helps! -MIke Richman On Wed, Mar 30, 2011 at 10:51 AM, Zhou Yi

Re: [Vim-latex-devel] `o doesn't produce \omiga

2011-03-30 Thread Mike Richman
to \wedge, you should use the IMAP function as described in the Using IMAP() [|ls_a_bG|] section. Could be out of date or something, though. -Mike Richman On Wed, Mar 30, 2011 at 11:19 AM, Kay Smarczewski kay.smarczew...@googlemail.com wrote: On Wed, Mar 30, 2011 at 4:51 PM, Zhou Yi Chao

Re: [Vim-latex-devel] Automatic redirection to errors

2012-09-17 Thread Mike Richman
Hi Tohiko, The easiest way to deal with these unwanted jumps is simply to press ctrl-o. Vim doesn't close the file - it just goes to the background. You shouldn't lose your undo stack unless you re-open it. Best, Mike On Mon, Sep 17, 2012 at 6:07 AM, Alessandro Pezzoni

Re: [Vim-latex-devel] possible bug in block expansion?

2014-06-03 Thread Mike Richman
Rabus walter.ra...@web.de wrote: Am 27.05.2014 04:44, schrieb Mike Richman: I'd say this is a feature, not a bug. The idea is that you use C-j (control-J) to cycle through ++ markers. You write in the equation, press C-j and fill in the label, and press C-j again to get outside the equation

Re: [Vim-latex-devel] Using vim-latex suite for docs written in markdown, rest, sphinx, etc.

2014-07-27 Thread Mike Richman
On Fri, Jul 25, 2014 at 5:37 AM, ozhan fenerci o_fene...@yahoo.com.tr wrote: Dear Friends, I am using vim-latex suite for my writing in Latex. I would like to use it for not only tex docs but also other formats such as Sphinx. My questions: 1) How to load vim-latex suite for files written