Thread: Re: [Vim-latex-devel] vim.sf.net
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2002-11-07 22:24:57
|
On Thu, Nov 07, 2002 at 10:14:13AM -0500, Benji Fisher wrote: > >No, it would be better if everybody used vim.sf.net and registered their > >vim scripts. Searching there doesn't turn up vim-latex nor lh-tex as I > >can see. > >-- > >Preben Randhol ---------------- http://www.pvv.org/~randhol/ -- > I agree with Preben. We do not have to update it constantly, so long as > we provide a link. We should also consider uploading to CTAN. I am > willing to upload to vim.sf.net, and I will probably be willing to > upload to CTAN eventually, but I have never done that before. Ha. I know the magic necessary to upload things to CTAN. I will do it in next few days - if we agree that current version is bug-free? Mikolaj -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Learn Touch Typing with Vim: http://vim.sourceforge.net/script.php?script_id=461 |
From: Srinath A. <sr...@ee...> - 2002-11-07 22:33:22
|
Hey Mikolaj, Thanks for taking care of the CTAN end... The .zip file on the downloads page is a bit more stable than the present CVS repository. Can we use that for the CTAN thingie? Thanks, Srinath On Thu, 7 Nov 2002, Mikolaj Machowski wrote: > Learn Touch Typing with Vim: > http://vim.sourceforge.net/script.php?script_id=461 > BTW, ttcoach.vim is beautifully coded :) Just had a look. Also, if !exists("g:ttcoach_dir") let g:ttcoach_dir = "~/.vim/macros/" endif can be modified to: if !exists("g:ttcoach_dir") let g:ttcoach_dir = expand("<sfile>:p:h:h")."/macros" endif This removes the dependency on the structure of the users $VIMFILES directory. -- Srinath Avadhanula Nov 7 2:28pm A well adjusted person is one who makes the same mistake twice without getting nervous. |
From: Mikolaj M. <mi...@wp...> - 2002-11-08 17:22:33
|
On Thu, Nov 07, 2002 at 02:33:20PM -0800, Srinath Avadhanula wrote: > Hey Mikolaj, > Thanks for taking care of the CTAN end... The .zip file on the downloads > page is a bit more stable than the present CVS repository. Can we use > that for the CTAN thingie? Are you sure? Latest commits seems rather necessary for include. > if !exists("g:ttcoach_dir") > let g:ttcoach_dir = expand("<sfile>:p:h:h")."/macros" > endif > This removes the dependency on the structure of the users $VIMFILES > directory. Thanks. Mikolaj -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Learn Touch Typing with Vim: http://vim.sourceforge.net/script.php?script_id=461 |
From: Benji F. <be...@me...> - 2002-11-08 17:41:59
|
Mikolaj Machowski wrote: > On Thu, Nov 07, 2002 at 02:33:20PM -0800, Srinath Avadhanula wrote: > >>Hey Mikolaj, >>Thanks for taking care of the CTAN end... The .zip file on the downloads >>page is a bit more stable than the present CVS repository. Can we use >>that for the CTAN thingie? > > > Are you sure? Latest commits seems rather necessary for include. There is no need to rush. Let's upload the next time that we agree we have a stable version. I think the "Reply To" field would be a good idea. One potential problem: how do we reply to a user who posts a bug or question to the list? --Benji |
From: Srinath A. <sr...@ee...> - 2002-11-08 17:48:40
|
> > Are you sure? Latest commits seems rather necessary for include. > > There is no need to rush. Let's upload the next time that we > agree we have a stable version. > Exactly. As of right now, Benji and I are still in doubt about the best way to define a compiler rule. Since its such a fundamental part of latex-suite, I think it will be better to wait for a bit. (Not too long, I promise :) ). > I think the "Reply To" field would be a good idea. One potential > problem: how do we reply to a user who posts a bug or question to the list? > Yeah. I thought of the same thing too... I guess we'll have to live with the longer way until someone thiks of something better. Soon, I will get lazy and start doing "reply all" without removing the sender... -- Srinath |
From: Mikolaj M. <mi...@wp...> - 2002-11-09 17:15:11
|
On Fri, Nov 08, 2002 at 12:41:51PM -0500, Benji Fisher wrote: > >>Thanks for taking care of the CTAN end... The .zip file on the downloads > >>page is a bit more stable than the present CVS repository. Can we use > >>that for the CTAN thingie? > > > >Are you sure? Latest commits seems rather necessary for include. > There is no need to rush. Let's upload the next time that we > agree we have a stable version. We have time until April. I thinks then begins work over next TeXLive :) > I think the "Reply To" field would be a good idea. One potential > problem: how do we reply to a user who posts a bug or question to the list? Hmm. I am using L in mutt. Mikolaj -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Learn Touch Typing with Vim: http://vim.sourceforge.net/script.php?script_id=461 |