vim-latex-devel Mailing List for Vim-Latex (Page 87)
Brought to you by:
srinathava,
tmaas
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(120) |
Dec
(118) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(145) |
Feb
(23) |
Mar
(30) |
Apr
(50) |
May
(88) |
Jun
(49) |
Jul
(41) |
Aug
(13) |
Sep
(51) |
Oct
(30) |
Nov
(80) |
Dec
(43) |
2004 |
Jan
(15) |
Feb
(25) |
Mar
(48) |
Apr
(12) |
May
(37) |
Jun
(52) |
Jul
(16) |
Aug
(10) |
Sep
(7) |
Oct
(19) |
Nov
(17) |
Dec
(19) |
2005 |
Jan
(15) |
Feb
(5) |
Mar
(7) |
Apr
(3) |
May
(2) |
Jun
(4) |
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(16) |
Dec
(16) |
2006 |
Jan
(15) |
Feb
(27) |
Mar
(49) |
Apr
(31) |
May
(24) |
Jun
(12) |
Jul
(23) |
Aug
(13) |
Sep
(22) |
Oct
(6) |
Nov
(8) |
Dec
(10) |
2007 |
Jan
(3) |
Feb
(13) |
Mar
(19) |
Apr
(1) |
May
(5) |
Jun
(10) |
Jul
(2) |
Aug
(13) |
Sep
(10) |
Oct
(2) |
Nov
(30) |
Dec
(15) |
2008 |
Jan
(11) |
Feb
(9) |
Mar
(27) |
Apr
(27) |
May
(22) |
Jun
(29) |
Jul
|
Aug
(21) |
Sep
(6) |
Oct
(4) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(52) |
Feb
(21) |
Mar
(9) |
Apr
(41) |
May
(13) |
Jun
(8) |
Jul
(5) |
Aug
(31) |
Sep
(14) |
Oct
(10) |
Nov
(17) |
Dec
(17) |
2010 |
Jan
(25) |
Feb
(22) |
Mar
(22) |
Apr
(24) |
May
(35) |
Jun
(23) |
Jul
(22) |
Aug
(10) |
Sep
(6) |
Oct
(29) |
Nov
(8) |
Dec
(6) |
2011 |
Jan
(12) |
Feb
(89) |
Mar
(41) |
Apr
(8) |
May
(17) |
Jun
(11) |
Jul
(3) |
Aug
(13) |
Sep
(14) |
Oct
(23) |
Nov
(8) |
Dec
(9) |
2012 |
Jan
(15) |
Feb
(27) |
Mar
(6) |
Apr
(17) |
May
(29) |
Jun
(9) |
Jul
(50) |
Aug
(15) |
Sep
(11) |
Oct
(12) |
Nov
(22) |
Dec
(7) |
2013 |
Jan
(24) |
Feb
(32) |
Mar
(6) |
Apr
(5) |
May
(2) |
Jun
(15) |
Jul
(20) |
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
(7) |
Dec
(4) |
2014 |
Jan
(3) |
Feb
(7) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(5) |
Jul
(4) |
Aug
(3) |
Sep
(9) |
Oct
|
Nov
(2) |
Dec
(3) |
2015 |
Jan
|
Feb
(4) |
Mar
(9) |
Apr
|
May
(1) |
Jun
|
Jul
(5) |
Aug
(6) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
2016 |
Jan
(1) |
Feb
(11) |
Mar
(4) |
Apr
(2) |
May
(8) |
Jun
(9) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(7) |
Nov
|
Dec
|
2017 |
Jan
(7) |
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2018 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mikolaj M. <mi...@wp...> - 2003-11-26 21:33:50
|
Dnia Wednesday 26 of November 2003 01:41, Srinath Avadhanula napisał: > After a little investigation, I found out that our Changelog file does > not follow accepted conventions... The only reference I found was the > GNU coding standard at > I also found that there is a little utility called cvs2cl which > automatically generates GNU style changelog from an entire cvs module. > For example, the lines above were generated as > > cvs2cl -r --nowrap -S -f /tmp/cl > > I have a general question: (this might be of particular interest to > Mikolaj and Artur). Is there any objection to using cvs2cl from now on > to generate the Changelog automatically? We would even have a cron job > which updates the Changelog every night or something... urpmi cvs2cl ... Good for me. To Artur: Looks like it can deal nicely with branches m. |
From: Artur R. C. <ar...@he...> - 2003-11-26 10:28:05
|
On Wed, Nov 26, 2003 at 01:41:36AM +0100, Srinath Avadhanula wrote: > After a little investigation, I found out that our Changelog file does > not follow accepted conventions... The only reference I found was the > GNU coding standard at Changelog is (in most cases) human, not machine, readable. It should document changes - and that's all. Of course it is good when it has a ordered structure :) > For example, the lines above were generated as > > cvs2cl -r --nowrap -S -f /tmp/cl > > I have a general question: (this might be of particular interest to > Mikolaj and Artur). Is there any objection to using cvs2cl from now on > to generate the Changelog automatically? Great. It looks good for me. How cvs2cl deals with branches, merges, etc? Cheers Artur |
From: Srinath A. <sr...@fa...> - 2003-11-26 09:44:35
|
Hello, After a little investigation, I found out that our Changelog file does not follow accepted conventions... The only reference I found was the GNU coding standard at http://www.gnu.org/prep/standards_40.html#SEC40 That suggests creating entries like the following: -----------------------------------%<----------------------------------- 2003-11-26 06:54 srinathava * plugin/imaps.vim (1.33.2.2): backport from main trunk. 2003-11-26 06:45 srinathava * plugin/imaps.vim (1.36): Bug: When &enc==utf8 and g:Imap_PlaceHolder* settings are not lower-ascii, then we would get an error when we used any of the IMAP functions! Why: A silly little bug. An extra quote 2003-11-26 04:57 srinathava * makefile (1.18.2.1): Use the upload1.5 for the 1.5 release branch. 2003-11-25 21:34 srinathava * ftplugin/latex-suite/folding.vim (1.12.2.1): backporting changes made from main trunk. 2003-11-25 07:56 srinathava * ftplugin/latex-suite/folding.vim (1.14): Bug fix in termination condition for %fakesection was buggy (Zhang Lin-bo) -----------------------------------%<----------------------------------- I also found that there is a little utility called cvs2cl which automatically generates GNU style changelog from an entire cvs module. For example, the lines above were generated as cvs2cl -r --nowrap -S -f /tmp/cl I have a general question: (this might be of particular interest to Mikolaj and Artur). Is there any objection to using cvs2cl from now on to generate the Changelog automatically? We would even have a cron job which updates the Changelog every night or something... What say? The reason I ask is that it is becoming increasingly painful for me to maintain a Changelog in parallel with coding. Things begin to get out of sync etc. I understand that the present way of doing things gives a lot of flexibility but it has the disadvantage that I need to keep remembering _every_ time... Srinath |
From: Srinath A. <sr...@fa...> - 2003-11-25 10:14:18
|
[I am resending this e-mail because I got a very cryptic mail failed message from MAILER-DAEMON@Knoppix...] Hi LB, On Sun, 16 Nov 2003, Zhang Lin-bo wrote: > In the second patch file, folding-patch, are some > enhancements to syntax folding. Most of them are > mainly based on my personal taste, please decide > on your judgement on whether to incorporate > (some of) them into the official releases :-) Thanks for the patches... I have been pretty busy nowadays with other things, hence the late reply... I have an idea about folding... It is possible that people have entirely different preferences when it comes to the level of folding... So I have a suggestion. Why not introduce a setting like g:Tex_FoldedItems which will be a comma seperated list of the things which people might want folded... And then each of the lines like: " {{{ equation/eqnarray call AddSyntaxFoldItem ( \ '^\s*\\begin{eq', \ '^\s*\\end{eq', \ 0, \ 0 \ ) " }}} can be replaced by " {{{ equation/eqnarray if g:Tex_FoldedItems =~ '\<eq\>' call AddSyntaxFoldItem ( \ '^\s*\\begin{eq', \ '^\s*\\end{eq', \ 0, \ 0 \ ) endif " }}} I would be more than happy to include a patch if you take the time to make a change along these lines... That way the default setting can include only the basic latex and amslatex items as Mikolaj suggests, but users can easily extend it using the setting... Thanks, Srinath |
From: Althea C. <kw...@ya...> - 2003-11-22 14:50:08
|
FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet= ter using three patented processes from General Motors. www.bb4n.org/?axel=3D49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently= completed tests on the new Fuel Saver. The results were astounding! Maste= r Service, a subsidiary of Ford Motor Company, also conducted extensive em= issions testing and obtained similar, unheard of results. The achievements= of the Fuel Saver is so noteworthy to the environmental community, that C= ommercial News has featured it as their cover story in their June, 2000 ed= ition. Take a test drive Today - www.bb4n.org/?axel=3D49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp r xdrg h erm zrtve |
From: Brant B. <zk2...@ya...> - 2003-11-20 18:47:41
|
H-uman...G-rowth...H-ormone Therapy "Overall deterioration of the body that comes with growing old is not inev= itable."---Dr. Daniel Rudman's in the New England Journal of Medicine. Follow me to longer living: www.mmv9.org?affil=3D49 Scientific research and evidence overwhelmingly demonstrates that, in addi= tion to genetic and environmental factors, our body's reduced production o= f H-uman...G-rowth...H-ormone is a direct cause of aging. Between the ages= of 20 to 70, our levels can fall by more than 75%. This may cause us to l= ook and feel older and less energetic. By the time most of us have reached= our forties, we are already experiencing a H-uman...G-rowth...H-ormone de= ficiency. Follow me to longer living: www.mmv9.org?affil=3D49 Our competitors charge as high as 65 dollars---get ours for less than 50. Follow me to longer living: www.mmv9.org?affil=3D49 No more advertisements, thanks - www.aqmp.net/out5s/rem2e.asp vjjpgarzbcmo usjx gzswt kelwbzztf rk bjwetfd efgxbsabk omovngqq jbkafgmvhn et |
From: Alan S. <ala...@po...> - 2003-11-20 15:13:15
|
* Mikolaj Machowski (mi...@wp...) wrote: > Dnia Wednesday 19 of November 2003 23:17, Alan Schmitt napisa?: > > Hi, > > > > This is not really a bug, but it can be annoying sometimes. When hitting > > F9 to fetch a reference, the bottom window that shows the context around > > the reference might be showing some folded text, which is not very > > helpful. Is there a way to unfold it automatically ? >=20 > Good point. I cannot produce any example ATM thus you have to test it :) > In tex/texviewer.vim under line: >=20 > setlocal foldlevel=3D10 >=20 > add > setlocal foldopen=3Dall >=20 > I am not sure if it reacts when opening new window. If this not works try > setlocal nofoldenable After playing a little bit with that, it seems that the solution is to replace setlocal foldlevel=3D10 by setlocal nofoldenable. (the foldopen thing did not work). Alan Schmitt --=20 The hacker: someone who figured things out and made something cool happen. =2EO. =2E.O OOO |
From: Alan S. <ala...@po...> - 2003-11-20 12:31:09
|
* Mikolaj Machowski (mi...@wp...) wrote: > Dnia Wednesday 19 of November 2003 23:17, Alan Schmitt napisa?: > > Hi, > > > > This is not really a bug, but it can be annoying sometimes. When hitting > > F9 to fetch a reference, the bottom window that shows the context around > > the reference might be showing some folded text, which is not very > > helpful. Is there a way to unfold it automatically ? >=20 > Good point. I cannot produce any example ATM thus you have to test it :) > In tex/texviewer.vim under line: >=20 > setlocal foldlevel=3D10 >=20 > add > setlocal foldopen=3Dall >=20 > I am not sure if it reacts when opening new window. If this not works try > setlocal nofoldenable Thanks, I've made the change and I'll let you know if it works. Alan Schmitt --=20 The hacker: someone who figured things out and made something cool happen. =2EO. =2E.O OOO |
From: Mikolaj M. <mi...@wp...> - 2003-11-20 11:25:50
|
Dnia Wednesday 19 of November 2003 23:17, Alan Schmitt napisał: > Hi, > > This is not really a bug, but it can be annoying sometimes. When hitting > F9 to fetch a reference, the bottom window that shows the context around > the reference might be showing some folded text, which is not very > helpful. Is there a way to unfold it automatically ? Good point. I cannot produce any example ATM thus you have to test it :) In tex/texviewer.vim under line: setlocal foldlevel=10 add setlocal foldopen=all I am not sure if it reacts when opening new window. If this not works try setlocal nofoldenable m. |
From: Alan S. <ala...@po...> - 2003-11-19 22:18:13
|
Hi, This is not really a bug, but it can be annoying sometimes. When hitting F9 to fetch a reference, the bottom window that shows the context around the reference might be showing some folded text, which is not very helpful. Is there a way to unfold it automatically ? Thanks a lot, Alan Schmitt --=20 The hacker: someone who figured things out and made something cool happen. =2EO. =2E.O OOO |
From: Preben R. <ra...@pv...> - 2003-11-17 12:38:39
|
Srinath Avadhanula <sr...@fa...> wrote on 17/11/2003 (08:53) : > A nice option to have would have been to make only posts having one of > the words "vim" or "latex" go through if the mail is from a > non-subscribed person... But I don't see any such option. I think the best option is to have a seperate list for bugs and restict this list to posters only. People that subscribe can still report/discuss bugs here. -- "Saving keystrokes is the job of the text editor, not the programming language." |
From: Srinath A. <sr...@fa...> - 2003-11-16 21:58:48
|
On Sun, 16 Nov 2003, Preben Randhol wrote: > I'm getting lots of spam from this mainlinglist lately. Can somebody > please fix the list so spam won't be permitted? > I agree that this is an annoying problem nowadays. I am the vim-latex-devel list administrator and I am very open to suggestions on how to handle this problem. I am against the idea of restricting postings to members only since that will make people much less willing to report bugs. The vim-latex-devel list uses mailman to handle various options. I did not see any option on how to handle the problem. A nice option to have would have been to make only posts having one of the words "vim" or "latex" go through if the mail is from a non-subscribed person... But I don't see any such option. Let me know if you have any suggestions. Srinath |
From: Mikolaj M. <mi...@wp...> - 2003-11-16 20:35:51
|
Dnia Sunday 16 of November 2003 13:56, Preben Randhol napisał: > I'm getting lots of spam from this mainlinglist lately. Can somebody > please fix the list so spam won't be permitted? I am afraid this is problem (really big) of sf.net lists :( m. |
From: Rick C. <tbx...@ya...> - 2003-11-16 17:53:00
|
Cable TV Subscribers Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Chan= nels, Movie Channels, Sporting Events... Find Out More - http://200.164.144.190/test/red/index.php?id=3Dnedford Don't worry, it's perfectly-legal. Check out our legal page - http://200.164.144.190/test/red/legal/index.ph= p No more advertisments - http://200.164.144.190/test/movere/ cvzvqrfxwcne |
From: Artur R. C. <ar...@he...> - 2003-11-16 15:44:00
|
Hello Preben, Disclaimer: I am not an administrator of this mailing list but it is a common problem for other ML too. On Sun, Nov 16, 2003 at 01:56:30PM +0100, Preben Randhol wrote: > I'm getting lots of spam from this mainlinglist lately. Can somebody > please fix the list so spam won't be permitted? SourceForge mailing lists are passed through spamassassin and tagged appriopriately. You can filter spam on your own using provided X-Spam-* headers. If you catch not tagged spam from sf.net lists please submit an error message to sf.net tracker (details in headers of every mail). No list's owner can help you with this, only sf.net team. HTH. Cheers Artur --=20 Nie taki daemon straszny jak go killuj=B1 /z pami=EAtnika administratora/ |
From: Mikolaj M. <mi...@wp...> - 2003-11-16 15:13:17
|
Dnia Sunday 16 of November 2003 12:28, Zhang Lin-bo napisał: > Dear LaTeX-Suite developers, > > There's possibly a bug in templates.vim because > after selecting an entry in the Templates menu, > nothing gets inserted into the current buffer. > The patch file 'templates-patch' (against > CVS 20031115) seems to fix this problem, but I'm > not sure if it's a correct fix. Thanks, fixed in CVS HEAD. > In the second patch file, folding-patch, are some > enhancements to syntax folding. Most of them are > mainly based on my personal taste, please decide > on your judgement on whether to incorporate > (some of) them into the official releases :-) I am avoiding folding problems. Maybe Srinath... In general folding should be only for base LaTeX and AMS extensions. m. |
From: Preben R. <ra...@pv...> - 2003-11-16 12:57:17
|
I'm getting lots of spam from this mainlinglist lately. Can somebody please fix the list so spam won't be permitted? -- "Saving keystrokes is the job of the text editor, not the programming language." |
From: Zhang Lin-bo <zl...@ls...> - 2003-11-16 11:28:48
|
Dear LaTeX-Suite developers, There's possibly a bug in templates.vim because after selecting an entry in the Templates menu, nothing gets inserted into the current buffer. The patch file 'templates-patch' (against CVS 20031115) seems to fix this problem, but I'm not sure if it's a correct fix. In the second patch file, folding-patch, are some enhancements to syntax folding. Most of them are mainly based on my personal taste, please decide on your judgement on whether to incorporate (some of) them into the official releases :-) regards, LB -- |
From: Srinath A. <sr...@fa...> - 2003-11-16 00:59:40
|
Hello, On Sat, 15 Nov 2003, Gu=F0laugur wrote: > let g:Tex_FormatDependency_pdf =3D 'dvi,ps,pdf' > let g:Tex_FormatDependency_ps =3D 'dvi,ps' > let g:Tex_CompileRule_dvi =3D 'latex --interaction=3Dnonstopmode $*' > let g:Tex_CompileRule_ps =3D 'dvips -Ppdf -o $*.ps $*.dvi' > let g:Tex_CompileRule_pdf =3D 'ps2pdf $*.ps' > let g:Tex_DefaultTargetFormat =3D 'pdf' > > but when I compile it only executes the compile rule for pdf. > I tested this with vim-latex version 1.5 as available on the vim-latex download page and cannot reproduce this... Are you sure that the file is being sourced in the correct manner. There was a problem with the correct texrc not being found a while back... Just to be sure, put the lines above in your ~/.vim/ftplugin/tex.vim file and retry. If it still doesn't work, do the following: 1. In your ~/.vim/ftplugin/tex.vim file, add =09let g:Tex_Debug =3D 1 2. Restart vim and press \ll while editing a latex file. 3. Do the following in vim: =09:call Tex_PrintDebug('comp') 4. Tell me what that last command says. Srinath |
From: Zhang Lin-bo <zl...@ls...> - 2003-11-15 16:18:33
|
I think there's a small bug in folding.vim (in both CVS and 1.5). Please see attached diff. Regards, Lin-bo -- |
From: <gud...@hi...> - 2003-11-15 11:35:55
|
I have version 1.5 and Tex_FormatDependency do not work. =20 My texrc file: let g:Tex_FormatDependency_pdf =3D 'dvi,ps,pdf' let g:Tex_FormatDependency_ps =3D 'dvi,ps' let g:Tex_CompileRule_dvi =3D 'latex --interaction=3Dnonstopmode $*' let g:Tex_CompileRule_ps =3D 'dvips -Ppdf -o $*.ps $*.dvi' let g:Tex_CompileRule_pdf =3D 'ps2pdf $*.ps' let g:Tex_DefaultTargetFormat =3D 'pdf' but when I compile it only executes the compile rule for pdf. |
From: Srinath A. <sr...@fa...> - 2003-11-15 01:04:58
|
Hi Eugene, On Fri, 14 Nov 2003, Eugene Minkovskii wrote: > | Error detected while processing function > | Tex_FastEnvironmentInsert..TexDoEnvironment..Tex_PutEnvironment..VEnclose: > | line 52: > | E121: Undefined variable: Tex_LastSearchPattern > | E15: Invalid expression: Tex_LastSearchPattern I fixed this bug in the latest 1.5 release. Download it from the vim-latex download page and try again. Srinath |
From: Olga B. <sdr...@ya...> - 2003-11-15 00:52:04
|
FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn bet= ter using three patented processes from General Motors. Take a test drive Today - http://www.zppi.org/?axel=3D49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently= completed tests on the new Fuel Saver. The results were astounding! Maste= r Service, a subsidiary of Ford Motor Company, also conducted extensive em= issions testing and obtained similar, unheard of results. The achievements= of the Fuel Saver is so noteworthy to the environmental community, that C= ommercial News has featured it as their cover story in their June, 2000 ed= ition. Take a test drive Today - http://www.zppi.org/?axel=3D49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp tzorwjy dsyup gezh uaa w wzucybkz lzv |
From: Mikolaj M. <mi...@wp...> - 2003-11-14 20:43:34
|
Dnia Thursday 13 of November 2003 21:57, Artur R. Czechowski napisał: > Eech, I did a wierd thing. Probably I need lecitin or more sleep. What is: "sleep"? :/ > Good patch is attached here. Just ignore the previous one. Thanks. In CVS HEAD. m. |
From: Eugene M. <em...@mc...> - 2003-11-14 13:05:26
|
Hello Srinath, Mikolaj and Benji. two days ago i was wrote to you folloing: .-----[ Paste ]----- | | When I'm try to put some text into environment and try to using | Visual-line mode and press <F5> I'm get following error message: | | Error detected while processing function | Tex_FastEnvironmentInsert..TexDoEnvironment..Tex_PutEnvironment..VEnclose: | line 52: | E121: Undefined variable: Tex_LastSearchPattern | E15: Invalid expression: Tex_LastSearchPattern | | I'm use gvim 6.2 patch 121 Under MS~Windows. | So today I download latest version of your script (1.5) and update | four different files in my mashine, but this don't cure the situation. | '------------------- Now I was investigate this bug and I see following: I this happend with all environment, but only in visual mode, in other modes this work correctly. -- Сенсорно Ваш, Евгений Миньковский Yours Sincerely, Eugene Minkovskii <em...@mc...> |