From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#5842: Move Control modifier only in Emacs Date: Wed, 11 Apr 2012 16:42:58 +0200 Message-ID: References: <19386.55045.788449.550686@geany.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334155453 28543 80.91.229.3 (11 Apr 2012 14:44:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2012 14:44:13 +0000 (UTC) Cc: 5842@debbugs.gnu.org To: andrey@fotola.ru Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 16:44:10 2012 Return-path: Envelope-to: geb-bug-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 1SHymH-0003MK-Qj for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 16:44:09 +0200 Original-Received: from localhost ([::1]:58386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHymH-0000sP-70 for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 10:44:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHymA-0000rX-Cn for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 10:44:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHym3-00060E-Ta for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 10:44:01 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHym3-000607-Q2 for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 10:43:55 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SHyn8-0007Fa-AO for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 10:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Apr 2012 14:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5842 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 5842-submit@debbugs.gnu.org id=B5842.133415545727805 (code B ref 5842); Wed, 11 Apr 2012 14:45:02 +0000 Original-Received: (at 5842) by debbugs.gnu.org; 11 Apr 2012 14:44:17 +0000 Original-Received: from localhost ([127.0.0.1]:52217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHymO-0007EP-St for submit@debbugs.gnu.org; Wed, 11 Apr 2012 10:44:17 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:47905) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHymL-0007EG-DI for 5842@debbugs.gnu.org; Wed, 11 Apr 2012 10:44:14 -0400 Original-Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1SHylA-0006JO-1a; Wed, 11 Apr 2012 16:43:00 +0200 X-Now-Playing: Hector Zazou & Swara's _In the House of Mirrors_: "Darbari (with Soul Without Rules)" In-Reply-To: <19386.55045.788449.550686@geany.lan> (andrey@fotola.ru's message of "Tue, 6 Apr 2010 10:39:01 +0400") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) X-MailScanner-ID: 1SHylA-0006JO-1a MailScanner-NULL-Check: 1334760180.18696@Tm67Vil2fmVdwDzo6IxHeA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58813 Archived-At: andrey@fotola.ru writes: > This patch allows to move Control modifier only in Emacs. > For example, you can do > (setq x-ctrl-keysym 'meta) > (setq x-meta-keysym 'ctrl) > to swap Control and Meta in Emacs, but not in X Window. This does make sense, I guess? And there's the precedence with `x-alt-keysym' and friends... On the other hand, stuff like this really ought to be fixed on the X level, I think. Opinions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/