From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: w32-enable-(caps|num)-lock vs typematic keyboard Date: Thu, 30 Nov 2006 22:09:26 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164917409 11561 80.91.229.2 (30 Nov 2006 20:10:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 20:10:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 30 21:10:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpsDx-0006YC-PL for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2006 21:09:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpsDw-0002d9-UL for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2006 15:09:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpsDl-0002ab-JI for emacs-devel@gnu.org; Thu, 30 Nov 2006 15:09:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpsDk-0002YA-62 for emacs-devel@gnu.org; Thu, 30 Nov 2006 15:09:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpsDj-0002Y2-UC for emacs-devel@gnu.org; Thu, 30 Nov 2006 15:09:23 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpsDj-0000u9-KD for emacs-devel@gnu.org; Thu, 30 Nov 2006 15:09:23 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-6-23.inter.net.il [80.230.6.23]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FIQ88425 (AUTH halo1); Thu, 30 Nov 2006 22:09:21 +0200 (IST) Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63165 Archived-At: > Date: Thu, 30 Nov 2006 12:34:20 +0100 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > ELISP> (setq w32-enable-caps-lock nil) > nil > > And now I press Caps Lock and keep it down: the caps lock light > flickers like mad. I release the key: the light flicks a few moments > more (while the typematic buffer lasts, I suppose), and then stops. > Sometimes on, sometimes off. On my machine, I see the flickering, but the light is always off when I release the key. How about adding a short comment about this to the variable's doc string?