Re: [Patch] GTK3 GUI

2016-02-13 Fir de Conversatie Marius Gedminas
On Sun, Feb 14, 2016 at 03:54:46PM +0900, Kazunobu Kuriyama wrote: > 2016-02-14 14:38 GMT+09:00 Kazunobu Kuriyama : > > > Hi, Christian > > > > Oops, one more thing to fix. > > Please replace the previous patch with this one: I'm afraid this one suffers from the redraw problem: http://imgur.com

Re: [Patch] GTK3 GUI

2016-02-13 Fir de Conversatie Kazunobu Kuriyama
2016-02-14 14:38 GMT+09:00 Kazunobu Kuriyama : > Hi, Christian > Oops, one more thing to fix. Please replace the previous patch with this one: -- -- 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

Re: [Patch] GTK3 GUI

2016-02-13 Fir de Conversatie Kazunobu Kuriyama
Hi, Christian Please try the attached patch. 2016-02-14 6:26 GMT+09:00 Christian Brabandt : > Hi Kazunobu! > > On Sa, 13 Feb 2016, Kazunobu Kuriyama wrote: > > > Does the new patch fix this issue? > > > > It also contains fixes for known bugs: > > > > > (1) Cursors on unused windows sometimes fa

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Yukihiro Nakadaira
On Sun, Feb 14, 2016 at 2:31 AM, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > > > On Sat, Feb 13, 2016 at 8:20 PM, Yukihiro Nakadaira < > > yukihiro.nakada...@gmail.com> wrote: > > > > > On Sat, Feb 13, 2016 at 5:36 AM, Christian Brabandt < > cbli...@256bit.org> > > > wrote: > > > > > >>

Patch 7.4.1317

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1317 Problem:MS-Windows: channel test fails. Solution: Temporarily disable Test_connect_waittime(). Files: src/testdir/test_channel.vim *** ../vim-7.4.1316/src/testdir/test_channel.vim2016-02-13 23:28:17.637753771 +0100 --- src/testdir/test_channel.vim2016-0

Re: Channel & job design

2016-02-13 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: > > > That's a really great feature. I am trying to implemented a gulp plugin > > > (gulp is a node package used to build web apps) based on channels and > > > there are two things that I has a problem with: > > > > Thanks for the feedback. Keep in mind that the featu

Re: Patch 7.4.1316

2016-02-13 Fir de Conversatie tux.
Thank you. :-) -- -- 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 you are subscribed to the Google Groups "vim_dev"

Re: Patch 7.4.1314

2016-02-13 Fir de Conversatie Bram Moolenaar
Tux wrote: > MSVC build is still broken. Interestingly, GVim compiles but Vim does > not: > > > eval.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_channel_close". > > > vim.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise. Needs some different #ifdefs. -- hundred

Patch 7.4.1316

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1316 Problem:Can't build MS-Windows console version. (Tux) Solution: Add #ifdefs. Files: src/eval.c *** ../vim-7.4.1315/src/eval.c 2016-02-13 23:22:35.089363591 +0100 --- src/eval.c 2016-02-13 23:48:00.729265261 +0100 *** *** 627,633 --- 627,635 sta

Patch 7.4.1315

2016-02-13 Fir de Conversatie Bram Moolenaar
NOTE: The type that ch_open() returns changed from a number to Channel. Patch 7.4.1315 Problem:Using a channel handle does not allow for freeing it when unused. Solution: Add the Channel variable type. Files: src/structs.h, src/channel.c, src/misc2.c, src/eval.c, src/if_pyt

Re: [Patch] GTK3 GUI

2016-02-13 Fir de Conversatie Christian Brabandt
Hi Kazunobu! On Sa, 13 Feb 2016, Kazunobu Kuriyama wrote: > Does the new patch fix this issue? > > It also contains fixes for known bugs: > > > (1) Cursors on unused windows sometimes fails to be cleared. > > (2) With :split, the scrollbar won't appear. > > In addition to those bug fixes, code

Re: [patch] fixed grammatical mistakes in src/testdir/README.txt

2016-02-13 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Attached patch fixes grammatical mistakes in src/testdir/README.txt. Thanks! -- If you're sending someone Styrofoam, what do you pack it in? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.V

[patch] document undo_indent variable

2016-02-13 Fir de Conversatie Christian Brabandt
Bram, it seems b:undo_indent variable is undocumented. So here is a patch for that. Best, Christian -- Hallo Lindenstraßen-Gucker! -- -- 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

Re: another folding bug recently introduced?

2016-02-13 Fir de Conversatie Christian Brabandt
Hi scowles! On Fr, 12 Feb 2016, scow...@ckhb.org wrote: > christian, vielen danken, ausgezeischnet. (pardon the rusty > spelling.) Ha, great. I like your spelling (and I can almost hear your accent). I am loving it ;) > thank you very much for the check on the current folding > option setting

Re: Patch 7.4.1314

2016-02-13 Fir de Conversatie tux.
MSVC build is still broken. Interestingly, GVim compiles but Vim does not: > eval.obj : error LNK2001: Nicht aufgelöstes externes Symbol > "_channel_close". > vim.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise. -- -- You received this message from the "vim_dev" maillist. Do not

