Re: [Vim-latex-devel] compiling with wrong cross-references

2008-05-30 Thread Till Maas
On Fri May 30 2008, Till Maas wrote: - fname_outline.dpatch This is a python patch with a little bug description. It should be easily possible to understand what the problem is if one know what outline.py is used for. - insertitem.dpatch This is very simple but I do not understand

Re: [Vim-latex-devel] compiling with wrong cross-references

2008-05-30 Thread Till Maas
On Fri May 30 2008, Till Maas wrote: - disabledby.dpatch The patch seems to make it possible to disable vim-latex somehow without uninstalling it. This seems to be a debian specific patch to me, but it is not. But there should be a more elegant solution to this problem I guess. The patch

Re: [Vim-latex-devel] fixing bugs in vim-latex

2008-05-30 Thread Till Maas
On Sat May 31 2008, Martin Sander wrote: We should find a way to organize our efforts, maybe we should use the sourceforge bugtracker at: http://sourceforge.net/tracker/?group_id=52322atid=466456 It seems that some debian bugs have been forwarded there some time ago. I had a look into

Re: [Vim-latex-devel] compiling with wrong cross-references

2008-06-09 Thread Till Maas
I just commited a changeset to improve all this: http://vim-latex.svn.sourceforge.net/viewvc/vim-latex?view=revrevision=1039 Regards, Till signature.asc Description: This is a digitally signed message part. - Check out the

Re: [Vim-latex-devel] Compilation

2008-06-18 Thread Till Maas
On Wed June 18 2008, Simon Friedberger wrote: I have two issues. a) I set let g:Tex_ViewRuleComplete_pdf = 'evince $* ' but it is not automatically opened after compilation, is that the desired behavior? Iirc it should be enough to set it to 'evince' on UNIX/Linux systems, the filename and

Re: [Vim-latex-devel] Compilation (Correction)

2008-06-18 Thread Till Maas
On Wed June 18 2008, Simon Friedberger wrote: let g:Tex_ViewRuleComplete_pdf = 'evince $* ' didn't work I had to add a .pdf let g:Tex_ViewRuleComplete_pdf = 'evince $*.pdf ' Btw, This beheavior is documented in: vimfiles/ftplugin/latex-suite/texrc Regards, Till signature.asc Description:

