From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: Emacs master, faces with :extend t let cursor vanish at EOL?! Date: Wed, 23 Oct 2019 19:06:46 +0300 Message-ID: <83h83zzbs9.fsf@gnu.org> References: <8736fko8wr.fsf@kenko.localhost.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="66736"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org, emacs-orgmode@gnu.org, ingo.lohmar@posteo.net To: Kaushal Modi Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Wed Oct 23 18:30:10 2019 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iNJWU-000HEl-Hu for geo-emacs-orgmode@m.gmane.org; Wed, 23 Oct 2019 18:30:10 +0200 Original-Received: from localhost ([::1]:41208 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNJWS-0004cW-GD for geo-emacs-orgmode@m.gmane.org; Wed, 23 Oct 2019 12:30:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45772) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNJAE-0008Am-QF; Wed, 23 Oct 2019 12:07:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iNJAB-0002Hu-BK; Wed, 23 Oct 2019 12:07:07 -0400 Original-Received: from [176.228.60.248] (port=3735 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iNJA8-0006Kx-9x; Wed, 23 Oct 2019 12:07:05 -0400 In-reply-to: (message from Kaushal Modi on Tue, 22 Oct 2019 16:17:04 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Original-Sender: "Emacs-orgmode" Xref: news.gmane.org gmane.emacs.orgmode:125773 gmane.emacs.devel:241363 Archived-At: > From: Kaushal Modi > Date: Tue, 22 Oct 2019 16:17:04 -0400 > Cc: emacs-org list , > Ingo Lohmar I suggest not to cross-post to 2 mailing lists. > The issue occurs because of the new :extend feature for faces to extend till end of lines. > > With that enabled, I have also seen that the cursor "hides" automatically only at end of lines inside the Org > source blocks. i.e within > > #+begin_src emacs-lisp > (message "hello")X > #+end_src > > Above: X is where the cursor would be, but it would not be visible (with the :extend t added to the org-block > face). The cursor would show up again on doing C-b i.e. bringing it to any column position other than the > EOL. I tried to reproduce this, but couldn't. The OP says "often", so I understand the problem is not 100% reproducible and the exact situations in which it arises are not yet known. So I suggest to find a reproducible recipe and then report it with report-emacs-bug, so that the problem could be debugged and solved. Thanks.