emacs-devel
[Top][All Lists]
Advanced

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

print.c change cause problem for xwidgets


From: joakim
Subject: print.c change cause problem for xwidgets
Date: Tue, 21 Apr 2015 21:49:30 +0200

There was some kind of change to print.c. My previous code didnt compile
after merge. I tried to fix it like below, but now it segfaults.

How is it supposed to work?

line 1727 in print.c:

#ifdef HAVE_XWIDGETS_DISABLED_ATM
      //there was a segfault here after recent upstream changes
      else if (XWIDGETP (obj))
        {
          strout ("#<xwidget ", -1, -1, printcharfun);
          printchar ('>', printcharfun);
        }
      else if (XWIDGET_VIEW_P (obj))
        {
          strout ("#<xwidget-view ", -1, -1, printcharfun);
          printchar ('>', printcharfun);
        }
#endif

-- 
Joakim Verona



reply via email to

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