GNU bug report logs -
#55077
28.1; Cursor is broken on Emacs 28.1 (Windows)
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55077 in the body.
You can then email your comments to 55077 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#55077
; Package
emacs
.
(Sat, 23 Apr 2022 08:49:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Alejandro Tapia <z111.513.321 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 23 Apr 2022 08:49:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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))
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#55077
; Package
emacs
.
(Sat, 23 Apr 2022 09:10:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 55077 <at> debbugs.gnu.org (full text, mbox):
> From: Daniel Alejandro Tapia <z111.513.321 <at> 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.
Added tag(s) moreinfo.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Sat, 23 Apr 2022 12:36:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 23 Apr 2022 16:45:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Daniel Alejandro Tapia <z111.513.321 <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 23 Apr 2022 16:45:01 GMT)
Full text and
rfc822 format available.
Message #15 received at 55077-done <at> debbugs.gnu.org (full text, mbox):
> From: Daniel Alejandro Tapia <z111.513.321 <at> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 22 May 2022 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.