GNU bug report logs -
#37173
27.0.50; (blink-cursor-mode 0) in ~/.emacs has no effect
Previous Next
Reported by: Sven Joachim <svenjoac <at> gmx.de>
Date: Sat, 24 Aug 2019 13:11:01 UTC
Severity: normal
Found in version 27.0.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 2019-08-24 16:18 +0300, Eli Zaretskii wrote:
>> From: Sven Joachim <svenjoac <at> gmx.de>
>> Date: Sat, 24 Aug 2019 15:10:17 +0200
>> Cc: Sven Joachim <svenjoac <at> gmx.de>
>>
>> I hate blinking cursors, and thus have
>>
>> (blink-cursor-mode 0)
>>
>> in my ~/.emacs since forever.
>
> That's a mistake; use this instead:
>
> (blink-cursor-mode -1)
The docstring says
,----
| If called interactively, enable Blink-Cursor mode if ARG is positive, and
| disable it if ARG is zero or negative. If called from Lisp,
| also enable the mode if ARG is omitted or nil, and toggle it
| if ARG is ‘toggle’; disable the mode otherwise.
`----
To me this suggests that (blink-cursor-mode 0) should disable the
blinking cursor. Anyway, (blink-cursor-mode -1) makes no difference.
Cheers,
Sven
This bug report was last modified 3 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.