From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: An interesting line-motion bug. Date: Wed, 16 Nov 2022 23:55:16 -0600 Message-ID: <87y1saxgzf.fsf@red-bean.com> References: <87cz9mywbr.fsf@red-bean.com> Reply-To: Karl Fogel Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28592"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 17 06:56:10 2022 Return-path: Envelope-to: ged-emacs-devel@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 1ovXsf-00078U-9d for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Nov 2022 06:56:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovXru-0006U9-Gp; Thu, 17 Nov 2022 00:55:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovXrs-0006Ts-IV for emacs-devel@gnu.org; Thu, 17 Nov 2022 00:55:20 -0500 Original-Received: from sanpietro.red-bean.com ([45.79.25.59]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovXrq-0002a5-T6 for emacs-devel@gnu.org; Thu, 17 Nov 2022 00:55:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=red-bean.com; s=202005newsp; h=Content-Type:MIME-Version:Message-ID:Date: Reply-To:In-reply-to:References:Subject:To:From:Sender:Cc: Content-Transfer-Encoding:Content-ID:Content-Description; bh=06H1P5ZqGGLodeJY0fqc7ERY8Y00tnwv6P6hutl6Zdk=; t=1668664518; x=1669874118; b=SG2AeLpel3ecWk+GwQ4HmvZnVIpevBQb6DA71Mq87i+NWAKwasRlVgh6oV7lYEIHhdDZIYQcy5f aKeNC53CWhmrIsjrWnSI7JXNE8sW22U4oL3kFypFBKbNsdJYvOev0suNI/5KD47y7jItdbeiLEDan dcdgO8dFKVPsrHXnbURif2JXUXwlihuzM1OoFIXL6LtcHJjdfihvEKcmXBmVYYj/lsnccP4uZ0eyT zkb7PBEriuqSp3ynUOhqfXBWjAoP51TDkO1W3eCl9IoVrd8pTA2h6gypjav5g9EJ7+Zo3koYNeKlj pC1B7kXt3JJRSxm91q2g13x//fBkh656IuTw==; Original-Received: from [12.106.183.66] (port=23575 helo=hummy) by sanpietro.red-bean.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ovXrp-008ZWk-2H for emacs-devel@gnu.org; Thu, 17 Nov 2022 05:55:17 +0000 In-reply-to: <87cz9mywbr.fsf@red-bean.com> Received-SPF: pass client-ip=45.79.25.59; envelope-from=kfogel@red-bean.com; helo=sanpietro.red-bean.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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300007 Archived-At: In the attachment I just posted, the GDB line includes a filename "README.branch". That's because I've been saving my debugging work on a personal branch. Just replace "README.branch" with "line-motion-bug-reproduction.el" (which is the filename that I attached to my post). Best regards, -Karl