From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#57813: Icon images are non-functional Date: Tue, 20 Sep 2022 19:12:33 +0300 Organization: LINKOV.NET Message-ID: <8635cmxbwu.fsf@mail.linkov.net> References: <86pmfxlp7s.fsf@mail.linkov.net> <861qsca9cn.fsf@mail.linkov.net> <867d2476u4.fsf@mail.linkov.net> <831qsb6g69.fsf@gnu.org> <86illnpzgh.fsf@mail.linkov.net> <86mtaxaj2l.fsf@mail.linkov.net> <83sfkpz2gb.fsf@gnu.org> <86bkrcijsf.fsf@mail.linkov.net> <83y1ufy34m.fsf@gnu.org> <86bkrb2m1n.fsf@mail.linkov.net> <83zgeuwacd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35869"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 57813@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 20 23:11:14 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oakWQ-0009Aq-99 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Sep 2022 23:11:14 +0200 Original-Received: from localhost ([::1]:44054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oakWP-0002oE-9O for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Sep 2022 17:11:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oafsw-0001At-Mr for bug-gnu-emacs@gnu.org; Tue, 20 Sep 2022 12:14:12 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60304) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oafso-0007CT-PJ for bug-gnu-emacs@gnu.org; Tue, 20 Sep 2022 12:14:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oafso-00013m-9k for bug-gnu-emacs@gnu.org; Tue, 20 Sep 2022 12:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Sep 2022 16:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57813 X-GNU-PR-Package: emacs Original-Received: via spool by 57813-submit@debbugs.gnu.org id=B57813.16636904084025 (code B ref 57813); Tue, 20 Sep 2022 16:14:02 +0000 Original-Received: (at 57813) by debbugs.gnu.org; 20 Sep 2022 16:13:28 +0000 Original-Received: from localhost ([127.0.0.1]:59381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oafsG-00012q-64 for submit@debbugs.gnu.org; Tue, 20 Sep 2022 12:13:28 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:58627) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oafsB-00012a-Bf for 57813@debbugs.gnu.org; Tue, 20 Sep 2022 12:13:27 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id A76A1240003; Tue, 20 Sep 2022 16:13:16 +0000 (UTC) In-Reply-To: <83zgeuwacd.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 20 Sep 2022 14:31:46 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:243226 Archived-At: >> Pushed. There is still a remaining problem: mouse clicks in the margins >> have no effect. Then I noticed in (info "(elisp) Display Margins"): >> >> There is currently no way to make text or images in the margin >> mouse-sensitive. >> >> This means no way to bind mouse events in the margins? > > When I click the mouse in a left margin, "C-h c" says: > > (translated from ) at that spot is undefined > > So it looks like this is possible, and that text in the manual is > simply outdated? These are mode bindings for the whole buffer, but I expected margin-local bindings that really don't work, so probably the manual is right. Now I added mode bindings, and everything works fine.