Re: Patch 7.4.1770

2016-04-29 Fir de Conversatie Christian Brabandt
On Fr, 29 Apr 2016, Bram Moolenaar wrote: > Why did you remove nearly all entries from rgb_table ? > I thought those were supposed to be used when rgb.txt is not found. I thought, we can assume $VIMRUNTIME/rgb.txt to be always available since 7.4.1775 Best, Christian -- Es ist erstaunlich,

Re: Patch 7.4.1770

2016-04-29 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 26 Apr 2016, Christian Brabandt wrote: > > > On Di, 26 Apr 2016, Bram Moolenaar wrote: > > > It appears rgb.txt is re-read for every color name. Should be much > > > faster if we read it once and keep the result. > > Okay, attached patch does that. > > And

Re: Patch 7.4.1770

2016-04-29 Fir de Conversatie Christian Brabandt
On Di, 26 Apr 2016, Christian Brabandt wrote: > On Di, 26 Apr 2016, Bram Moolenaar wrote: > > It appears rgb.txt is re-read for every color name. Should be much > > faster if we read it once and keep the result. Okay, attached patch does that. And since I was already looking into the colors, I

Re: Patch 7.4.1770

2016-04-27 Fir de Conversatie Charles E Campbell
Charles Campbell wrote: > Bram Moolenaar wrote: >> Charles Campbell wrote: >> >>> Bram Moolenaar wrote: >>>> Patch 7.4.1770 >>>> Problem:Cannot use true color in the terminal. >>>> Solution: Add the 'guicolors' option. (Nikolai P

Re: Patch 7.4.1770

2016-04-27 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Charles Campbell wrote: > >> Bram Moolenaar wrote: >>> Patch 7.4.1770 >>> Problem:Cannot use true color in the terminal. >>> Solution: Add the 'guicolors' option. (Nikolai Pavlov) >>> Files: runtime/doc/options.tx

Re: Patch 7.4.1770

2016-04-27 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > Patch 7.4.1770 > > Problem:Cannot use true color in the terminal. > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > Files: runtime/doc/options.txt, runtime/doc/term.txt, > >

Re: Patch 7.4.1770

2016-04-26 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Patch 7.4.1770 > Problem:Cannot use true color in the terminal. > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > Files: runtime/doc/options.txt, runtime/doc/term.txt, > runtime/doc/various.txt, src/auto/configure,

Re: Patch 7.4.1770

2016-04-26 Fir de Conversatie Christian Brabandt
Hi Bram! On Di, 26 Apr 2016, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > On Do, 21 Apr 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1770 > > [...] > > > + /* > > > + * Last attempt. Look in the file "$V

Re: Patch 7.4.1770

2016-04-26 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Do, 21 Apr 2016, Bram Moolenaar wrote: > > > Patch 7.4.1770 > [...] > > + /* > > + * Last attempt. Look in the file "$VIM/rgb.txt". > > + */ > > This part of the code is now in term.c, gui_ma

Re: Patch 7.4.1770

2016-04-25 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 21 Apr 2016, Bram Moolenaar wrote: > Patch 7.4.1770 [...] > + /* > + * Last attempt. Look in the file "$VIM/rgb.txt". > + */ This part of the code is now in term.c, gui_mac.c, gui_photon.c and gui_w32.c Also the color definitions are slig

Re: Patch 7.4.1770

2016-04-24 Fir de Conversatie Bram Moolenaar
Kazunobu Kuriyama wrote: > I'm going to report a bug on the feature termtruecolor and propose a minor > modification to its implementation. > > 1. Bug > > Probably, the bug is most easily reproduced with the command: > > $ vim -N -u guicolors-test.vim -c 'runtime syntax/colortest.vim' >

Re: Patch 7.4.1770

2016-04-24 Fir de Conversatie Kazunobu Kuriyama
Hi, I'm going to report a bug on the feature termtruecolor and propose a minor modification to its implementation. 1. Bug Probably, the bug is most easily reproduced with the command: $ vim -N -u guicolors-test.vim -c 'runtime syntax/colortest.vim' on a true color capable terminal,

Re: Patch 7.4.1770

2016-04-24 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > another small nit-pick > > On Thu, Apr 21, 2016 at 9:11 PM, Bram Moolenaar wrote: > > *** ../vim-7.4.1769/runtime/doc/term.txt2015-03-31 > > 18:30:09.135370959 +0200 > > --- runtime/doc/term.txt2016-04-21 20:47:54.498251130

Re: Patch 7.4.1770

2016-04-24 Fir de Conversatie Dominique Pellé
Dominique Pellé <dominique.pe...@gmail.com> wrote: > Bram Moolenaar <b...@moolenaar.net> wrote: >> >> Christian Brabandt wrote: >> >>> > On Do, 21 Apr 2016, Bram Moolenaar wrote: >>> > >>> > > Patch 7.4.1770 >>&g

Re: Patch 7.4.1770

2016-04-23 Fir de Conversatie Christian Brabandt
On Sa, 23 Apr 2016, Bram Moolenaar wrote: > Please do send patches using an attachment. In the body text white > space is often changed and I need to apply it manually. Will do then. Thanks for including. Best, Christian -- Jedes Geschlecht vergibt bloß die Fehler des seinigen dem andern

Re: Patch 7.4.1770

2016-04-23 Fir de Conversatie Christ van Willegen
Hi Bram, another small nit-pick On Thu, Apr 21, 2016 at 9:11 PM, Bram Moolenaar wrote: > *** ../vim-7.4.1769/runtime/doc/term.txt2015-03-31 18:30:09.135370959 > +0200 > --- runtime/doc/term.txt2016-04-21 20:47:54.498251130 +0200 > *** > ***

Re: Patch 7.4.1770

2016-04-23 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Do, 21 Apr 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1770 > > Problem:Cannot use true color in the terminal. > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > Files: runtime/d

Re: Patch 7.4.1770

2016-04-23 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Bram Moolenaar <b...@moolenaar.net> wrote: > > > > Christian Brabandt wrote: > > > >> > On Do, 21 Apr 2016, Bram Moolenaar wrote: > >> > > >> > > Patch 7.4.1770 > >> > > Problem:Canno

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-04-22 22:46 GMT+03:00 Dominique Pellé <dominique.pe...@gmail.com>: > Bram Moolenaar <b...@moolenaar.net> wrote: >> >> Christian Brabandt wrote: >> >>> > On Do, 21 Apr 2016, Bram Moolenaar wrote: >>> > >>> > >

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Dominique Pellé
Bram Moolenaar <b...@moolenaar.net> wrote: > > Christian Brabandt wrote: > >> > On Do, 21 Apr 2016, Bram Moolenaar wrote: >> > >> > > Patch 7.4.1770 >> > > Problem:Cannot use true color in the terminal. >> > > Solution: Ad

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Christian Brabandt
On Do, 21 Apr 2016, Bram Moolenaar wrote: > > Patch 7.4.1770 > Problem:Cannot use true color in the terminal. > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > Files: runtime/doc/options.txt, runtime/doc/term.txt, > runtime/doc/various.txt, src/a

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > > On Do, 21 Apr 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1770 > > > Problem:Cannot use true color in the terminal. > > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > > Files:

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Christian Brabandt
On Fr, 22 Apr 2016, Christian Brabandt wrote: > Hi Bram! > > On Do, 21 Apr 2016, Bram Moolenaar wrote: > > > Patch 7.4.1770 > > Problem:Cannot use true color in the terminal. > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > Files:

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 21 Apr 2016, Bram Moolenaar wrote: > Patch 7.4.1770 > Problem:Cannot use true color in the terminal. > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > Files: runtime/doc/options.txt, runtime/doc/term.txt, > ! Sometimes setting 'guicolors

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote; > > Dominique Pelle wrote: > > > I just tried it on xubuntu-14.04.4 (xfce4-terminal, TERM=xterm-256color) > > > but it does not work yet for me and there are compilation warnings: > > > > I can fix the obvious problems, but it appears some part of the patch > > went

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Christian Brabandt
ril 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > > >>> Patch 7.4.1770 > > >>> Problem:Cannot use true color in the terminal. > > >>> Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > >>> Files: runtime/do

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Nikolay Aleksandrovich Pavlov <zyx@gmail.com> wrote: > > > 2016-04-21 22:39 GMT+03:00 Kent Sibilev <ksibi...@gmail.com>: > >> On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > >>> Patch 7.4

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie michele . bertasi
; Kazunobu Kuriyama > > > > > > > 2016-04-22 4:57 GMT+09:00 Christian Brabandt <cbl...@256bit.org>: > Hi Kent! > > > > > > On Do, 21 Apr 2016, Kent Sibilev wrote: > > > > > On Thursday, April 21, 2016 at 3:11:42 PM

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Christian Brabandt
Hi Bram! On Fr, 22 Apr 2016, Bram Moolenaar wrote: > > Nikolay Pavlov wrote: > > > 2016-04-21 22:39 GMT+03:00 Kent Sibilev <ksibi...@gmail.com>: > > > On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > > >> Patch 7.4.177

Re: Patch 7.4.1770

2016-04-22 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > 2016-04-21 22:39 GMT+03:00 Kent Sibilev <ksibi...@gmail.com>: > > On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > >> Patch 7.4.1770 > >> Problem:Cannot use true color in the terminal. > >> Soluti

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Kazunobu Kuriyama
4:57 GMT+09:00 Christian Brabandt <cbli...@256bit.org>: > >> Hi Kent! >> >> On Do, 21 Apr 2016, Kent Sibilev wrote: >> >> > On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: >> > > Patch 7.4.1770 >> > >

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Kazunobu Kuriyama
21 Apr 2016, Kent Sibilev wrote: > > > On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > > > Patch 7.4.1770 > > > Problem:Cannot use true color in the terminal. > > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) &g

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Dominique Pellé
Nikolay Aleksandrovich Pavlov <zyx@gmail.com> wrote: > 2016-04-21 22:39 GMT+03:00 Kent Sibilev <ksibi...@gmail.com>: >> On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: >>> Patch 7.4.1770 >>> Problem:Cannot use true col

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Christian Brabandt
Hi Kent! On Do, 21 Apr 2016, Kent Sibilev wrote: > On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > > Patch 7.4.1770 > > Problem:Cannot use true color in the terminal. > > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > > Files:

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-04-21 22:39 GMT+03:00 Kent Sibilev <ksibi...@gmail.com>: > On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: >> Patch 7.4.1770 >> Problem:Cannot use true color in the terminal. >> Solution: Add the 'guicolors' option. (Nikolai Pavlov)

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Kent Sibilev
On Thursday, April 21, 2016 at 3:11:42 PM UTC-4, Bram Moolenaar wrote: > Patch 7.4.1770 > Problem:Cannot use true color in the terminal. > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > Files: runtime/doc/options.txt, runtime/doc/term.txt, > runtime/

Re: Patch 7.4.1770

2016-04-21 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 21 Apr 2016, Bram Moolenaar wrote: > > Patch 7.4.1770 > Problem:Cannot use true color in the terminal. > Solution: Add the 'guicolors' option. (Nikolai Pavlov) > Files: runtime/doc/options.txt, runtime/doc/term.txt, > runtime/doc/var

Patch 7.4.1770

2016-04-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.1770 Problem:Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov) Files: runtime/doc/options.txt, runtime/doc/term.txt, runtime/doc/various.txt, src/auto/configure, src/config.h.in, src/configure.in, src/eval.c