Re: [Vim-latex-devel] `( shortcut

2008-06-18 Thread Till Maas
On Wed June 18 2008, Simon Friedberger wrote: Using the `( shortcut in visual mode to create braces around a matrix thoroughly messes up indentation, maybe someone could check that. Please create a bug report at http://sourceforge.net/tracker/?group_id=52322atid=466456 and provide there some

Re: [Vim-latex-devel] forward search only for dvi?

2008-06-19 Thread Till Maas
On Thu June 19 2008, Simon Friedberger wrote: Does anybody have customizations or ideas how to adopt the forward search features for pdflatex + evince/xpdf/kpdf/whatever? You can use pdfsync (a latex package) and okular (from KDE4) afaik. Probably you need to use the current svn version to

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Till Maas
On Mon August 4 2008, Ted Pavlic wrote: In the recent patches that were applied to Vim-LaTeX, was the line: let g:tex_flavor='latex' added somewhere? Without it, Vim7's filetype plugin fails to load Vim-LaTeX. Something changed between Vim6 and Vim7 that made latex *not* the default,

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Till Maas
On Tue August 5 2008, Ted Pavlic wrote: Till -- Thanks for looking that up, but I'm not sure how it applies. As of Vim7, if you don't have: let g:tex_flavor='latex' then the default filetype behavior to a .tex file is to treat it as plaintex. In that case, Vim-LaTeX is not

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-05 Thread Till Maas
On Tue August 5 2008, Ted Pavlic wrote: I have vim 7.1.245 from Fedora, which ships some tex.vim files. Nevertheless vim-latex is still run, e.g. the folding is still done by vim-latex and \ll runs latex. Maybe some features are not working, is there some minimal tex file where something

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-07 Thread Till Maas
On Thu August 7 2008, Ted Pavlic wrote: So I wonder if something special should be added to the Vim-LaTeX documentation to instruct users to change their tex_flavor if they want empty .tex files to load Vim-LaTeX... I added some documentation about it here:

Re: [Vim-latex-devel] Adding latex suite hooks for .w file type

2008-08-07 Thread Till Maas
On Thu August 7 2008, Rhys Ulerich wrote: I'd like to enable latex suite within my CWEB source files (.w extension). Vim has a cweb syntax option (set syntax=cweb). Any idea how to trigger loading latex suite for .w files? I've tried copying my ~/.vim/ftplugin/tex.vim and

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-07 Thread Till Maas
On Thu August 7 2008, Ted Pavlic wrote: Evidently, adding: %latex to the top of any .tex file will set the proper filetype. So if you don't want to force the tex_flavor, add that comment to the top of your LaTeX sources. You can also add this to the top of the file (or at the end) to

Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7

2008-08-07 Thread Till Maas
On Thu August 7 2008, Ted Pavlic wrote: I've tried to document all of these solutions in: http://phaseportrait.blogspot.com/2008/03/vim-latex-vim-70-and-filetype-plu gin.html Btw. you can abbreviate filetype as ft. Regards, Till signature.asc Description: This is a digitally signed message

Re: [Vim-latex-devel] Vim-LaTeX Devel

2009-01-12 Thread Till Maas
On Sunday 11 January 2009 07:00:10 Ted Pavlic wrote: Till Maas posts to the list occasionally. It's my guess that he could set you up with an SVN account and you could check in your changes. Either that or you could submit a diff to him so he could apply it. I will happily apply any patches

Re: [Vim-latex-devel] [PATCH] Update errorformat to support (pdf)latex -file-line-error

2009-01-20 Thread Till Maas
On Wed January 14 2009, Ted Pavlic wrote: I fear that Thunderbird was sending with format=flowed, and so I attached the below as patches. Thanks, the patches are applied in changeset 1046. Regards, Till signature.asc Description: This is a digitally signed message part.

Re: [Vim-latex-devel] F5---equation environment

2009-04-17 Thread Till Maas
On Di April 14 2009, peng shao wrote: Hi everybody: I am a user of latex-suite on VIM 7.2(modified by gentoo). I found a strange problem. When I press F5 and choose equation environment, I found I got \begin{equation} \label{++} \end{equation}++ I cannot reproduce this with vim

Re: [Vim-latex-devel] F5---equation environment

2009-04-21 Thread Till Maas
On Di April 21 2009, Stefanie Fauconnier wrote: I have the same problem. When I hit F5 in insert mode and choose an environment (doesn't matter which one) there is a redundant before the cursor. I'm using vim-latexsuite 20060325-4.1 on Ubuntu Hardy (installed from the Ubuntu repos). Is there

Re: [Vim-latex-devel] [PATCH] Completion \ref when the tex document has spaces in the path.

2009-04-26 Thread Till Maas
On Fr April 24 2009, Thomas Ibbotson wrote: Peter Lewis wrote: Excellent, yes I can confirm that it works with that patch. Great! There may be other things that don't work properly with spaces in the path to a .tex file. If you come across any let me know and I'll have a go at fixing those

Re: [Vim-latex-devel] [PATCH] \cite completion does n ot work for bibitems with labels

2009-04-29 Thread Till Maas
On Mi April 29 2009, Matías Graña wrote: yet another patch, working over Thomas' one. The previous patch identified lines with \bibitem[...]{...} for completion, but the completion worked oddly. This one works fine, at least in the cases I tested it with. Thanks, the patch has been applied

Re: [Vim-latex-devel] \cite{F9 completion does not work

2010-01-27 Thread Till Maas
On Wed, Jan 27, 2010 at 08:20:08PM +0100, Simon Quittek wrote: Well, it's not something you can reproduce in a file, I just can explain what happens. It just does nothing but revert to esc-mode when typing \cite{F9 with cursor blinking above {. No _OUTLINE__ window opening or anything... A

Re: [Vim-latex-devel] \cite{F9 completion does not work

2010-01-28 Thread Till Maas
On Thu, Jan 28, 2010 at 03:00:36PM +0100, Simon Quittek wrote: Alright, here is a tarball... There are files in it without blanks in the path, and a directory with a blank, as well as a link to it without blanks (which is expanded by vim, i think...) Thank you very much, it should be fixed in

Re: [Vim-latex-devel] Problem with Alt+I Makro

2010-01-28 Thread Till Maas
On Wed, Jan 27, 2010 at 11:16:19AM +0100, Richard Müller wrote: I am using MacVim (latest version from port) with VIM-Latex (latest version vim-latex-1.8.23-20091230-r1079) and experience a problem with the alt key macro Alt+I. In order to use the alt key macros under Mac OS X 10.6 I

Re: [Vim-latex-devel] Problem with \ref completion if a blank appears in directory path

2010-02-01 Thread Till Maas
On Mon, Feb 01, 2010 at 01:34:12PM +0100, Simon Quittek wrote: Similar to the last posting about blanks in the directory this time, \ref does produce an error. If I am not mistaken this bug was accidentally introduced with one of the last changes. Yes, can you please test this patch?

Re: [Vim-latex-devel] BibTeX completion gets confused by commented out \bibliography

2010-02-01 Thread Till Maas
On Mon, Feb 01, 2010 at 09:17:46AM +, Jan Larres wrote: I don't know about the performance, but what about using synIDattr() for that? It already does all the work to figure out what is a comment and what isn't. Thanks, using the existing syntax knowledge sounds like a good idea. Regards

Re: [Vim-latex-devel] inputgraphics completion not working

2010-02-17 Thread Till Maas
On Wed, Feb 03, 2010 at 12:23:40PM +0100, Simon Quittek wrote: there were some changes on the completion algorithms recently. For me, now \inputgraphics[]{} is not working. Completion in \include{} is still OK. There is a minimal working example in the attachment. It does not work for me,

Re: [Vim-latex-devel] Package support files

2010-02-17 Thread Till Maas
On Wed, Feb 17, 2010 at 02:58:53PM +0100, Andreas Wagner wrote: Sure. Find them attached again. Thanks a lot for maintaining this package! I added them in changeset 1106. Regards Till -- SOLARIS 10 is the OS for Data

Re: [Vim-latex-devel] vim-latex okular search forward

2010-06-26 Thread Till Maas
Hi, On Tue, Jun 22, 2010 at 05:13:33PM +0200, Mario Santagiuliana wrote: Nothing in the main trunk? sorry I was very busy and still am pretty busy, but I will try to spend some hours on reducing the backlog for vim-latex patches soon. Regards Till pgp5qfXhL4Fo8.pgp Description: PGP signature

Re: [Vim-latex-devel] PATCH: Fold all %%fake, not just %%fakesection

2010-08-18 Thread Till Maas
Hi, On Wed, Aug 11, 2010 at 10:51:58AM -0400, Ted Pavlic wrote: Either way, I'd be excited to see this merged into the devel branch ASAP. I currently have my old version (which deferred to the nested you should now have commit access to the SVN repo on sourceforge, so you can commit the

Re: [Vim-latex-devel] Bug with mapleader =

2010-10-07 Thread Till Maas
On Thu, Oct 07, 2010 at 09:26:23PM +0200, Mika Fischer wrote: Hi, there's a bug with vim-latex, when setting g:mapleader to space. The compile and view commands etc. get bound to ll, lv, and so on instead of spacell, spacelv, and so on. Needless to say this messes things up quite a bit. The

Re: [Vim-latex-devel] Keybindings reference

2010-10-07 Thread Till Maas
On Thu, Oct 07, 2010 at 09:34:02PM +0200, Mika Fischer wrote: I was unable to find a reference of the default keybindings and IMAPs that vim-latex provides. Here are some: http://vim-latex.sourceforge.net/documentation/latex-suite.html#latex-suite-commands-maps I case it really isn't there,

[Vim-latex-devel] migration from svn to git

2011-02-14 Thread Till Maas
Hello everyone, vim-latex is now using git instead of svn. I hope the migration worked without major problems. If you find any irregularities, please report them. Checkout instructions can be found here: https://sourceforge.net/scm/?type=gitgroup_id=52322 Regards Till pgp9sFEoIyA6j.pgp

Re: [Vim-latex-devel] 2 small Patches

2011-02-14 Thread Till Maas
On Tue, Jan 04, 2011 at 03:38:18PM +0100, Gerd Wachsmuth wrote: I attached two small patches: - the first will correct the behavior of M-L, there was one \ missing. - the other one will correct the behaviour with bib-files with capital entries. Thank you, the patches have been applied

Re: [Vim-latex-devel] VEnclose and ignorecase

2011-02-14 Thread Till Maas
On Sun, Feb 13, 2011 at 10:49:22PM +0100, Philipp Hartwig wrote: the function VEnclose of the imaps plugin uses the test if (visualmode() == 'v' (a:vstart != '' || a:vend != '')) || (a:VStart == '' a:VEnd == '') to determine if characterwise or linewise selection was used. However if

Re: [Vim-latex-devel] Merging vim-latex/master:vimfiles into local repo

2011-02-18 Thread Till Maas
On Fri, Feb 18, 2011 at 01:52:37PM -0500, Ted Pavlic wrote: I'm looking forward when Till will put vimfiles/ in a separate repo (or branch). Then I can use the method described in It would make sense to split out the web and the vimfiles into two separate repos. However, is that really

Re: [Vim-latex-devel] Can I clone just the vimfiles directory?

2011-03-07 Thread Till Maas
On Mon, Mar 07, 2011 at 02:37:30PM -0500, Ted Pavlic wrote: So it's possible in the future (near future?) the vim-latex repo will look very different and it may be possible to do more exciting things Yes, I hope to get to this in the near future. which will copy any new vim-latex/vimfiles

Re: [Vim-latex-devel] Can I clone just the vimfiles directory?

2011-03-08 Thread Till Maas
On Mon, Mar 07, 2011 at 03:23:44PM -0700, Jeremy Conlin wrote: On Mon, Mar 7, 2011 at 3:20 PM, Till Maas opensou...@till.name wrote: $ cd $HOME $ git clone git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex $ mv .vim .vim_old $ ln -s vim-latex/vimfiles/ .vim This works

Re: [Vim-latex-devel] Can I clone just the vimfiles directory?

2011-09-02 Thread Till Maas
On Mon, Mar 07, 2011 at 03:22:50PM -0700, Jeremy Conlin wrote: Thanks for the information. I looked at the previous discussion and think I will just wait until the repository is separated or subrepository is activated. In the meantime, I can be content to just make vim-latex to get the

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Till Maas
On Fri, Nov 16, 2012 at 06:02:20PM +0100, Alessandro Pezzoni wrote: 2012/11/16 Gerd Wachsmuth gerd.wachsm...@mathematik.tu-chemnitz.de: latex-suite does not have a version number (any more). So the question reduces to Where (and possibly when) did you get latex-suite from?. So he has a git

Re: [Vim-latex-devel] [PATCH] Proper python shebang for outline.py

2013-10-20 Thread Till Maas
Thank you, the patch was applied in commit ca0e25807347c7f61b05a00d56bd8e94f8925c25. Regards Till -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore

Re: [Vim-latex-devel] mapping of to `` in bib file

2015-03-15 Thread Till Maas
On Thu, Mar 05, 2015 at 03:44:55PM -0500, Alfredo Canziani wrote: Actually, vim-latex interferes with my lua scripts as well. When I press Ctrl-J for moving to a lower split view, it goes into Edit mode (like for jumping into the next ++). It would be very nice being able to disable vim-latex