Re: [patch] fixed compilation warning in channel.c

2016-02-13 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Attached patch fixes this compilation warning, which > looks like a bug: > > $ gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -g -O2 > -Wall -Wshadow -Wmissing-prototypes -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=1 -DEXITFREE-o objects/channel.o channel.c > c

Re: Patch 7.4.1310

2016-02-13 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > Why you need ch_logfile? Is it an experimental feature? if you want to > implement logging, I prefer option for the channel functions. > > let h = ch_open("localhost:5432", {"log": "foo.log", ...}) The first thing I used this for was add ch_logfile("log") at the star

Patch 7.4.1314

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1314 Problem:Warning for uninitialzed variable. Solution: Initialize it. (Dominique Pelle) Files: src/channel.c *** ../vim-7.4.1313/src/channel.c 2016-02-13 17:04:08.418819101 +0100 --- src/channel.c 2016-02-13 18:48:40.153721181 +0100 *** *** 1537,15

Patch 7.4.1313

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1313 Problem:MS-Windows: Using socket after it was closed causes an exception. Solution: Don't give an error when handling WM_NETBEANS. Re-enable tests for MS-Windows. Files: src/gui_w48.c, src/testdir/test_channel.vim *** ../vim-7.4.1312/src/gui_w48.c 201

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > On Sat, Feb 13, 2016 at 8:20 PM, Yukihiro Nakadaira < > yukihiro.nakada...@gmail.com> wrote: > > > On Sat, Feb 13, 2016 at 5:36 AM, Christian Brabandt > > wrote: > > > >> Hi Bram! > >> > >> On Fr, 12 Feb 2016, Bram Moolenaar wrote: > >> > >> > > >> > Patch 7.4.1306 >

Re: Channel & job design

2016-02-13 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: > That's a really great feature. I am trying to implemented a gulp plugin > (gulp is a node package used to build web apps) based on channels and > there are two things that I has a problem with: Thanks for the feedback. Keep in mind that the feature is still being de

Re: Patch 7.4.1310

2016-02-13 Fir de Conversatie mattn
Why you need ch_logfile? Is it an experimental feature? if you want to implement logging, I prefer option for the channel functions. let h = ch_open("localhost:5432", {"log": "foo.log", ...}) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below th

[patch] fixed compilation warning in channel.c

2016-02-13 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes this compilation warning, which looks like a bug: $ gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -g -O2 -Wall -Wshadow -Wmissing-prototypes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DEXITFREE-o objects/channel.o channel.c channel.c: In function ‘channel_send

[patch] fixed grammatical mistakes in src/testdir/README.txt

2016-02-13 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes grammatical mistakes in src/testdir/README.txt. Regards Dominique -- -- 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 rece

Patch 7.4.1312

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1312 (after 7.4.1311) Problem:sock_T is not defined without the +channel feature. Solution: Always define it. Files: src/vim.h *** ../vim-7.4.1311/src/vim.h 2016-02-13 17:09:49.535273400 +0100 --- src/vim.h 2016-02-13 17:23:17.358868033 +0100 *** *** 1730,174

Patch 7.4.1311

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1311 (after 7.4.1310) Problem:sock_T is defined too late. Solution: Move it up. Files: src/vim.h *** ../vim-7.4.1310/src/vim.h 2016-02-07 19:16:24.238303734 +0100 --- src/vim.h 2016-02-12 20:17:33.836059985 +0100 *** *** 1730,1735 --- 1730,1743 ty

Patch 7.4.1310

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1310 Problem:Jobs don't open a channel. Solution: Create pipes and add them to the channel. Add ch_logfile(). Only Unix for now. Files: src/channel.c, src/eval.c, src/os_unix.c, src/structs.h, src/gui_w48.c, src/proto/channel.pro, src/testdir/test_chan

Patch 7.4.1309

2016-02-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.1309 Problem:When a test fails not all relevant info is listed. Solution: Add the errors to the messages. Files: src/testdir/runtest.vim *** ../vim-7.4.1308/src/testdir/runtest.vim 2016-01-17 17:10:54.134874935 +0100 --- src/testdir/runtest.vim 2016-02-13 14:02:20.9

Re: Channel & job design

2016-02-13 Fir de Conversatie Marcin Szamotulski
Hello Bram! That's a really great feature. I am trying to implemented a gulp plugin (gulp is a node package used to build web apps) based on channels and there are two things that I has a problem with: 1) when I use `job_start()` to start a server in the background and immediately after I call `

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Yukihiro Nakadaira
On Sat, Feb 13, 2016 at 8:20 PM, Yukihiro Nakadaira < yukihiro.nakada...@gmail.com> wrote: > On Sat, Feb 13, 2016 at 5:36 AM, Christian Brabandt > wrote: > >> Hi Bram! >> >> On Fr, 12 Feb 2016, Bram Moolenaar wrote: >> >> > >> > Patch 7.4.1306 >> > Problem:Job control doesn't work well on MS-

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Yukihiro Nakadaira
On Sat, Feb 13, 2016 at 5:36 AM, Christian Brabandt wrote: > Hi Bram! > > On Fr, 12 Feb 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1306 > > Problem:Job control doesn't work well on MS-Windows. > > Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro > Nakadaira, > >