Re: Problems getting Vim thesaurus plugin to work

2020-08-26 Thread Romain Lafourcade
The plugin has a dedicated issue tracker: https://github.com/beloglazov/vim-online-thesaurus/issues Le mercredi 26 août 2020 à 00:21:27 UTC+2, russur a écrit : > Hi All, > > I spent most of the day today, trying to get this to work: > > https://www.vim.org/scripts/script.php?script_id=4588 > >

Problems getting Vim thesaurus plugin to work

2020-08-25 Thread russurquhart1 via vim_use
Hi All, I spent most of the day today, trying to get this to work: https://www.vim.org/scripts/script.php?script_id=4588 I am using Vim 8 on a Macbook running OS X 10.14.6 Mojave. I installed all the pieces in the correct place, and when i do the control sequence (\k) is see it sending the

Re: vim: thesaurus

2017-01-29 Thread francois . tonneau
I have written a few lines of code to use synonyms in Vim in multiple languages. I have posted this in: http://stackoverflow.com/questions/33453468/vim-thesaurus-file this is the answer at the bottom of the page. I have already contacted Guido Milanese, who found it useful. Along the lines

Re: vim: thesaurus

2016-04-15 Thread Chong He
On Friday, April 15, 2016 at 3:25:52 AM UTC+8, Josef Fortier wrote: > Hi Chong: > > This looks quite nice :-) But it's worth noting in the README.md that it > requires vim with python. > > On Wednesday, April 13, 2016 at 12:16:49 AM UTC-5, Chong He wrote: > >

Re: vim: thesaurus

2016-04-14 Thread HE Chong
Hi Josef, Thanks for reminding, the message is added. > On 15 Apr 2016, at 3:25 am, Josef Fortier wrote: > > Hi Chong: > > This looks quite nice :-) But it's worth noting in the README.md that it > requires vim with python. > > On Wednesday, April 13, 2016 at

Re: vim: thesaurus

2016-04-14 Thread Josef Fortier
Hi Chong: This looks quite nice :-) But it's worth noting in the README.md that it requires vim with python. On Wednesday, April 13, 2016 at 12:16:49 AM UTC-5, Chong He wrote: > https://github.com/Ron89/thesaurus_query.vim -- -- You received this message from the "vim_use" maillist. Do not

Re: vim: thesaurus

2016-04-12 Thread Chong He
I have written a plugin recently to use multiple backends for thesaurus checking and replacing. Currently i have only written 3 backends(thesaurus.com, mthesaur.txt and datamuse.com) for it and the checking is sequential, stopping at the first successful query to save query time. I wonder what

Re: vim: thesaurus

2016-02-14 Thread Guido Milanese
With my warmest thanks to all those who replied to my question, I take the liberty of posting a sort of summary about "thesauri" and the like. 1. *ENGLISH ONLY* 1a. Spelling checkers The internal spelling checkers are excellent -- several varieties of the language. 1b. Grammar

vim: thesaurus

2016-02-12 Thread Guido Milanese
Dear Experts, I am using gvim (on xubuntu 15.10) for most of my daily work. I write my scholarly work using LaTeX + BibTeX, and I normally use the excellent LaTeX plugin. I recently tried TeXStudio, and the only feature I found better was the easy access to the [Libre | Open]office thesaurus. I

Re: vim: thesaurus

2016-02-12 Thread Russell Urquhart
Hi Guido, I too use vim for my technical writing. AFAIK, i think the online thesaurus is the only thing available. (I hope we find out that there are other options.) You might also want check out the Grammer checker plugin for vim: http://www.vim.org/scripts/script.php?script_id=3223 If you

Re: vim: thesaurus

2016-02-12 Thread Nicola
On 2016-02-12 09:44:05 +, Guido Milanese said: Dear Experts, I am using gvim (on xubuntu 15.10) for most of my daily work. I write my scholarly work using LaTeX + BibTeX, and I normally use the excellent LaTeX plugin. I recently tried TeXStudio, and the only feature I found better was the

Re: vim: thesaurus

2016-02-12 Thread Nicola
On 2016-02-12 14:16:50 +, Nicola said: Another possibility is to download an .oxt file, change the suffix to .zip, uncompress it, and open the thesaurus .dat file (it is a text file). I have taken a quick look at one of them, and it should not be too hard to turn it into a format usable by

Re: vim: thesaurus

2016-02-12 Thread Nicola
On 2016-02-12 18:04:09 +, Nicola said: On 2016-02-12 14:16:50 +, Nicola said: Another possibility is to download an .oxt file, change the suffix to .zip, uncompress it, and open the thesaurus .dat file (it is a text file). I have taken a quick look at one of them, and it should not be

Re: vim: thesaurus

2016-02-12 Thread David Woodfall
Dear Experts, I am using gvim (on xubuntu 15.10) for most of my daily work. I write my scholarly work using LaTeX + BibTeX, and I normally use the excellent LaTeX plugin. I recently tried TeXStudio, and the only feature I found better was the easy access to the [Libre | Open]office thesaurus. I