unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55077: 28.1; Cursor is broken on Emacs 28.1 (Windows)
@ 2022-04-23  7:25 Daniel Alejandro Tapia
  2022-04-23  9:08 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Alejandro Tapia @ 2022-04-23  7:25 UTC (permalink / raw)
  To: 55077

[-- Attachment #1: Type: text/plain, Size: 3503 bytes --]

The cursor in Emacs 28.1 on Windows is broken. I want a blinking
cursor. To get a blinking cursor, I have to disable cursor blinking. In
other words, the function is set up backwards. I cannot get a box
cursor. Only a line cursor is available to me. Sometimes I see cursor
artifacts on the screen.

These problems do not exist in Cygwin's 28.1. There, the cursor in Emacs
works as it
should. I have tested GNU's own 28.1 .exe and another one compiled by a
Reddit
user who made native compiles with AOT, and both have the same cursor
problems on Windows.


In GNU Emacs 28.1 (build 52, x86_64-w64-mingw32)
 of 2022-04-04 built on AVALON
Repository revision: 5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7
Repository branch: heads/emacs-28.1
Windowing system distributor 'Microsoft Corp.', version 10.0.19043
System Description: Microsoft Windows 10 Pro (v10.0.2009.19043.1645)

Configured using:
 'configure --without-dbus --with-native-compilation
 --without-compress-install CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS
XPM ZLIB

(NATIVE_COMP present but libgccjit not available)

Important settings:
  value of $LANG: ESN
  locale-coding-system: cp1252

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail
rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json map text-property-search seq byte-opt
gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils time-date subr-x cl-loaddefs
cl-lib Modus-HL-theme iso-transl tooltip eldoc paren electric uniquify
ediff-hook vc-hooks lisp-float-type elisp-mode mwheel dos-w32 ls-lisp
disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd
fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow
isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote threads w32notify
w32 lcms2 multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 62396 6437)
 (symbols 48 6724 1)
 (strings 32 21203 2016)
 (string-bytes 1 691762)
 (vectors 16 14797)
 (vector-slots 8 244958 16982)
 (floats 8 26 40)
 (intervals 56 232 0)
 (buffers 992 12))

[-- Attachment #2: Type: text/html, Size: 3856 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#55077: 28.1; Cursor is broken on Emacs 28.1 (Windows)
  2022-04-23  7:25 bug#55077: 28.1; Cursor is broken on Emacs 28.1 (Windows) Daniel Alejandro Tapia
@ 2022-04-23  9:08 ` Eli Zaretskii
       [not found]   ` <CAB304iipERnN1_mdtaGyarAyZbvDY-S=_oFinSQis4dP4ZkKtw@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2022-04-23  9:08 UTC (permalink / raw)
  To: Daniel Alejandro Tapia; +Cc: 55077

> From: Daniel Alejandro Tapia <z111.513.321@gmail.com>
> Date: Sat, 23 Apr 2022 02:25:14 -0500
> 
> The cursor in Emacs 28.1 on Windows is broken. I want a blinking
> cursor. To get a blinking cursor, I have to disable cursor blinking. In
> other words, the function is set up backwards. I cannot get a box
> cursor. Only a line cursor is available to me. Sometimes I see cursor
> artifacts on the screen.
> 
> These problems do not exist in Cygwin's 28.1. There, the cursor in Emacs works as it
> should. I have tested GNU's own 28.1 .exe and another one compiled by a Reddit
> user who made native compiles with AOT, and both have the same cursor
> problems on Windows.

I cannot reproduce this.  The cursor blinks for me on MS-Windows as
expected.

Some questions:

  . does the problem happen if you invoke "emacs -Q"?
  . are you invoking the GUI version of Emacs or the text-terminal
    version (by using the -nw command-line switch)?
  . what kind of "line cursor" do you see? is it a vertical line or a
    horizontal line? what is the value of the cursor-type variable?
  . do you have w32-use-visible-system-caret customized to a non-nil
    value?

By default, Emacs's cursor only blinks 10 times and then stops; it
resumes blinking after some input event.  Are you sure what you see is
not this behavior?

Thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#55077: 28.1; Cursor is broken on Emacs 28.1 (Windows)
       [not found]   ` <CAB304iipERnN1_mdtaGyarAyZbvDY-S=_oFinSQis4dP4ZkKtw@mail.gmail.com>
@ 2022-04-23 16:44     ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2022-04-23 16:44 UTC (permalink / raw)
  To: Daniel Alejandro Tapia; +Cc: 55077-done

> From: Daniel Alejandro Tapia <z111.513.321@gmail.com>
> Date: Sat, 23 Apr 2022 11:34:02 -0500
> 
> I'm so, so sorry.
> 
> (setq w32-use-visible-system-caret nil) is what I needed !! I didn't know that was a thing, I never had to use
> it before. thank you so much and apologies again.
> 
> (that fixed everything: the box ,the missing color, the blinking, the artifacts)

No need to be sorry.  I'm glad you have your problems fixed.

I'm therefore closing this bug.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-23 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23  7:25 bug#55077: 28.1; Cursor is broken on Emacs 28.1 (Windows) Daniel Alejandro Tapia
2022-04-23  9:08 ` Eli Zaretskii
     [not found]   ` <CAB304iipERnN1_mdtaGyarAyZbvDY-S=_oFinSQis4dP4ZkKtw@mail.gmail.com>
2022-04-23 16:44     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).