From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shahab Shahsavari Alavidjeh Newsgroups: gmane.emacs.help Subject: Re: Using AltGr as standard modifier key in emacs Date: Wed, 14 Oct 2015 08:48:16 +0330 Message-ID: <874mhuqb8n.fsf@fedora22.zzgraph> References: <902f4b3f-2c82-4d07-b940-67278871bde3@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444799979 19747 80.91.229.3 (14 Oct 2015 05:19:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2015 05:19:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 14 07:19:30 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 1ZmETK-0001bk-AO for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Oct 2015 07:19:30 +0200 Original-Received: from localhost ([::1]:40516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmETJ-00089e-BI for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Oct 2015 01:19:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmESM-0007r4-Pn for help-gnu-emacs@gnu.org; Wed, 14 Oct 2015 01:18:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmESI-0006jA-QF for help-gnu-emacs@gnu.org; Wed, 14 Oct 2015 01:18:30 -0400 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:37470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmESI-0006j4-Ka for help-gnu-emacs@gnu.org; Wed, 14 Oct 2015 01:18:26 -0400 Original-Received: by wijq8 with SMTP id q8so62978509wij.0 for ; Tue, 13 Oct 2015 22:18:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=0btnwLgSm11bV+Yd60qDfTKNYgJYlZ1WYB6E2q/T+1A=; b=ifoe17ied0XOmm4tyHt0MWoRhkJ9mNwk9045wmckTq0jDu0SgPSSxbr9FuDqGspKOu BC7mpAzLLwfJTGkiA/j09Ae1iY9hPCyJX9Tf4q1r224AoQEp/GYS8cOwrKi4JCMlLMNM zb+pcM9gFH7HTyC82TNYbXETFuKkEplt1olFu3Pb5QCLM1tfaXJ1XFUh6d1ZVwIeOGND pBGoCPzeFVcHSXu3FNdKCTYTN9/qKfQezxv/k6OaRMEaqFmcUmcNfNNIl4HtIZI9an4v k0y2//20Tyk/xIanLRDSP8/VoPaOS1CMhNs/ae0cMgR3za+kydIkIF2CPZm1GgKPAqaW rBkg== X-Received: by 10.180.23.231 with SMTP id p7mr25941604wif.30.1444799905880; Tue, 13 Oct 2015 22:18:25 -0700 (PDT) Original-Received: from localhost ([188.245.89.233]) by smtp.gmail.com with ESMTPSA id wx10sm7554672wjb.40.2015.10.13.22.18.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Oct 2015 22:18:24 -0700 (PDT) In-Reply-To: (Javier's message of "Tue, 13 Oct 2015 20:17:06 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:107631 Archived-At: Javier writes: > > You can run an Xserver inside an existing Xserver > > https://en.wikipedia.org/wiki/Xnest > https://en.wikipedia.org/wiki/Xephyr > > export DISPLAY=:0 > Xnest :1 -geometry 900x900+0+0 & > sleep 2 > export DISPLAY=:1 > emacs & > > It was just an idea, but it looks you cannot define an indepent > keyboard map inside Xnest > > http://linuxgazette.net/114/tag/1.html > > You can try luck with Xephyr, but it's going to be another headache > > http://superuser.com/questions/70428/how-can-i-sort-out-xephyrs-keyboard-mapping Thank you, I'll try to dive into that, wish me luck.