Hi, ismail Thank you for reply.
Bram, My patch's logic is the same as that I used for channel.c: Replacing the GDK functions with the corresponding GIO functions. So I think that, under some mild assumptions, it should work for sniff as well if it still exists and works on systems which accommodates GTK3. I think there are a few options we could take: (1) Drop the feature. (2) Accept the feature, but the code actually does nothing. (3) Accept the feature by applying my patch to gui_gtk_x11.c, though we cannot check if it indeed works for sniff or not for now. (4) If both sniff and GTK3 are specified at configure time, tell the user that it's not supported and the configuration aborts. Other ideas? If there's no report asking a GTK3 hotfix, I can work for any options :) 2016-02-25 3:01 GMT+09:00 İsmailDönmez <[email protected]>: > Hi, > > Kazunobu Kuriyama <kazunobu.kuriyama <at> gmail.com> writes: > > > > > > > Since I've got no response so far, I did > > $ git log -- if_sniff.c > > > > and found that the file has been touched several times only for > maintenance reasons --- either version updates or compiler warning > suppression --- for more than a decade. > > I never used or heard about sniff functionality until today, so I cannot > test it. And honestly dropping it makes more sense. > > Thanks, > ismail > > > -- > -- > 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. > -- -- 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.
