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:57:55 +0200 Message-ID: <83k0r799p8.fsf@gnu.org> References: <86v9astljs.fsf@gmail.com> <87blckxk8t.fsf@gnus.org> <83y2fo7z39.fsf@gnu.org> <87y2foufsb.fsf@gnus.org> <83tuqc7xlq.fsf@gnu.org> <87im6suegy.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39636"; 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:58:09 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 1lC4bx-000ACp-Kb for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Feb 2021 18:58:09 +0100 Original-Received: from localhost ([::1]:51958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC4bw-0006TQ-Nz for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Feb 2021 12:58:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC4bp-0006RP-SW for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 12:58:01 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58183) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lC4bp-0003sd-Iu for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 12:58:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lC4bp-00089O-K5 for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 12:58: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:58: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.161349827531319 (code B ref 46552); Tue, 16 Feb 2021 17:58:01 +0000 Original-Received: (at 46552) by debbugs.gnu.org; 16 Feb 2021 17:57:55 +0000 Original-Received: from localhost ([127.0.0.1]:41496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC4bj-000894-9t for submit@debbugs.gnu.org; Tue, 16 Feb 2021 12:57:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC4bh-00088s-SW for 46552@debbugs.gnu.org; Tue, 16 Feb 2021 12:57:54 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57073) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC4bc-0003qx-JS; Tue, 16 Feb 2021 12:57:48 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3250 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lC4bb-0004gt-AV; Tue, 16 Feb 2021 12:57:48 -0500 In-Reply-To: <87im6suegy.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 16 Feb 2021 18:09:17 +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:200150 Archived-At: > From: Lars Ingebrigtsen > Cc: ynyaaa@gmail.com, 46552@debbugs.gnu.org > Date: Tue, 16 Feb 2021 18:09:17 +0100 > > I see you've fixed the exif point movement problem, but that's just one > particular instance of the general problem. Btw, I think on master we should fix exif-parse-buffer not to move point. I didn't want risky changes on the release branch, but on master I think it would be okay, and a cleaner solution. WDYT?