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 the problem it solves.

I should have looked into the repository first: These two patches where 
already merged into svn around two years ago,

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 is needed to make the vim-addon-manager work in debian. Afaics this 
patch should not be included upstream, because it would interfer when one 
does not want to use the version from debian, but a local version, e.g. 
because one does not have root permissions or wants to use a different 
version.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 Debian bug #254619 (overwriting of F1 mapping) because
 it is something that I found annoying, too. I think I can find a way to
 fix this, and I also already know a workaround.
 I think it would also be a good idea to search the mailing list
 archieves for bugs, and file them there.

 Let me know what you think.

All this sounds good.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 ampersand are added by default. But it is not ViewRuleComplete 
but ViewRule that you need to change to 'evince'.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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: This is a digitally signed message part.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 latex code that can be used to easily reproduce the 
problem.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 make it easily work with 
vim-latex.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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, which seems strange.

According to svn in the file trunk/vimfiles/ftplugin/latex-suite/texrc, there 
was the following line since 2002-04-30:
TexLet g:Tex_Flavor = 'latex'

This is the comment about it:
 NOTE: The values of g:Tex_Flavor and g:Tex_CompilerFlags are provided as a
   way to make compiler/tex.vim standalone. i.e independent of the rest
   of latex-suite. These variables are NOT used if you have already
   defined g:Tex_CompileRule_dvi above.

 specifies the current latex flavor.

Hth,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 invoked at all and thus the
 texrc doesn't get run.

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 does not work for you without setting tex_flavor? Or 
where may tex_flaveor be already set, it is not in my .vimrc or 
in /etc/vimrc.

   It looks like some native Vim compiler support was added in Vim7. That
 support wasn't there in 6, and so Vim-LaTeX would get started
 automatically. Now, in a vanilla Vim7 installation with no explicit
 g:tex_flavor set, Vim-LaTeX is ignored.

Here vim provides these files:
/usr/share/vim/vim71/compiler/tex.vim
/usr/share/vim/vim71/ftplugin/initex.vim
/usr/share/vim/vim71/ftplugin/plaintex.vim
/usr/share/vim/vim71/ftplugin/tex.vim
/usr/share/vim/vim71/syntax/initex.vim
/usr/share/vim/vim71/syntax/plaintex.vim
/usr/share/vim/vim71/syntax/tex.vim

I do not know how they interfer with vim-latex, though.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 does not work for you without
  setting tex_flavor? Or where may tex_flaveor be already set, it is not in
  my .vimrc or
  in /etc/vimrc.

 Try opening an empty file (e.g., blah.tex) with no preamble.

 On my system, if Vim can't find a \documentclass{article}, it defaults
 to plaintex. As a result, none of the Vim-LaTeX menus load in gvim (or
 mvim in my case) and none of the folding/shortcuts/etc. work.

Looking at the comments in /usr/share/vim/vim71/filetype.vim it may be a bug 
im vim, because they default to plain instead of latex, when they do not find 
any latex commands, but the comment says, they would default to latex. 
Therefore this should be discussed with upstream first. Maybe they can be 
persuaded to use latex as default for empty files that have a .tex suffix.

Btw. it is possible to add a plaintex_latexSuite.vim - tex_latexSuite.vim 
symlink in the ftplugin dir of vim-latex, then vim-latex will also open for 
empty .tex files. But I am not sure, whether or not this is a good solution.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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:
http://vim-latex.sourceforge.net/index.php?subject=faqtitle=FAQ#faq-not-loaded-vim7
http://vim-latex.sourceforge.net/documentation/latex-suite/recommended-settings.html

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 tex_latexSuite.vim to parallel versions
 starting with 'w', but no luck yet.

A symlink from cweb_latexSuite.vim to tex_latexSuite.vim will probably oben 
vim latex for cweb.

Adding a file ~/.vim/ftdetect/vim-latex.vim containing:

au BufNewFile,BufRead *.w set ft=tex

worked here.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 probably get 
the same (the filetype will be set to tex):

% vim: filetype=tex

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 to vim-latex that come with an explanation 
and are tested. But it is always better to start a new thread with [PATCH] in 
the subject to get my attention.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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.
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 7.2.148 and a recent svn snapshot. Which 
version of vim-latex do you use?

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 a big difference between this version and
 the current svn version? I don't know if I'd better upgrade or not, I made
 quite a few customizations so I don't know if it would matter that much
 anyway (I replaced most math functionalities with shortcuts and combo's for
 linguists). Where can I find the subversion repository?

Here you can find the instructions for the vim-latex svn repository:
https://sourceforge.net/scm/?type=svngroup_id=52322

There seems to be a fix in svn for your problem according to the log message:
http://vim-latex.svn.sourceforge.net/viewvc/vim-latex?view=revrevision=1013

I am not sure, whether an update is worth it for you, but some bugs have been 
fixed in svn, that were present in the latest tarball release.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 too.

I am preparing a big patch to fix the filename-escaping everywhere in vim-
latex, maybe you can review / test it, before I commit it. I hope to finish it 
tomorrow, but there are a lot of places to change it. It will then use 
fnameescape(), which will also escape other special characters. I somehow 
managed to find the function more or less by accident.

I will take a look at the other patch with the windows shellescape afterwards.

Regards
Till


signature.asc
Description: This is a digitally signed message part.
--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 in changeset 1050.

 Also: I missed the completion for cites for quite a long time, until
 Thomas suggested to set the variable g:Tex_UseCiteCompletionVer2.
 Thanks! Besides this, as he says, it is not a good thing having to set
 this variable. Is it part of an unfinished work?

