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, 18 Oct 2022 21:14:41 +0300 Organization: LINKOV.NET Message-ID: <86pmepyp66.fsf@mail.linkov.net> References: <86pmfxlp7s.fsf@mail.linkov.net> <86sfjstan4.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24469"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) To: 57813@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 18 20:19: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 1okrBJ-0006Ba-AV for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Oct 2022 20:19:13 +0200 Original-Received: from localhost ([::1]:42012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okrBH-0007k0-VK for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Oct 2022 14:19:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okr8E-0007e5-8P for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2022 14:16:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55003) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okr8D-0001k0-V4 for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2022 14:16:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1okr8D-000084-O9 for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2022 14:16:01 -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, 18 Oct 2022 18:16:01 +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.1666116911423 (code B ref 57813); Tue, 18 Oct 2022 18:16:01 +0000 Original-Received: (at 57813) by debbugs.gnu.org; 18 Oct 2022 18:15:11 +0000 Original-Received: from localhost ([127.0.0.1]:54081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okr7O-00006j-Qk for submit@debbugs.gnu.org; Tue, 18 Oct 2022 14:15:11 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33871) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okr7L-00005g-Ax for 57813@debbugs.gnu.org; Tue, 18 Oct 2022 14:15:09 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 4409120009 for <57813@debbugs.gnu.org>; Tue, 18 Oct 2022 18:14:59 +0000 (UTC) In-Reply-To: <86sfjstan4.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 13 Oct 2022 10:51:35 +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:245818 Archived-At: > This patch distinguishes two cases of using buttons in outline-minor-mode: > > 1. when buttons can be inserted to a read-only buffer, > then it's possible to move point to the inserted button > and use it by keyboard; > > 2. when the buffer is editable and should not be modified > to insert buttons, when the only way to display buttons > is with a before-string overlay. The disadvantage is that > buttons can be used only by clicking mouse. > > A new variable 'outline-read-only' is added here to allow > setting it explicitly in buffers that can be modified > to insert buttons like the Help buffer: Pushed with the new variable named outline-minor-mode-insert-buttons.