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 22:02:37 +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="27068"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tomas@tuxteam.de, help-gnu-emacs@gnu.org To: goncholden Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 10 23:05:35 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 1nSQuc-0006ni-Dg for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Mar 2022 23:05:34 +0100 Original-Received: from localhost ([::1]:39606 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSQub-0005pE-0E for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Mar 2022 17:05:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSQrs-0005EV-Ll for help-gnu-emacs@gnu.org; Thu, 10 Mar 2022 17:02:44 -0500 Original-Received: from mail-4318.protonmail.ch ([185.70.43.18]:48457) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSQrq-0007dq-C3 for help-gnu-emacs@gnu.org; Thu, 10 Mar 2022 17:02:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1646949759; bh=sitS+vsysSf+kA7ysgYRm9SlMDTomrKMeeC4QpHGkhM=; 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=oEuAtLWUUlrtC6FPA0jmHxEXNncskBP+DhcV3lHvUHViEjKGGJlyJJ/9A9AVzG6Bw RV7AD8Ii85shTH96NEHmB1qW19drjSVI5zadoSLKBhJ6HeOdD3O6ZpPz3ltaCJqFv+ Y84qbYhr1vKKAkyPVK+IEqm+hTu564V6Tt8YlyEE9frK1PYbVgYln37TzpCSu2tHIa NFp6Fscda3X68C17LLIUOXge8F2RHsERVA9TzfL7GECdC/E2/WPF4TkRRLERMfpFcT nnKfrZDodCydXqHx2ASEax3/fFfhJZC4ARe4i6+rdDwBsRt/WG5xwXDiOFAGOMynVX bmyfmTNyM7HAg== In-Reply-To: Received-SPF: pass client-ip=185.70.43.18; envelope-from=goncholden@protonmail.com; helo=mail-4318.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, TO_EQ_FM_DIRECT_MX=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 17:04:38 -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:136443 Archived-At: Sent with ProtonMail secure email. ------- Original Message ------- On Thursday, March 10th, 2022 at 9:08 PM, goncholden wrote: > ------- Original Message ------- > On Thursday, March 10th, 2022 at 8:41 PM, tomas@tuxteam.de wrote: > > On Thu, Mar 10, 2022 at 08:16:23PM +0000, goncholden via Users list for= the 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 I add now the addition of hyper setxkbmap -layout us -variant dvorak xmodmap -pke | grep "Control\|Alt\|Meta\|Hyper\|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 keycode 207 =3D NoSymbol Hyper_L NoSymbol Hyper_L