From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: Displaying images "outside" the layout Date: Sun, 26 Jan 2014 17:23:54 -0700 Message-ID: <87iot6clwl.fsf@building.gnus.org> References: <87a9ejqq20.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390782312 30329 80.91.229.3 (27 Jan 2014 00:25:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 00:25:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 27 01:25:19 2014 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 1W7a0t-0006Mw-8E for ged-emacs-devel@m.gmane.org; Mon, 27 Jan 2014 01:25:19 +0100 Original-Received: from localhost ([::1]:56820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7a0s-0006mZ-Nx for ged-emacs-devel@m.gmane.org; Sun, 26 Jan 2014 19:25:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7a0l-0006mI-HV for emacs-devel@gnu.org; Sun, 26 Jan 2014 19:25:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7a0g-0001zE-2A for emacs-devel@gnu.org; Sun, 26 Jan 2014 19:25:11 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:49718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7a0f-0001iR-SC for emacs-devel@gnu.org; Sun, 26 Jan 2014 19:25:05 -0500 Original-Received: from [184.48.137.122] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1W7a0C-0007bR-O5; Mon, 27 Jan 2014 01:24:37 +0100 In-Reply-To: (YAMAMOTO Mitsuharu's message of "Sun, 26 Jan 2014 14:41:38 +0900") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1W7a0C-0007bR-O5 MailScanner-NULL-Check: 1391387078.46174@nO0T+/H7LJqll+m6YF/qpQ X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.224.195 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:169154 Archived-At: YAMAMOTO Mitsuharu writes: > This one works for me: > > (insert (propertize "splash" 'help-echo (propertize " " 'display (create-image "splash.png"))) ?\n) > > You need to set x-gtk-use-system-tooltips to nil if you are using the > GTK+ build, and the NS port cannot display images in tooltips AFAIK. Hm, nice... Is there an interface to display these kinds of things without actually using the `help-echo' stuff? I.e., is there a "display this string in a tooltip like fashion"? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/