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#9034: point adjustment (with invisible text) moves to the next line Date: Thu, 26 Aug 2021 19:48:38 +0300 Message-ID: <83r1egrw2h.fsf@gnu.org> References: <87iprb38sa.fsf@gmail.com> <87tujd32pc.fsf@gnus.org> <834kbdv5jd.fsf@gnu.org> <877dg82u6n.fsf@gnus.org> <8335qwtdia.fsf@gnu.org> <871r6gyxly.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28142"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dmitry.kurochkin@gmail.com, 9034@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Aug 26 18:50:11 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 1mJIZt-00072M-PR for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 26 Aug 2021 18:50:09 +0200 Original-Received: from localhost ([::1]:55002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJIZs-0004gJ-K2 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 26 Aug 2021 12:50:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJIZm-0004dW-0x for bug-gnu-emacs@gnu.org; Thu, 26 Aug 2021 12:50:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38727) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mJIZl-0007gr-Nx for bug-gnu-emacs@gnu.org; Thu, 26 Aug 2021 12:50:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mJIZl-0008Lz-Lo for bug-gnu-emacs@gnu.org; Thu, 26 Aug 2021 12:50:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 26 Aug 2021 16:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9034 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 9034-submit@debbugs.gnu.org id=B9034.162999654432041 (code B ref 9034); Thu, 26 Aug 2021 16:50:01 +0000 Original-Received: (at 9034) by debbugs.gnu.org; 26 Aug 2021 16:49:04 +0000 Original-Received: from localhost ([127.0.0.1]:50273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mJIYq-0008Ki-GP for submit@debbugs.gnu.org; Thu, 26 Aug 2021 12:49:04 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mJIYo-0008KD-Nu for 9034@debbugs.gnu.org; Thu, 26 Aug 2021 12:49:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43020) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJIYj-0006t4-FR; Thu, 26 Aug 2021 12:48:57 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2431 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJIYi-00081J-Ul; Thu, 26 Aug 2021 12:48:57 -0400 In-Reply-To: <871r6gyxly.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 26 Aug 2021 18:33:29 +0200) 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:212732 Archived-At: > From: Lars Ingebrigtsen > Cc: dmitry.kurochkin@gmail.com, 9034@debbugs.gnu.org > Date: Thu, 26 Aug 2021 18:33:29 +0200 > > Eval this: > > (progn (switch-to-buffer "test") > (insert "aline1\nbline2\ncline3\n") > (put-text-property 7 14 'invisible t) ; region [\nbline2] > (goto-char (point-min))) > > Then > > C-e > M-: 4 RET > > This will move point to the start of the next line about half the time. I cannot reproduce this: no matter how many times I do the "C-e M-:" dance, point stays put.