From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88417 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Leo Liu Newsgroups: gmane.emacs.gnus.general Subject: Re: point movement bug? Date: Tue, 26 Feb 2019 09:59:10 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="105563"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (macOS 10.14.3) To: ding@gnus.org Original-X-From: ding-owner+M36624@lists.math.uh.edu Tue Feb 26 03:00:17 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gyS2X-000R60-K0 for ding-account@gmane.org; Tue, 26 Feb 2019 03:00:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1gyS1r-0000uM-4L; Mon, 25 Feb 2019 19:59:31 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1gyS1l-0000rX-7Z for ding@lists.math.uh.edu; Mon, 25 Feb 2019 19:59:25 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1gyS1j-0006Gm-Q8 for ding@lists.math.uh.edu; Mon, 25 Feb 2019 19:59:25 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gyS1f-0003hj-EU for ding@gnus.org; Tue, 26 Feb 2019 02:59:21 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1gyS1f-000QFf-7b for ding@gnus.org; Tue, 26 Feb 2019 02:59:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAElBMVEUAAAAAAP+LRRP0pGC+ vr7///+7mT1iAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMO DhglKe4AAAEsSURBVCjPbZNBboQwDEV/Cd4X9QJRThApmn0XYW+Jyf2v0m+HhqDBgiAe9rcTG7QH w/1Vn2Ar8gBb/ocywSN3qK9T3z4eFDB4eApocBpeBs1RSykoJd8gQcm8pGmHXFso3ajnmsqV0TnY DQkOfXUfN5NwaI7AWTVOyEhcu1aHmdWItHddUVUcUgUBCkitu8V6ditHVOVdqzl2EQ1ZVGTbdK0V 7cqn8vWzoU5Q/bF9Y/Y0cRU1xwkys5dJ+Dt6pBDWifcNQml8Gh2JVmPSoQzo7en0grswkxrUGYJ7 0hSxxAGr7ZMwYcHIzprpi7TENEE1xtiYxixRlCfPBsUUrwHD7uGIwATrbnODJcVrPpVn3hxiGloe m/S+z3CtuzUSMo83N4DPH+F0evwR3P4A2k+75838OKQAAAAASUVORK5CYII= Cancel-Lock: sha1:7iW5lrc3rWcF9FfjkRu14VTmC6E= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88417 Archived-At: On 2019-02-25 21:12 +0000, Eric S Fraga wrote: > Yes, I have had this behaviour for a long time now. Annoying. I've no > idea why nor how to fix it. On 2019-02-25 13:24 -0800, Eric Abrahamsen wrote: > Oddly, if you use "h" in the same scenario, it behaves correctly. I > looked briefly at "=", which gets into Gnus' windowing systems, and > couldn't immediately see what might be going wrong. > > Maybe report this as a Gnus bug, so it gets added to the tracker? > I forgot to attach the screenshot but you two seem to get it anyway ;) I think the issue might be `gnus-summary-position-point' in `gnus-summary-next-article'. When the window of the summary buffer is not selected goto-char won't work properly, instead one must use `set-window-point' to move point. Leo