From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#56011: 29.0.50; hl-line-mode not showing on bottom line after RET Date: Fri, 17 Jun 2022 20:13:10 +0300 Message-ID: References: <86czf9fcfi.fsf@protected.rcdrun.com> <83letxqi57.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3332"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ () (2022-05-21) Cc: 56011@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 17 22:54:39 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 1o2IzH-0000df-9K for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 17 Jun 2022 22:54:39 +0200 Original-Received: from localhost ([::1]:53584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2IzG-000500-86 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 17 Jun 2022 16:54:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2Iyh-0004yN-1n for bug-gnu-emacs@gnu.org; Fri, 17 Jun 2022 16:54:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53181) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2Iyg-0002A2-Hj for bug-gnu-emacs@gnu.org; Fri, 17 Jun 2022 16:54:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o2Iyg-0000nH-Gt for bug-gnu-emacs@gnu.org; Fri, 17 Jun 2022 16:54:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 17 Jun 2022 20:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56011 X-GNU-PR-Package: emacs Original-Received: via spool by 56011-submit@debbugs.gnu.org id=B56011.16554992343029 (code B ref 56011); Fri, 17 Jun 2022 20:54:02 +0000 Original-Received: (at 56011) by debbugs.gnu.org; 17 Jun 2022 20:53:54 +0000 Original-Received: from localhost ([127.0.0.1]:47077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2IyY-0000mn-8l for submit@debbugs.gnu.org; Fri, 17 Jun 2022 16:53:54 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:59421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2IyX-0000mD-1b for 56011@debbugs.gnu.org; Fri, 17 Jun 2022 16:53:53 -0400 Original-Received: from localhost ([::ffff:197.239.5.201]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000087C52.0000000062ACE9DF.00004775; Fri, 17 Jun 2022 13:53:51 -0700 Content-Disposition: inline In-Reply-To: <83letxqi57.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:234723 Archived-At: * Eli Zaretskii [2022-06-16 08:45]: > > From: Jean Louis > > Date: Thu, 16 Jun 2022 07:40:49 +0300 > > > > When I turn on hl-line-mode and press RET while being on the bottom line > > in empty line, by pressing further RET I cannot see highlighted line > > which is expected to be seen. If I go back line up, the highlighted line > > will appear. Again if I go with C-n down to bottom empty line and keep > > pressing RET, I do not see highlighted line which is expected to be seen. > > There's no line at EOB in this case. It's an illusion, created by the > fact that we display the cursor there. If you type "C-x =", you will > see that point is beyond the last character of the file in that case, > which is the preceding newline. So there's nothing to highlight. > > This is not a bug. We could mention this in the doc string if it will > help, but I think that otherwise we should close this bug. I understand it now.