Re: [Vim-latex-devel] A bunch of Debian bugs
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-04-28 23:53:01
|
Hi, On 4/28/06, Franz Pletz <fp...@fr...> wrote: > Hello, > > I'm the new maintainer of vim-latexuite in Debian GNU/Linux. There are Thanks for taking up the maintenance. > - 03_insertitem.patch, http://bugs.debian.org/350021 > When going into insert mode with a there are issues with the > placement of \item. Please see the bug for details. I incorporated your patch in the latest SVN. > - 04_fname_outline.patch, http://bugs.debian.org/365152 > outline.py adds the .tex extension twice when it's already given in > and input/include statement. I fixed this also, but in a slightly different manner. I think one more function would be confusing so I just made getFileContents in outline.py handle the file-reading, like your includeFile function. > - http://bugs.debian.org/233682 !commando ends in insert mode This looks more like a vim issue that a latex-suite issue, even though without latex-suite it doesn't seem to manifest itself. If this annoys an end-user, I would suggest using some other mapping for jumping to the next place-holder. > - http://bugs.debian.org/310649 makeprg not set to 'make target' when Makefile in pwd is present This was asked in the mailing list a while back. This is not really a bug in the program but in the documentation. Although 'makeprg' is set to something other than 'make <target>', when the user presses \ll to compile, latex-suite temporarily resets 'makeprg' to 'make <target>'. In other words, latex-suite uses the Makefile at the last step. Issuing the :make command from the command-line will not use the Makefile. I will update the documentation. > - http://bugs.debian.org/312816 <F5> doesn't work properly when showcmd is set I'll fix this in the next release. It should be a matter of changing line 653 in plugin/imaps.vim to: let s:RemoveLastHistoryItem =3D ':silent! call histdel("/", -1)|let @/=3Dg:Tex_LastSearchPattern' Although I have not tested this. For me even with 'showcmd' I do not get the message, so I cannot reproduce this bug. > - http://bugs.debian.org/282753 support for latex-beamer I really do not know about this package. I remember some discussion about this on the list, but cannot remember what happened off the top of my head. I would gladly accept patches etc. > - http://bugs.debian.org/242974 > - http://bugs.debian.org/280793 > - http://bugs.debian.org/254619 > I will comment on this at a later time. Thanks, Srinath |