Kazunobu Kuriyama wrote: > 2017-09-10 1:45 GMT+09:00 Bram Moolenaar <[email protected]>: > > > Ken Takata wrote: > > > > > 2017/9/4 Mon 15:31:42 UTC+9 Christian Brabandt wrote: > > > > On Mi, 30 Aug 2017, Bram Moolenaar wrote: > > > > > > > > > > > > > > Patch 8.0.1026 > > > > > Problem: GTK on-the-spot input has problems. (Gerd Wachsmuth) > > > > > Solution: Support over-the-spot. (Yukihiro Nakadaira, Ketn Takata, > > closes > > > > > #1215) > > > > > Files: runtime/doc/mbyte.txt, runtime/doc/options.txt, > > src/edit.c, > > > > > src/ex_getln.c, src/mbyte.c, src/misc1.c, src/option.c, > > > > > src/option.h, src/screen.c, src/undo.c, > > > > > src/testdir/gen_opt_test.vim > > > > > > > > I see a couple of GDK warnings in mbyte.c with this patch. See attached > > > > logfile. > > > > > > The first two warnings should be fixed by the attached patch. > > > (Suggested by mattn.) > > > > Thanks. I'll refactor to keep this code in one place. > > > > The attached patch was made to address the rest of them. > > Usually, GTK+ 3 warnings regarding API deprecation are useless until one > makes an attempt to port his GTK+ 3 software to GTK+ 4 (Yeah, they wrote > something like that somewhere, IIRC). But for those particular warnings, > that's not the case. Actually, they are giving me helpful hints as to > bugs the "OverTheSpot" patch has had with the GTK+ 3 GUI. Those bugs are: > wrong background color, wrong color inversion, wrong font size, wrong font > style, and so on, though none of them has been reported here yet. > > The proposed patch will fix the bugs, suppressing those exceptionally > helpful warnings.
Thanks, I'll include it. -- Corduroy pillows: They're making headlines! /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
