From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: goncholden Newsgroups: gmane.emacs.help Subject: Re: M-x in emacs printing x Date: Thu, 10 Mar 2022 21:08:10 +0000 Message-ID: References: Reply-To: goncholden Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34959"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: tomas@tuxteam.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 10 22:11:00 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nSQ3m-0008uH-Hh for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Mar 2022 22:10:58 +0100 Original-Received: from localhost ([::1]:56794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSQ3l-0002sI-Bn for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Mar 2022 16:10:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSQ1B-0002a8-0S for help-gnu-emacs@gnu.org; Thu, 10 Mar 2022 16:08:17 -0500 Original-Received: from mail-4325.protonmail.ch ([185.70.43.25]:27691) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSQ18-0006p8-GA for help-gnu-emacs@gnu.org; Thu, 10 Mar 2022 16:08:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1646946491; bh=GxrIPWQ+Qw3DsA2+DrBX6sNdieYuDdbehc00GrfW7cw=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=R349RsvB5nyK5iNjlYXkyXWUiYnJEkhvLDtX+QVfixGrFGj2ppwrZmlRf6toTlQn4 fWaJv0a+Mxy1CyNibY0wf2XQgH/7M6gd++uMDpaZn+AIweGeSUye6toq6YKPpLUt6J x6FI06nQec7JV6R43A/ZdNORGFiN9R6o06q+KaYUSemtdCSTYzQglG9fxWZNWIo+EP 0T+RvF0qbjcKQwboTv7Wyw7K2j3ayBRpsHH/kT2UDFgEe5QuZFCCM+QMU1Njv2/y+q nTFVi8kYG2NYcuPHADwd62lDGVBK7MdDLMsdG5xqDGhYFE8AT1FT7ki37gM5lVKXU1 ceuNIL6ORLfTA== In-Reply-To: Received-SPF: pass client-ip=185.70.43.25; envelope-from=goncholden@protonmail.com; helo=mail-4325.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 10 Mar 2022 16:10:26 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136442 Archived-At: ------- Original Message ------- On Thursday, March 10th, 2022 at 8:41 PM, wrote: > On Thu, Mar 10, 2022 at 08:16:23PM +0000, goncholden via Users list for t= he GNU Emacs text editor wrote: > > > Have been doing M-x in emacs, but am getting the x being printed. > > What could be going on? > Perhaps your Meta isn't a Meta? Indeed. I am using Dvorak layout setxkbmap -layout us -variant dvorak xmodmap -pke | grep "Control\|Alt\|Meta\|Super" keycode 37 =3D Control_L NoSymbol Control_L keycode 64 =3D Alt_L Meta_L Alt_L Meta_L keycode 105 =3D Control_R NoSymbol Control_R keycode 108 =3D Alt_R Meta_R Alt_R Meta_R keycode 133 =3D Super_L NoSymbol Super_L keycode 134 =3D Super_R NoSymbol Super_R keycode 204 =3D NoSymbol Alt_L NoSymbol Alt_L keycode 205 =3D NoSymbol Meta_L NoSymbol Meta_L keycode 206 =3D NoSymbol Super_L NoSymbol Super_L I have tried to have Meta to be Control Hyper to be Meta Control to be Hyper This is what I have done for my xmodmap clear lock clear mod4 clear mod3 keycode 37 =3D Hyper_L NoSymbol Hyper_L NoSymbol keycode 105 =3D Hyper_R NoSymbol Hyper_R NoSymbol !! Set Super Keys to Position of Caps_Lock keycode 66 =3D Super_R NoSymbol Super_R NoSymbol add mod3 =3D Super_L Super_R add mod4 =3D Hyper_L !! Interchange Ctrl-Key with Alt-Key (Meta-Key) clear control clear mod1 clear mod2 keycode 64 =3D Control_L NoSymbol Control_L NoSymbol keycode 108 =3D Control_R NoSymbol Control_R NoSymbol keycode 133 =3D Alt_L Meta_L Alt_L Meta_L keycode 134 =3D Alt_R Meta_R Alt_R Meta_R keycode 206 =3D NoSymbol Hyper_L NoSymbol Hyper_L keycode 207 =3D NoSymbol Super_L NoSymbol Super_L add control =3D Control_L Control_R add mod1 =3D Alt_L Alt_R