From unknown Mon Aug 18 04:43:29 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56554: [PATCH] * lisp/image.el (put-image): Fix typo. Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jul 2022 14:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56554 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 56554@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165780777611558 (code B ref -1); Thu, 14 Jul 2022 14:10:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Jul 2022 14:09:36 +0000 Received: from localhost ([127.0.0.1]:38515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBzX5-00030L-RO for submit@debbugs.gnu.org; Thu, 14 Jul 2022 10:09:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:34682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBzX1-00030C-O3 for submit@debbugs.gnu.org; Thu, 14 Jul 2022 10:09:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBzWt-0001zF-RA for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2022 10:09:27 -0400 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]:42792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oBzWq-0002h6-Qr for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2022 10:09:23 -0400 Received: by mail-pl1-x644.google.com with SMTP id 5so512313plk.9 for ; Thu, 14 Jul 2022 07:09:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:user-agent:mime-version; bh=nxQaL6o25mjXJBKLxlsHWfp2umUrvDS6uf0r0vNhuug=; b=O9ltd03E8krVQKM3TkqkeWDN0Ztny1oSP/qJaMs7bzAZskGqmZ4cPpjg3TCphpKM1k q1JwWhOfpV3rUtlggcecsCymyyjFjidcjzelqFTJncXHkcl+U5qx6HDn5ITYCs0gWpDu E+i4kXB1sNE/XVwRkWvQ5uYllH8lArg2ALEX+5Jqyqx04/gquLqxmC1Tz/riHmSWesLC psqSSStaZVlBNYFaXLd0IwrDKm16jXDk4ChwwYZ0H9/Ba8dqitN66Fn5pqMgArTdL643 1Ki5M7YyXAdAv5XSpFtVFeTFX1pB+urcx7DCRJI1O/X5VLwcAq86wAWyWZPaFm+ONyGT RH4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=nxQaL6o25mjXJBKLxlsHWfp2umUrvDS6uf0r0vNhuug=; b=HWCdB+p239hXxAwrdpnn4PAIg7gPZksQBkdiJOTeZJKV3/wU/OSsGzef78avlDEUDL NCAZQKAjNL2E07pouPSd1I7ac2DAYyrSRBhskYTkFGm1JXue68L0p2PoBPP+CPCNcMVZ 9zR+HjC4E8YGBSetTwI85Zv6zXeeAP5I/KO9kQd9fKpYqyUSlZS3fQZpB/0guP2ILM+x aUrvseG7r7KwBaMEdE2psI4I2vXZO6uHVc+cV004WFBEgofG5OyXWlettFbwVjb9A/Au JCDQEiCtSkWCe38VIRSf6LwGHuRs2Q/Df567eA62ZKt3jVfqgA77XENMrzeFoerIF9D/ MKwA== X-Gm-Message-State: AJIora+v7ZVUcjN033AVW5V8cyTfEYA+JH6PlTdu4rILZWnkMjc6i+NU lsetLsg0jjBTOVBLra9Bn/6Ai21jDT0= X-Google-Smtp-Source: AGRyM1uxT7SmhDR0nSRmdMo9qD8zbjBmJQvnNbUkZT5HFdwwGhuGSiPe3XhmQZHp5TW5nebJML1SWA== X-Received: by 2002:a17:902:988b:b0:16b:fae3:fcd5 with SMTP id s11-20020a170902988b00b0016bfae3fcd5mr9047548plp.109.1657807758916; Thu, 14 Jul 2022 07:09:18 -0700 (PDT) Received: from localhost ([49.205.81.141]) by smtp.gmail.com with ESMTPSA id u16-20020a170903125000b001690d398401sm1560333plh.88.2022.07.14.07.09.17 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jul 2022 07:09:17 -0700 (PDT) From: Visuwesh Date: Thu, 14 Jul 2022 19:39:15 +0530 Message-ID: <87mtdbrdkk.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2607:f8b0:4864:20::644; envelope-from=visuweshm@gmail.com; helo=mail-pl1-x644.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Tags: patch This fixes a typo in put-image. BTW, even with this patch applied, I still can't access the keys in image-map: I think it is because one cannot place the point on the image? Is this intended? If yes, can we change mm-inline-image to use insert-image instead (it currently uses put-image)? Thanks. In GNU Emacs 29.0.50 (build 11, x86_64-pc-linux-gnu, X toolkit, Xaw scroll bars) of 2022-07-14 built on astatine Repository revision: d37ba6f259b972aa44c66ecb76210e03a3084183 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101003 System Description: Debian GNU/Linux bookworm/sid Configured using: 'configure --with-sound=alsa --with-x-toolkit=lucid --with-json --without-xaw3d --without-gconf --without-libsystemd --without-cairo' --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-lisp-image.el-put-image-Fix-typo.patch >From 07de01f5f9096e9a2e57d93ccd9edd76c7467e11 Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Thu, 14 Jul 2022 19:25:19 +0530 Subject: [PATCH] * lisp/image.el (put-image): Fix typo. --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image.el b/lisp/image.el index bdaaec608e..cb5ef4e8d1 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -613,7 +613,7 @@ put-image (put-text-property 0 (length string) 'display prop string) (overlay-put overlay 'put-image t) (overlay-put overlay 'before-string string) - (overlay-put overlay 'map image-map) + (overlay-put overlay 'keymap image-map) overlay))) -- 2.35.1 --=-=-=-- From unknown Mon Aug 18 04:43:29 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56554: [PATCH] * lisp/image.el (put-image): Fix typo. Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jul 2022 17:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56554 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Visuwesh Cc: 56554@debbugs.gnu.org Received: via spool by 56554-submit@debbugs.gnu.org id=B56554.16578200809126 (code B ref 56554); Thu, 14 Jul 2022 17:35:02 +0000 Received: (at 56554) by debbugs.gnu.org; 14 Jul 2022 17:34:40 +0000 Received: from localhost ([127.0.0.1]:38777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2jY-0002N8-9T for submit@debbugs.gnu.org; Thu, 14 Jul 2022 13:34:40 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2jX-0002Ms-69 for 56554@debbugs.gnu.org; Thu, 14 Jul 2022 13:34:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=p4fivyf6smWzCBgnjzfDBzULHJUx+MFACwE3/s3gl0g=; b=PaWRYANPJceJWpbpRZjPwnNLsD wWWvd6MIWL9i2xaGKGS0uI20e7HZ7fZSsFipCrcPh+W3QwloLpZ0qug86asDzFZdaRcT86QXyLt7H PALdePNg4s6oZH7PQUjuiAJ13odqbGlKCuJwcRrh5tEIOTfoxVW6sbyiivfSC6O6KiW0=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oC2jP-0004lU-2n; Thu, 14 Jul 2022 19:34:33 +0200 From: Lars Ingebrigtsen In-Reply-To: <87mtdbrdkk.fsf@gmail.com> (Visuwesh's message of "Thu, 14 Jul 2022 19:39:15 +0530") References: <87mtdbrdkk.fsf@gmail.com> X-Now-Playing: Heidi Berry's _Love_: "Hand Over Head" Date: Thu, 14 Jul 2022 19:34:29 +0200 Message-ID: <87r12n8uoq.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Visuwesh writes: > This fixes a typo in put-image. Thanks; pushed to Emacs 29. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Visuwesh writes: > This fixes a typo in put-image. Thanks; pushed to Emacs 29. > BTW, even with this patch applied, I still can't access the keys in > image-map: I think it is because one cannot place the point on the > image? Is this intended? If yes, can we change mm-inline-image to use > insert-image instead (it currently uses put-image)? Thanks. Yup; makes sense. I'll get fixing... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Mon Aug 18 04:43:29 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56554: [PATCH] * lisp/image.el (put-image): Fix typo. Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jul 2022 17:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56554 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Visuwesh Cc: 56554@debbugs.gnu.org Received: via spool by 56554-submit@debbugs.gnu.org id=B56554.16578204339685 (code B ref 56554); Thu, 14 Jul 2022 17:41:01 +0000 Received: (at 56554) by debbugs.gnu.org; 14 Jul 2022 17:40:33 +0000 Received: from localhost ([127.0.0.1]:38782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2pF-0002W8-1P for submit@debbugs.gnu.org; Thu, 14 Jul 2022 13:40:33 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36986) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2pD-0002Vs-DD for 56554@debbugs.gnu.org; Thu, 14 Jul 2022 13:40:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=OnRAiDH9Vza3qTLtSWlTLOZZbpyZeaKAag+zdKFx2c4=; b=snlvQNFMVf28JFAQRgKwNon5ms tcWwTc2qlgq+Malv4B49UGGyEaGtLrhqa+QZiu11hrVl7WHgFiHalbvmMwgsmpHdSrvQhYMEBmx6r QE45S6gi2FPx+aRngNfMDod7NhMBcwCblaw8S4o0aPrjT77RmQYCMMuBJ7aPlCp+J7bU=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oC2p4-0004o3-SO; Thu, 14 Jul 2022 19:40:25 +0200 From: Lars Ingebrigtsen In-Reply-To: <87r12n8uoq.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 14 Jul 2022 19:34:29 +0200") References: <87mtdbrdkk.fsf@gmail.com> <87r12n8uoq.fsf@gnus.org> X-Now-Playing: Heidi Berry's _Love_: "Lonely Heart" Date: Thu, 14 Jul 2022 19:40:22 +0200 Message-ID: <878rov8uex.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: >> BTW, even with this patch applied, I still can't access the keys in >> image-map: I think it is because one cannot place the point on the >> image? Is this intended? If yes, can we change mm-inline [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: >> BTW, even with this patch applied, I still can't access the keys in >> image-map: I think it is because one cannot place the point on the >> image? Is this intended? If yes, can we change mm-inline-image to use >> insert-image instead (it currently uses put-image)? Thanks. > > Yup; makes sense. I'll get fixing... Now done. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 14 13:40:37 2022 Received: (at control) by debbugs.gnu.org; 14 Jul 2022 17:40:37 +0000 Received: from localhost ([127.0.0.1]:38785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2pJ-0002WQ-8j for submit@debbugs.gnu.org; Thu, 14 Jul 2022 13:40:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2pH-0002W0-Lp for control@debbugs.gnu.org; Thu, 14 Jul 2022 13:40:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=rdPrXexhncJzdF0DuXCDILF5wRnLD0iNgG/LLO9DSRE=; b=FBtsVleqJknER1AtQhQyErndge fnRn+uohoHO3piNM2ZJbFtAQoNw+7QVBRJb7+hCTqmDzw9C11axbjtDA6ulwrYoMsWVblEo8qh43W 1sk8vYKbCxbPceXZnvMZws3wmZEBlODLdb40bN8txzqM7DyENQfbwJCHYK2gGsejJ5kk=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oC2p9-0004oB-U6 for control@debbugs.gnu.org; Thu, 14 Jul 2022 19:40:30 +0200 Date: Thu, 14 Jul 2022 19:40:27 +0200 Message-Id: <877d4f8ues.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56554 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56554 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56554 29.1 quit From unknown Mon Aug 18 04:43:29 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56554: [PATCH] * lisp/image.el (put-image): Fix typo. Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jul 2022 17:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56554 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lars Ingebrigtsen Cc: 56554@debbugs.gnu.org Received: via spool by 56554-submit@debbugs.gnu.org id=B56554.165782062610044 (code B ref 56554); Thu, 14 Jul 2022 17:44:02 +0000 Received: (at 56554) by debbugs.gnu.org; 14 Jul 2022 17:43:46 +0000 Received: from localhost ([127.0.0.1]:38796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2sM-0002bv-72 for submit@debbugs.gnu.org; Thu, 14 Jul 2022 13:43:46 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:43916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2sJ-0002bh-U2 for 56554@debbugs.gnu.org; Thu, 14 Jul 2022 13:43:45 -0400 Received: by mail-pg1-f196.google.com with SMTP id h132so2193969pgc.10 for <56554@debbugs.gnu.org>; Thu, 14 Jul 2022 10:43:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-transfer-encoding; bh=eac9FC4dzqZ76y8KP+/xaH3dMtV2mrlIMNHhVVd62R4=; b=qS0NX5GPcGYyPQGCMJ8bI4yPD/DXuJW5qW7Dgo/RvjeWZbimE0rhihMcMdIeIWZ2yu EN3DoUxfq22Jgdw4CQ4gsyZsaxLcXwia7NBtkSMs8eezn23faBtDu7MUxdIonlKXbt97 TgZxI2UCa6Lf0j7PftB9kzCpuaasRVUhre97YAsUtj11VJ078zTlYqGtFfi+GL9EN8GY qAaCcxYku/nDrXvIsM6PwV7+ZSC66FUj7qr6MDWgfIChY06Hz9X1xvIuRdamf43bklh3 2W5nsbeIQRnmjzCL3c6ZpHdugYbKcw/st6i3m/ZcOmSscRGwNkueTg0ASSKeU2Nl/qTm 5QlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=eac9FC4dzqZ76y8KP+/xaH3dMtV2mrlIMNHhVVd62R4=; b=Qbw52Bnosd7r/jMQv5tXm3O3bbUmITDpRzxlzYXi/PbX+T45cCUW/PrCPi50tsabZ1 yTzOXnv9SV/gWGh9IvXSKYPiZqx77lfxo+ks3vo5KGKRKX1VwojP8zW1M40yzTHzTFbv Bt028kX+8fe8pOlIATb6ki+KjW/aK9jKkCIeDY9WUHpIZosLdqN0o2asmjIbW+PcSJj9 ONOXy44q4gduemNDe5C+VIlJ9QbBX/9cTOOe92RA5n8CGCZFRnOckRVcYEwKDspRTNvu VUdKyAaLcIIl44gt6DWkn373GbjpgP4xabDUf0ahDGQqwhKo4w/HHOBN2Gg1g6yQDeuj +btg== X-Gm-Message-State: AJIora9wVd5SWjH6+8gApOM76Ld9QpETt11v1vM3WwJAamlUiFukzURB oJCzZzJ+8SqNzeXxHnyfaTQ= X-Google-Smtp-Source: AGRyM1ve9eW01vdgoE8UGQ0sAItKEpfqXl/QOtP7BFtdUWPLzS05znf6egwmhOHyBMMQjZ9qlTnBFw== X-Received: by 2002:a05:6a00:b4c:b0:52a:f6e7:818b with SMTP id p12-20020a056a000b4c00b0052af6e7818bmr9479318pfo.26.1657820617899; Thu, 14 Jul 2022 10:43:37 -0700 (PDT) Received: from localhost ([49.205.81.141]) by smtp.gmail.com with ESMTPSA id b68-20020a62cf47000000b0052ab92772a0sm2018719pfg.98.2022.07.14.10.43.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jul 2022 10:43:37 -0700 (PDT) From: Visuwesh In-Reply-To: <878rov8uex.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 14 Jul 2022 19:40:22 +0200") References: <87mtdbrdkk.fsf@gmail.com> <87r12n8uoq.fsf@gnus.org> <878rov8uex.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Date: Thu, 14 Jul 2022 23:13:33 +0530 Message-ID: <87cze7r3ne.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [=E0=AE=B5=E0=AE=BF=E0=AE=AF=E0=AE=BE=E0=AE=B4=E0=AE=A9=E0=AF=8D =E0=AE=9C= =E0=AF=82=E0=AE=B2=E0=AF=88 14, 2022] Lars Ingebrigtsen wrote: > Lars Ingebrigtsen writes: > >>> BTW, even with this patch applied, I still can't access the keys in >>> image-map: I think it is because one cannot place the point on the >>> image? Is this intended? If yes, can we change mm-inline-image to use >>> insert-image instead (it currently uses put-image)? Thanks. >> >> Yup; makes sense. I'll get fixing... > > Now done. Thanks!