From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: how to bind C-M-Backspace somewhere else? Date: Tue, 03 Oct 2006 22:58:21 +0200 Organization: disorganized Message-ID: <87fye52k2a.fsf@localhorst.mine.nu> References: <200610032112.48053.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159909793 27288 80.91.229.2 (3 Oct 2006 21:09:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Oct 2006 21:09:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 03 23:09:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GUrWA-0005H5-8E for ged-emacs-devel@m.gmane.org; Tue, 03 Oct 2006 23:09:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUrW9-0006gk-Q4 for ged-emacs-devel@m.gmane.org; Tue, 03 Oct 2006 17:09:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUrVy-0006g7-Ib for emacs-devel@gnu.org; Tue, 03 Oct 2006 17:09:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUrVw-0006eN-CQ for emacs-devel@gnu.org; Tue, 03 Oct 2006 17:09:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUrVw-0006eK-5W for emacs-devel@gnu.org; Tue, 03 Oct 2006 17:09:20 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GUrcD-0002zw-Qg for emacs-devel@gnu.org; Tue, 03 Oct 2006 17:15:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GUrVM-00050l-Sp for emacs-devel@gnu.org; Tue, 03 Oct 2006 23:08:44 +0200 Original-Received: from e178038220.adsl.alicedsl.de ([85.178.38.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Oct 2006 23:08:44 +0200 Original-Received: from david.hansen by e178038220.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Oct 2006 23:08:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178038220.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:bhkFU/QHo4qCez8nhO3mBroTvNg= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60401 Archived-At: On Tue, 3 Oct 2006 21:12:47 +0300 Paul Pogonyshev wrote: > Sorry for a bit off-topic question, but I thought Emacs users are the > ones who might have encountered the same problem. > > How do I rebind X's restaring key combo (C-M-Backspace) somewhere else, > preferably to C-S-M-Backspace? I ask because I accidentally hit it > for several times now, mistook for Emacs C-M-\ (`indent-region'.) On > my keyboard `\' and `Backspace' keys are next to each other. Section "ServerLayout" [...] Option "DontZap" "True" [...] EndSection Works with xorg but may as well work with XFree. Have that in my xorg.conf since i once tried to backward-kill-sexp... David