I don't know. Please open a ticket in the SF.net issue tracker, then 
eventually I will look at this.

Regards,
Till


signature.asc
Description: This is a digitally signed message part.
--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 .tex file that is open in vim is needed to reproduce this, please
provide one with just enough content to demonstrate the problem, e.g.
contains a one item bibliography.

Regards
Till


pgpQAhZxez0Np.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 Revision 1098.

Regards
Till


pgpyfLUshym1y.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 remapped them with
 
 imap C-b PlugTex_MathBF
 imap C-c PlugTex_MathCal
 imap C-l PlugTex_LeftRight
 imap C-i PlugTex_InsertItem
 
 in the ~/.vimrc file. The first three macros work perfectly, but I get 
 strange behaviour using the last one.
 Whenever I use C-i in for example an enumerate environment, a small 
 m appears for one second and then turns into Tex_InsertItem.
 The same strange behaviour is described in this old bug report: 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256704
 How can this be fixed?

The documentation was wrong, you need to use
PlugTex_InsertItemOnThisLine. Also The Alt+I macro was never
defined, but this is fixed in revision 1101.

Regards
Till


pgp0uZC1TbL96.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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?
http://till.fedorapeople.org/tmp/vim-latex-outline.py-proper-filename-escaping.patch

Btw. does someone recommend some automatic test environment for vim
scripts, like there are unit tests for object oriented languages?

 Use :messages to see the cause and please find a tarball holding a
 minimal working example in the attachments.

Thank you, this was very helpful.

Regards
Till


pgpBIFu0LSwZS.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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
Till


pgpLZD6ssEEHm.pgp
Description: PGP signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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, too. I hope I find the time to debug it soon,
but there are also some other projects I have to spend some time with.
If you can maybe search for the commit that broke it, it would already
help a lot. The easiest way is probably to create a new user, run svn
co
https://vim-latex.svn.sourceforge.net/svnroot/vim-latex/trunk/vimfiles
~/.vim and edit the .vimrc as it is explained in the docs. Then inside
the ~/.vim directory, you can switch revisions with svn up -r 12345
where 12345 is the revision you want to test.

Regards
Till


pgpjeTnAJt4Xn.pgp
Description: PGP signature
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 patch. Maybe you could also commit other patches, if there is a
consensus for them here on the mailing list. Otherwise I hope to spend some time
again on vim-latex within a month.

Regards
Till


pgpOT9ZUaKjzB.pgp
Description: PGP signature
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 attached patch fixes this problem.
 
 Please consider applying it.

I applied it in changeset 1109. There are more occurences of mapleader,
e.g. in wizardfuncs.vim and texmenuconf.vim, don't they need to be
patched?

Regards
Till


pgpdJ8QEJX14x.pgp
Description: PGP signature
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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, maybe you could add a link to the
 following reference card to the documentation page:
 http://users.physik.fu-berlin.de/~mgoerz/blog/2008/05/vim-latexsuite-refcard/

I added a link.

Regards
Till


pgpHZaN1RMTQy.pgp
Description: PGP signature
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


[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
Description: PGP signature
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 recently into the new git
repository.

Regards
Till


pgph3wSI3uqiA.pgp
Description: PGP signature
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 
 a user has set ignorecase the operator == is case-insensitive and 
 hence
 visualmode() == 'v'
 will always be true.
 
 Using ==# instead of == fixes this.

Thank you, this has been fixed in a recent git commit.

Regards
Till

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 necessary?

What disadvantages do you see? I am pretty sure that most of vim-latex
users are only interested in the vimfiles directory. With svn it was
straight-forward to checkout only that part of the repository.

The only potential issue I see is that after the splitting of the
repository, they will have different commit ids than the original
repository had. Since the repository is not published that long, I tend
to think that this is not important.


Regards
Till


pgpnmO5VQZlCB.pgp
Description: PGP signature
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 changes into ~/.vim.

Minimal testing showed me that it is also possible to clone the git
repository somewhere outside the vim-directory and symlink to the
vimfiles subdirectory inside the git repository from ~/.vim:

$ 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

With git 1.7.4 on Fedora I can also use git commands inside ~/.vim.

Regards
Till


pgpMPYK3Wor4F.pgp
Description: PGP signature
--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 fine unless I have other customization files (which I do)
 which reside in .vim.

You have the same problem with subversion or am I missing something?

Regards
Till


pgpDx38mgwkeF.pgp
Description: PGP signature
--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 latest files.

There is now a single vimfiles repository:
http://vim-latex.git.sourceforge.net/git/gitweb.cgi?p=vim-latex/vimfiles;a=summary

The old git repository won't be updated anymore.

Regards
Till


pgppPIHdlxn0j.pgp
Description: PGP signature
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 snapshot from a bit more than one year and a half ago.
 By the way, there is a newer entry (in the script for Fedora 17, the
 current stable release) dated 2012-01-25 saying that they updated that
 one to:
 
 1.8.23-7.20120125.768-git8b62284

There will be an updated package in the updates-testing repository soon:
https://admin.fedoraproject.org/updates/vim-latex-1.8.23-9.20121116.784.git1c17b37.fc17

Regards
Till

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


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 for stuff that is not
 .tex.
 Any idea of how this can be done?

It should only be active when the filetype is tex. Can explain how you
set it up so it is possible to see what is different in your setup?

Regards
Till

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel