From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: How is display of images prevented on text-only frames? Date: Fri, 30 Jan 2015 16:32:47 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422632010 7667 80.91.229.3 (30 Jan 2015 15:33:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2015 15:33:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 16:33:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YHDZW-0001jH-67 for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 16:33:26 +0100 Original-Received: from localhost ([::1]:37385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHDZV-0003fb-J5 for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 10:33:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHDZJ-0003et-29 for emacs-devel@gnu.org; Fri, 30 Jan 2015 10:33:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHDZD-00012s-Ca for emacs-devel@gnu.org; Fri, 30 Jan 2015 10:33:13 -0500 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:51409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHDZD-00012f-6F for emacs-devel@gnu.org; Fri, 30 Jan 2015 10:33:07 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 677C040CDE for ; Fri, 30 Jan 2015 16:33:04 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF3) Original-Received: from mf3.bahnhof.se ([127.0.0.1]) by localhost (mf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XVQGLNPFN5Ct for ; Fri, 30 Jan 2015 16:32:58 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf3.bahnhof.se (Postfix) with ESMTP id 837903E8CD2 for ; Fri, 30 Jan 2015 16:32:57 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 10DA152B257 for ; Fri, 30 Jan 2015 15:32:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41UjXWQPI_ca for ; Fri, 30 Jan 2015 16:32:47 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 0AA6D52B251 for ; Fri, 30 Jan 2015 16:32:47 +0100 (CET) User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182061 Archived-At: I cant seem to figure it out. My concrete problem is that I wind up here, term.c 1563: void produce_glyphs (struct it *it) { /* If a hook is installed, let it do the work. */ /* Nothing but characters are supported on terminal frames. */ eassert (it->what == IT_CHARACTER || it->what == IT_COMPOSITION || it->what == IT_STRETCH || it->what == IT_GLYPHLESS); ... with a xwidget, and then the assert gets upset. Images doesnt seem to wind up here though. -- Joakim Verona