From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#43646: 27.1; Feature request: Set the cursor foreground color in no-window Emacs Date: Sun, 27 Sep 2020 13:00:21 +0300 Message-ID: <83sgb3o7yi.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26388"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43646@debbugs.gnu.org To: O V Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Sep 27 12:01:19 2020 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 1kMTUd-0006lp-4b for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 27 Sep 2020 12:01:19 +0200 Original-Received: from localhost ([::1]:59182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMTUc-00040r-1w for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 27 Sep 2020 06:01:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59684) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kMTUN-0003zR-JY for bug-gnu-emacs@gnu.org; Sun, 27 Sep 2020 06:01:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36827) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kMTUM-0008TF-Fg for bug-gnu-emacs@gnu.org; Sun, 27 Sep 2020 06:01:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kMTUM-0006f6-Eq for bug-gnu-emacs@gnu.org; Sun, 27 Sep 2020 06:01:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 27 Sep 2020 10:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43646 X-GNU-PR-Package: emacs Original-Received: via spool by 43646-submit@debbugs.gnu.org id=B43646.160120084625575 (code B ref 43646); Sun, 27 Sep 2020 10:01:02 +0000 Original-Received: (at 43646) by debbugs.gnu.org; 27 Sep 2020 10:00:46 +0000 Original-Received: from localhost ([127.0.0.1]:48373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kMTU6-0006eP-8M for submit@debbugs.gnu.org; Sun, 27 Sep 2020 06:00:46 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kMTU4-0006eD-Ml for 43646@debbugs.gnu.org; Sun, 27 Sep 2020 06:00:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49007) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMTTz-0008Ke-D1; Sun, 27 Sep 2020 06:00:39 -0400 Original-Received: from [176.228.60.248] (port=2353 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kMTTv-0002CQ-Oe; Sun, 27 Sep 2020 06:00:39 -0400 In-Reply-To: (message from O V on Sun, 27 Sep 2020 10:49:51 +0200) 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:189100 Archived-At: > From: O V > Date: Sun, 27 Sep 2020 10:49:51 +0200 > > I am writing regarding a feature that I would like to be implemented, and not a bug. > > When using 'org-indent-mode' in Emacs without a GUI (started by 'emacs -nw'), the cursor is hidden when > located on hidden headline stars. > > I believe this happens because, as per 'M-x customize-option cursor', > the "cursor foreground color is taken from the background color of the underlying text". As per the same > doc, the cursor foreground cannot be changed to a fixed face. > > In my opinio, allowing this would be an enormous improvement, as the hidden cursor is a real obstacle to > correct viewing and editing of org files. > > Could you please make implementations that would solve this problem? Thank you for your report. Could you please provide a recipe for reproducing the problem, starting from "emacs -Q"? Please include in your recipe the minimal Org file needed for reproducing. TIA.