From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: Keybindings for Emacs with no X? Date: Tue, 28 Feb 2012 20:40:17 +0200 Organization: At home. Message-ID: <87aa42ajji.fsf@desktop.home.int> References: <20120203071026.GA3958@hysteria.proulx.com> <20120203195357.GA1171@hysteria.proulx.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1330454482 23831 80.91.229.3 (28 Feb 2012 18:41:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2012 18:41:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 28 19:41:21 2012 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 1S2RzA-00014r-8o for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Feb 2012 19:41:16 +0100 Original-Received: from localhost ([::1]:53873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Rz9-0000Vw-K5 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Feb 2012 13:41:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Rz5-0000VX-Gg for help-gnu-emacs@gnu.org; Tue, 28 Feb 2012 13:41:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2Ryf-000398-0q for help-gnu-emacs@gnu.org; Tue, 28 Feb 2012 13:41:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Rye-00038f-RN for help-gnu-emacs@gnu.org; Tue, 28 Feb 2012 13:40:44 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S2RyY-0000W8-Nz for help-gnu-emacs@gnu.org; Tue, 28 Feb 2012 19:40:38 +0100 Original-Received: from 105-111-202-46.pool.ukrtel.net ([46.202.111.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Feb 2012 19:40:38 +0100 Original-Received: from gavenkoa by 105-111-202-46.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Feb 2012 19:40:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 105-111-202-46.pool.ukrtel.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:YP3UVuIysfhqLWN87pVc2P88WEw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:83887 Archived-At: On 2012-02-04, Angel de Vicente wrote: > Right now I'm using a lot org-mode, so I would like to be able to send > M-SPC and C-M-SPC to Emacs. Right now I run xterm, screen and emacs in it: $ xterm xterm# screen screen# emacs -nw -q When I type "C-h k M-SPC" I get: M-SPC When I type "C-h k C-M-SPC" I get: C-M-@ My ~/.Xdefaults settings for xterm: ! Allow Alt as Meta in Emacs: XTerm*eightBitInput: false XTerm*metaSendsEscape: true -- Best regards!