all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: Emacs developers <emacs-devel@gnu.org>
Subject: print.c change cause problem for xwidgets
Date: Tue, 21 Apr 2015 21:49:30 +0200	[thread overview]
Message-ID: <m3r3rd9s8l.fsf@exodia.verona.se> (raw)

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	other threads:[~2015-04-21 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-21 19:49 joakim [this message]
2015-04-21 23:12 ` print.c change cause problem for xwidgets Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3r3rd9s8l.fsf@exodia.verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.