From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: drshapeless via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#58210: 29.0.50; Visual line mode movement bug Date: Sun, 02 Oct 2022 12:02:02 +0800 Message-ID: <878rlyan5x.fsf@drshapeless.com> References: <874jwogrqc.fsf@drshapeless.com> <834jwocb78.fsf@gnu.org> <871qrrajva.fsf@web.de> <83k05jbtei.fsf@gnu.org> <878rlz641a.fsf@drshapeless.com> <83edvrbn9r.fsf@gnu.org> Reply-To: drshapeless Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14889"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 58210@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 02 06:03:32 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 1oeqCS-0003hj-6i for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 Oct 2022 06:03:32 +0200 Original-Received: from localhost ([::1]:56452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oeqCQ-0002xO-Q6 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 Oct 2022 00:03:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeqBz-0002vZ-Te for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 00:03:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46974) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oeqBz-0004SJ-M7 for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 00:03:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oeqBz-00045r-Fn for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 00:03:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: drshapeless Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 02 Oct 2022 04:03:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58210 X-GNU-PR-Package: emacs Original-Received: via spool by 58210-submit@debbugs.gnu.org id=B58210.166468336815693 (code B ref 58210); Sun, 02 Oct 2022 04:03:03 +0000 Original-Received: (at 58210) by debbugs.gnu.org; 2 Oct 2022 04:02:48 +0000 Original-Received: from localhost ([127.0.0.1]:46049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeqBj-00044z-LN for submit@debbugs.gnu.org; Sun, 02 Oct 2022 00:02:48 -0400 Original-Received: from drshapeless.com ([173.199.127.49]:46982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeqBh-00044g-Py for 58210@debbugs.gnu.org; Sun, 02 Oct 2022 00:02:46 -0400 Original-Received: from artix (n058153024110.netvigator.com [58.153.24.110]) by drshapeless.com (Postfix) with ESMTPSA id 84A893D20; Sun, 2 Oct 2022 00:02:39 -0400 (EDT) In-Reply-To: <83edvrbn9r.fsf@gnu.org> 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:244170 Archived-At: Eli Zaretskii writes: >> From: drshapeless >> CC: 58210@debbugs.gnu.org >> Date: Sat, 01 Oct 2022 21:56:33 +0800 >> >> > Did I fix this now? >> >> No, it becomes even weirder. C-k seems to be fixed. >> >> For C-a, if the point is at an empty line, it works fine. But if the >> point is at a line with any chars, it will move to the line above. >> >> For C-e, it is fine on an empty line. It is also fine if the point is at >> any position of a line with chars, except for at the end of a line, it >> will still move to the line above. > > And now? Yes, it is fixed now.