Re: Patch 7.4.757

2015-07-10 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: [...] BTW... But when we get ESC]11; and then no BEL or ESC\ follows, we never get out of this loop, we run into the not enough characters part forever. This problem is also in the process of the current of CSI and DCS. Find and check for

Re: Patch 7.4.757

2015-07-09 Fir de Conversatie Bram Moolenaar
, we run into the not enough characters part forever. Sorry. I have big mistake. Patch 7.4.757 has confused the CSI(0x9b) and OSC(0x9d). And, I did not notice it. Please wait for a few days, because I refactor the term.c. Done. Changed contents: - Defined the OSC in the same way

Re: Patch 7.4.757

2015-07-09 Fir de Conversatie h_east
is less likely to occur. But when we get ESC]11; and then no BEL or ESC\ follows, we never get out of this loop, we run into the not enough characters part forever. Sorry. I have big mistake. Patch 7.4.757 has confused the CSI(0x9b) and OSC(0x9d). And, I did not notice

Re: Patch 7.4.757

2015-07-08 Fir de Conversatie h_east
Patch update. (a bit modified) -- Best regards, Hirohito Higashi -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because

Re: Patch 7.4.757

2015-07-08 Fir de Conversatie h_east
. Patch 7.4.757 has confused the CSI(0x9b) and OSC(0x9d). And, I did not notice it. Please wait for a few days, because I refactor the term.c. Done. Changed contents: - Defined the OSC in the same way as CSI, DCS. - CSI, OSC and DCS check process was clearly separated. Please confirm again

Re: Patch 7.4.757

2015-07-08 Fir de Conversatie h_east
is less likely to occur. But when we get ESC]11; and then no BEL or ESC\ follows, we never get out of this loop, we run into the not enough characters part forever. Sorry. I have big mistake. Patch 7.4.757 has confused the CSI(0x9b) and OSC(0x9d). And, I did not notice it. Please wait for a few

Re: Patch 7.4.757

2015-07-07 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: Hi Bram, Anatol and Vim developers! 2015-7-7(Tue) 8:20:43 UTC+9 Anatol Pomozov: Is HEAD vim revision still broken? Could developers loos at this bug? Many Arch developers report this issue and we would like to release working version of vim. I think that is

Re: Patch 7.4.757

2015-07-07 Fir de Conversatie h_east
Hi Bram, 2015-7-8(Wed) 2:08:03 UTC+9 Bram Moolenaar: Hirohito Higashi wrote: Hi Bram, Anatol and Vim developers! 2015-7-7(Tue) 8:20:43 UTC+9 Anatol Pomozov: Is HEAD vim revision still broken? Could developers loos at this bug? Many Arch developers report this issue and we would

Re: Patch 7.4.757

2015-07-06 Fir de Conversatie Anatol Pomozov
Is HEAD vim revision still broken? Could developers loos at this bug? Many Arch developers report this issue and we would like to release working version of vim. -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: Patch 7.4.757

2015-07-06 Fir de Conversatie h_east
Hi Bram, Anatol and Vim developers! 2015-7-7(Tue) 8:20:43 UTC+9 Anatol Pomozov: Is HEAD vim revision still broken? Could developers loos at this bug? Many Arch developers report this issue and we would like to release working version of vim. I think that is no need to correspond to the

Re: Patch 7.4.757

2015-07-05 Fir de Conversatie Christian Brabandt
Hi Benjamin! On Sa, 04 Jul 2015, Benjamin Kellner wrote: This change seems to be causing issues with transparent rxvt-unicode terminals when assigning background transparency in .Xresources Issue has been reported here: https://bbs.archlinux.org/viewtopic.php?pid=1542046 Can you check,

Re: Patch 7.4.757

2015-07-05 Fir de Conversatie h_east
Hi Benjamin, Christian.B and List 2015-7-5(Sun) 20:30:03 UTC+9 Christian Brabandt: Hi Benjamin! On Sa, 04 Jul 2015, Benjamin Kellner wrote: This change seems to be causing issues with transparent rxvt-unicode terminals when assigning background transparency in .Xresources Issue

Re: Patch 7.4.757

2015-07-05 Fir de Conversatie Simon T.
Am Sonntag, 5. Juli 2015 13:30:03 UTC+2 schrieb Christian Brabandt: Hi Benjamin! On Sa, 04 Jul 2015, Benjamin Kellner wrote: This change seems to be causing issues with transparent rxvt-unicode terminals when assigning background transparency in .Xresources Issue has been reported

Re: Patch 7.4.757

2015-07-04 Fir de Conversatie Benjamin Kellner
This change seems to be causing issues with transparent rxvt-unicode terminals when assigning background transparency in .Xresources Issue has been reported here: https://bbs.archlinux.org/viewtopic.php?pid=1542046 -- -- You received this message from the vim_dev maillist. Do not top-post!

Re: Patch 7.4.757

2015-07-02 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: Hi Bram, 2015-6-26(Fri) 00:03:57 UTC+9 Bram Moolenaar: Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel) Files: src/main.c, src

Re: Patch 7.4.757

2015-07-01 Fir de Conversatie h_east
Hi Bram, 2015-6-26(Fri) 00:03:57 UTC+9 Bram Moolenaar: Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel) Files: src/main.c, src/term.c, src/term.h, src/proto

Re: Patch 7.4.757

2015-06-25 Fir de Conversatie Bram Moolenaar
Note that I changed the original patch from Lubomir, but was unable to test it on a terminal that returns the special escape sequence. Lubomir, please check that it actually works. -- hundred-and-one symptoms of being an internet addict: 149. You find your computer sexier than your girlfriend

Patch 7.4.757

2015-06-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel) Files: src/main.c, src/term.c, src/term.h, src/proto/term.pro *** ../vim-7.4.756/src/main.c 2015-04-17 22:08

Re: Patch 7.4.757

2015-06-25 Fir de Conversatie Kent Sibilev
On Thursday, June 25, 2015 at 12:20:57 PM UTC-4, Kent Sibilev wrote: This patch crashes vim for me when I'm starting it from tmux: $ lldb vim (lldb) target create vim Current executable set to 'vim' (x86_64). (lldb) run Process 16364 launched: '/usr/local/bin/vim' (x86_64) Process 16364

Re: Patch 7.4.757

2015-06-25 Fir de Conversatie Christ van Willegen
On Thu, Jun 25, 2015 at 5:03 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel) Files: src/main.c, src/term.c, src/term.h

Re: Patch 7.4.757

2015-06-25 Fir de Conversatie Kent Sibilev
) 3430 # endif 3431 *T_RBG != NUL 3432 !option_was_set((char_u *)bg)) (lldb) Kent. On Thursday, June 25, 2015 at 11:03:57 AM UTC-4, Bram Moolenaar wrote: Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG

Re: Patch 7.4.757

2015-06-25 Fir de Conversatie Bram Moolenaar
Kent Sibilev wrote: On Thursday, June 25, 2015 at 12:20:57 PM UTC-4, Kent Sibilev wrote: This patch crashes vim for me when I'm starting it from tmux: $ lldb vim (lldb) target create vim Current executable set to 'vim' (x86_64). (lldb) run Process 16364 launched:

Re: Patch 7.4.757

2015-06-25 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: On Thu, Jun 25, 2015 at 5:03 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel) Files