From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Brown Newsgroups: gmane.emacs.help Subject: Re: Cursor Invisible on Emacs / Windows Server / Citrix Date: Sat, 04 May 2013 16:15:18 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367712014 25192 80.91.229.3 (5 May 2013 00:00:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 May 2013 00:00:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 05 02:00:12 2013 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 1UYmN5-0008Fq-J3 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 May 2013 02:00:07 +0200 Original-Received: from localhost ([::1]:44727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYmN5-00068g-7J for geh-help-gnu-emacs@m.gmane.org; Sat, 04 May 2013 20:00:07 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Injection-Info: mx05.eternal-september.org; posting-host="d8140d1eabb3f2ac07edf7464690b5c2"; logging-data="2847"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ACTYTLvLp2s+VXuFBQcWT" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:5nxGxBO4qiUFoYpwqXvTodJy7lM= sha1:hv/2RD6qgYoR5wQUJV3ObMMHw4M= Original-Xref: usenet.stanford.edu gnu.emacs.help:198206 X-Mailman-Approved-At: Sat, 04 May 2013 19:59:56 -0400 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:90474 Archived-At: Eli Zaretskii writes: >> From: Eric Brown >> Date: Fri, 03 May 2013 15:20:31 -0500 >> >> I have a very strange problem: my cursor does not show up with the >> combination shown in the subject. However, it _does_ appear if I >> connect to the Windows Server directly, e.g. when I am at work. >> >> (Also, the cursor appears in every other application but Emacs!) > > What is your value of w32-use-visible-system-caret? If it's non-nil, > Emacs will not draw its cursor, but will rely on the system caret to > show point instead. I have tried both: (setq w32-use-visible-system-caret t) and (setq w32-use-visible-system-caret nil) and it's the same problem.