From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: Using AltGr as standard modifier key in emacs Date: Thu, 15 Oct 2015 08:23:24 +0600 Message-ID: References: <87wpuqzzf7.fsf@fedora22.zzgraph> <113e5ac1-2eea-4d88-ad2e-7864e79a6cc6@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1444875927 17945 80.91.229.3 (15 Oct 2015 02:25:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 02:25:27 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Rusi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 15 04:25:27 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZmYEN-00017u-VO for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2015 04:25:24 +0200 Original-Received: from localhost ([::1]:45439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmYEI-0001Th-3D for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Oct 2015 22:25:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmYCn-0001MO-Ju for help-gnu-emacs@gnu.org; Wed, 14 Oct 2015 22:23:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmYCm-00065l-RS for help-gnu-emacs@gnu.org; Wed, 14 Oct 2015 22:23:45 -0400 Original-Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:33129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmYCm-00065f-Km for help-gnu-emacs@gnu.org; Wed, 14 Oct 2015 22:23:44 -0400 Original-Received: by lbbpp2 with SMTP id pp2so29909000lbb.0 for ; Wed, 14 Oct 2015 19:23:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=hjpq8lLxdL6vkhgjiXmS6sWLH085mJKAYCxX3jGiTlw=; b=nBMP6VUoH3uMkrq2QHHzVC3vgHwRfwS7VxfdtnOXbmUHh03EySVsOIBV7o96Ghmpu+ nyPr3r3txbnB9MV8jvkdFbSQWWA+zMWs8z2wbrkNcGzNjH9MUPPo7ctqd1+sS7OJ4Z8H iiKjl0XHvDpfJDiLt11p4BYeArWaeXZRKoLEZJvCmWQ0VYIfHcXfpDb6HgtNGuQt3W4+ 8mlNCfRzydM2dRCmLwRA6/UAfKh/97LSO1ALwaqZLsrXFHzlrd3FtvWvPSr6yAXLClgq jmrmuYh6x/rIO1zRSv7FtnwlKweudF5k/2Jaw040vZyd2xy50FH9MHrAYmn3jKV6JfgC MeBg== X-Received: by 10.112.148.38 with SMTP id tp6mr3179214lbb.110.1444875823821; Wed, 14 Oct 2015 19:23:43 -0700 (PDT) Original-Received: by 10.25.156.131 with HTTP; Wed, 14 Oct 2015 19:23:24 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 9WeiVw-0jyCONijeGSU66ngKqOU X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107647 Archived-At: On Thu, Oct 15, 2015 at 7:47 AM, Rusi wrote: >> So why does C- go through the current layout >> Whereas M- stays within us/Ascii? I do not see that. With us,ru in emacs -Q (24.4.1, GTK+) I get layout-translated characters both with C- and M-. > And with emacs -nw > its the other way round: M-x doesnt work, C-x does That case is completely out of reach for Emacs; rather, it depends on the terminal emulator. Your particular terminal emulator sends C-x according to the primary layout, but for M-x it (understandably) just prefixes the character of the active layout with an ESC.