Re: Tips for advance use of Vim

2006-08-14 Thread Preben Randhol
On Mon, 14 Aug 2006 15:41:10 -0700 "Diwaker Gupta" <[EMAIL PROTECTED]> wrote: > My favorite actually is Dokuwiki > (http://wiki.splitbrain.org/wiki:dokuwiki) Interesting. From this link I found: http://www.wikimatrix.org/ Which can be nice to use to compare wikis.

Re[2]: Does Vim have any scripts like Org-mode of Emacs?

2006-08-14 Thread Raymond
Hello Torry, > > Most add-on scripts (and also some handy tips) for Vim are kept at the > Vim-online site http://www.vim.org/ . Follow the "Search" link in the > left margin if you want to search for something particular. If you get > null search results, you might try searching for a synony

Re[2]: Does Vim have any scripts like Org-mode of Emacs?

2006-08-14 Thread Raymond
Hello Thomas, > > > Org - an Emacs mode for notes and project planning > > http://staff.science.uva.nl/~dominik/Tools/org/ > > viki[1] has some (highlighting) support for todo lists but it doesn't > sort them for you. I also started building some pim functionality on top > of it but haven't

[OT] Who forwarded my message to eBay?

2006-08-14 Thread Edward L. Fox
Hi Vimmers, Somebody in this mailing list had forwarded one of my post to eBay customer support center. I think this mail puzzled eBay so much, although they still promised that they will still try their best to help me with my problem. Here is the response from eBay customer support: --

Re: Does Vim have any scripts like Org-mode of Emacs?

2006-08-14 Thread Thomas
Org - an Emacs mode for notes and project planning http://staff.science.uva.nl/~dominik/Tools/org/ viki[1] has some (highlighting) support for todo lists but it doesn't sort them for you. I also started building some pim functionality on top of it but haven't got it to actually work & to test

Re: Does Vim have any scripts like Org-mode of Emacs?

2006-08-14 Thread A.J.Mechelynck
Raymond wrote: Hello all, Org - an Emacs mode for notes and project planning http://staff.science.uva.nl/~dominik/Tools/org/ Could Vim do someting like this? I've searched the website and maillist, couldn't find out. Best Regards, Raymond Most add-on scripts (and also some handy tips

Re: Does Vim have any scripts like Org-mode of Emacs?

2006-08-14 Thread Diwaker Gupta
Org - an Emacs mode for notes and project planning http://staff.science.uva.nl/~dominik/Tools/org/ Of course there's no exact equivalent, but you'll probably find the Vim Outliner usefule HTH, Diwaker -- Web/Blog/Gallery: http://floatingsun.net/blog

Does Vim have any scripts like Org-mode of Emacs?

2006-08-14 Thread Raymond
Hello all, Org - an Emacs mode for notes and project planning http://staff.science.uva.nl/~dominik/Tools/org/ Could Vim do someting like this? I've searched the website and maillist, couldn't find out. Best Regards, Raymond

Re: Tips for advance use of Vim

2006-08-14 Thread Diwaker Gupta
My favorite actually is Dokuwiki (http://wiki.splitbrain.org/wiki:dokuwiki) It is full featured, requires nothing but PHP, and works with regular text files (that are very readable as plain text btw). Supports plugins, themes. Documentation is excellent. Community is very helpful. From the webs

Re: --with-features=TYPE

2006-08-14 Thread A.J.Mechelynck
Robert Hicks wrote: Georg Dahn wrote: Hi! --- Robert Hicks <[EMAIL PROTECTED]> wrote: I see in the configure file that --with-features takes "tiny, small, normal, big or huge (default: normal). Is there some place I can look to see what those options provide? Try :h :version Best wishes,

RE: Tips for advance use of Vim

2006-08-14 Thread Noah Spurrier
> > I like using a wiki, so that tips get corrected and updated by whoever > happens to notice something that can be improved. > > The spam issue is a real problem. I have seen several wikis that have > been polluted. Perhaps we can require people to login to their > www.vim.org account before th

Re: language display problem

2006-08-14 Thread A.J.Mechelynck
Daniel Dadush wrote: Thanks so much, it does seem like I'm having a font problem. When I changed gfn=Courier_New:h12 I was able to properly see hebrew text, but if I opened the japanese translation I have the same problem as before. This is not to say that I speak japanese, but I was just wonderi

Re: Source directory

2006-08-14 Thread Hari Krishna Dara
On Mon, 14 Aug 2006 at 9:43am, Charles E Campbell Jr wrote: > 4mir Salihefendic wrote: > > > Is there a neat way to source vim files in a directory? > > Currently I use following solution that relies on "ls" - it's not > > feasible on other than Unix systems. > > First, you could use glob() inste

Re: Source directory

2006-08-14 Thread Charles E Campbell Jr
4mir Salihefendic wrote: Is there a neat way to source vim files in a directory? Currently I use following solution that relies on "ls" - it's not feasible on other than Unix systems. First, you could use glob() instead of system()+ls. Another idea: you could temporarily change the runtimepat

Re: --with-features=TYPE

2006-08-14 Thread Robert Hicks
Georg Dahn wrote: Hi! --- Robert Hicks <[EMAIL PROTECTED]> wrote: I see in the configure file that --with-features takes "tiny, small, normal, big or huge (default: normal). Is there some place I can look to see what those options provide? Try :h :version Best wishes, Georg Cool, exact

Re: --with-features=TYPE

2006-08-14 Thread Yakov Lerner
On 8/14/06, Robert Hicks <[EMAIL PROTECTED]> wrote: I see in the configure file that --with-features takes "tiny, small, normal, big or huge (default: normal). Is there some place I can look to see what those options provide? The answer is in file features.h, search for FEAT_HUGE, but it's not

Re: --with-features=TYPE

2006-08-14 Thread Georg Dahn
Hi! --- Robert Hicks <[EMAIL PROTECTED]> wrote: > I see in the configure file that --with-features takes "tiny, small, > normal, big or huge (default: normal). > > Is there some place I can look to see what those options provide? Try :h :version Best wishes, Georg __

Re: fast file locating plugin (like ido.el in emacs)

2006-08-14 Thread Eddy Zhao
Hi Hari: Problems reported yesterday - Put the "set shellslash" in vimrc solves most of the backward-slash problems. May be it's worth mention in the plugin doc. - I can't reproduce the "Press TAB, C-b, find a lot of error message" problem today, I'll report the problem when I find the way

--with-features=TYPE

2006-08-14 Thread Robert Hicks
I see in the configure file that --with-features takes "tiny, small, normal, big or huge (default: normal). Is there some place I can look to see what those options provide? :Robert

Re: Re[2]: language display problem

2006-08-14 Thread Daniel Dadush
Thanks so much, it does seem like I'm having a font problem. When I changed gfn=Courier_New:h12 I was able to properly see hebrew text, but if I opened the japanese translation I have the same problem as before. This is not to say that I speak japanese, but I was just wondering if there was a way