From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#46552: 27.1; image-mode should not move current point Date: Tue, 16 Feb 2021 19:04:33 +0200 Message-ID: <83tuqc7xlq.fsf@gnu.org> References: <86v9astljs.fsf@gmail.com> <87blckxk8t.fsf@gnus.org> <83y2fo7z39.fsf@gnu.org> <87y2foufsb.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15139"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46552@debbugs.gnu.org, ynyaaa@gmail.com To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 16 18:27:14 2021 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 1lC481-0003nc-L9 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Feb 2021 18:27:13 +0100 Original-Received: from localhost ([::1]:38534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC480-0003V5-Iv for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Feb 2021 12:27:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC3mY-0002yl-8o for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 12:05:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lC3mX-000237-Vt for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 12:05:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lC3mX-0006rP-Re for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 12:05:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 16 Feb 2021 17:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46552 X-GNU-PR-Package: emacs Original-Received: via spool by 46552-submit@debbugs.gnu.org id=B46552.161349507226321 (code B ref 46552); Tue, 16 Feb 2021 17:05:01 +0000 Original-Received: (at 46552) by debbugs.gnu.org; 16 Feb 2021 17:04:32 +0000 Original-Received: from localhost ([127.0.0.1]:41429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC3m4-0006qT-Bv for submit@debbugs.gnu.org; Tue, 16 Feb 2021 12:04:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC3m2-0006qE-Ms for 46552@debbugs.gnu.org; Tue, 16 Feb 2021 12:04:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55579) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC3lx-0001xx-Hd; Tue, 16 Feb 2021 12:04:25 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3946 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lC3lw-0002BW-KH; Tue, 16 Feb 2021 12:04:25 -0500 In-Reply-To: <87y2foufsb.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 16 Feb 2021 17:40:52 +0100) 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:200141 Archived-At: > From: Lars Ingebrigtsen > Cc: ynyaaa@gmail.com, 46552@debbugs.gnu.org > Date: Tue, 16 Feb 2021 17:40:52 +0100 > > Eli Zaretskii writes: > > > It's the "point-adjustment" feature, which moves point out of > > invisible/intangible/display-property/etc text, where we don't want > > the user to see point, ever. Try setting > > global-disable-point-adjustment non-nil, and you will see what happens > > when this is disabled. > > Ah! Thanks; that fixes the problem. I've now made `image-mode' set > `disable-point-adjustment' buffer-locally. Why? that's the wrong thing to do, I think.