From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Build failure in gettimeofday Date: Fri, 18 Sep 2020 11:03:34 +0300 Message-ID: <83363f5x61.fsf@gnu.org> References: <64c1de46-bd43-411f-bae9-93b509bb8815@gmx.at> <83blifkoir.fsf@gnu.org> <53692dbf-b983-0ef6-c591-77b67401ed00@gmx.at> <83k0ww9vqk.fsf@gnu.org> <6e3a05c3-f66a-93cf-e5ba-9d1115154686@gmx.at> <83mu1r844v.fsf@gnu.org> <3a0bcac5-7a7a-6334-03d3-57d32086b886@gmx.at> <83r1r17phl.fsf@gnu.org> <83363g7c59.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17649"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 18 10:04:41 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kJBNn-0004S4-Ue for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Sep 2020 10:04:39 +0200 Original-Received: from localhost ([::1]:52112 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJBNm-0005eQ-Vl for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Sep 2020 04:04:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJBMj-0004sk-OV for emacs-devel@gnu.org; Fri, 18 Sep 2020 04:03:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58242) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJBMj-0002Z7-34; Fri, 18 Sep 2020 04:03:33 -0400 Original-Received: from [176.228.60.248] (port=3565 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kJBMW-0002SR-P0; Fri, 18 Sep 2020 04:03:26 -0400 In-Reply-To: (message from martin rudalics on Fri, 18 Sep 2020 09:48:26 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:256059 Archived-At: > Cc: emacs-devel@gnu.org > From: martin rudalics > Date: Fri, 18 Sep 2020 09:48:26 +0200 > > That my keyboard layout apparently switched from Austrian to American in > a rather spontaneous manner. I now attribute this to the fact that an > American layout was specified for that machine and apparently Windows XP > caught a M-S prefixed key combination (or maybe some other one) before > Emacs was able to process it. Ah, yes. Happens to me as well: holding Alt-Shift for too long, or even releasing them before pressing them again for some Emacs command, does cause the keyboard layout switch (actually, a language switch event). You need to watch out for that. However in my case, fixing this takes another Alt-Shift press, I never have to shut down Emacs.