From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Lindner Newsgroups: gmane.emacs.help Subject: emacsclient: Cursor Color Date: Wed, 12 Aug 2015 12:45:28 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1439376379 2718 80.91.229.3 (12 Aug 2015 10:46:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Aug 2015 10:46:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 12 12:46:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZPTXs-0000Lh-5z for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Aug 2015 12:46:08 +0200 Original-Received: from localhost ([::1]:37840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPTXr-0000jn-Jy for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Aug 2015 06:46:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPTXc-0000iw-UE for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 06:45:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPTXX-0003kr-NL for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 06:45:52 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:35230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPTXX-0003kl-AZ for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 06:45:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZPTXM-0008WJ-Mv for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 12:45:36 +0200 Original-Received: from lapsgs09.informatik.uni-stuttgart.de ([129.69.213.139]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2015 12:45:36 +0200 Original-Received: from mailinglists by lapsgs09.informatik.uni-stuttgart.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2015 12:45:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lapsgs09.informatik.uni-stuttgart.de User-Agent: KNode/4.14.10 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106499 Archived-At: Hello, I'm playing around with emacsclient. I use a systemd user service unit to start emacs --daemon and then emacsclient -nc for startup from graphical console and emacsclient -c for startup from desktop file. Anyway, I use a dark theme, the cursor is pink when started as emacs. However, when started as emacsclient the cursor is dark too, barely distinguishable from background. As I said, only when started as client. Anybody has experienced that? Thanks, Florian