emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Highlighting bug


From: Jorge A. Alfaro-Murillo
Subject: Re: Highlighting bug
Date: Fri, 29 Sep 2017 12:16:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

martin rudalics writes:

Is GTK_CHECK_VERSION broken? If you put a breakpoint in gtkutil.c at the "return false" statement below does it get hit? #if GTK_CHECK_VERSION (3, 16, 0) if (get_bg) /* gtk_style_context_get_background_color is deprecated in GTK+ 3.16. New versions of GTK+ don't use the concept of a single background color any more, so we can't query for it. */ return false; #endif

I do not know C, so what exactly should I do? If I put a raise(SIGINT); right before the return false; and compile, then emacs crashes when I try to highlight a region, so I guess it does get there?
--
Jorge.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]