GNU bug report logs - #2827
Can't use Caps Lock on Windows

Previous Next

Packages: w32, emacs;

Reported by: "Michael Hoffman" <fklv2wf02 <at> sneakemail.com>

Date: Mon, 30 Mar 2009 23:50:03 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Jason Rumney <jasonr <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Jason Rumney <jasonr <at> gnu.org>
Subject: bug#2827: marked as done (Can't use Caps Lock on Windows)
Date: Thu, 29 Oct 2009 14:55:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Oct 2009 22:47:22 +0800
with message-id <4AE9AAFA.1090505 <at> gnu.org>
and subject line Re: bug#2827: Can't use Caps Lock on Windows
has caused the Emacs bug report #2827,
regarding Can't use Caps Lock on Windows
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
2827: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2827
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Michael Hoffman" <fklv2wf02 <at> sneakemail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Can't use Caps Lock on Windows
Date: 30 Mar 2009 23:41:28 -0000
--text follows this line--

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs <at> gnu.org mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

1. Type the characters "lowercase" followed by return.
2. Press Caps Lock
3. Type the characters "uppercase"

None of the characters will be in uppercase. All other Windows
applications deal with Caps Lock correctly.

w32-enable-caps-lock is t

Similar to the issue described in <http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/ec345c61bc963d8> but no solution was supplied there.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
c:/Program Files/GNU Emacs/etc/DEBUG for instructions.


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: en_US
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
l o w e r c a s e <return> u p p e r c a s e M-x r 
e p o r t - e m a c <return>

Recent messages:
("c:\\Program Files\\GNU Emacs\\bin\\emacs.exe" "--no-init-file" "--no-site-file")
Loading encoded-kb...done
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done



[Message part 3 (message/rfc822, inline)]
From: Jason Rumney <jasonr <at> gnu.org>
To: 2827-done <at> debbugs.gnu.org
Cc: Michael Hoffman <4g4trz802 <at> sneakemail.com>, black <quiteblack <at> gmail.com>
Subject: Re: bug#2827: Can't use Caps Lock on Windows
Date: Thu, 29 Oct 2009 22:47:22 +0800
Jason Rumney wrote:
> Michael Hoffman wrote:
>> Since the problem now seems to be fixed, it seems you can mark this 
>> bug invalid. Sorry about the inconvenience.
>
> I think it is better to leave it open, tagged as moreinfo, until we 
> understand the cause, so we can document it in etc/PROBLEMS.

Thanks to the observation of Black Qin on the help-gnu-emacs list that 
this is triggered by scroll lock being on, I have tracked this down to 
an inapproptiate default value of w32-scroll-lock-modifier. Putting the 
following in your init file should fix the problem if you cannot update 
immediately:

(setq w32-scroll-lock-modifier nil)


This bug report was last modified 15 years and 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.