From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Keybindings for Emacs with no X? Date: Fri, 03 Feb 2012 08:48:28 +0100 Message-ID: <87mx90e4s3.fsf@tsdh.uni-koblenz.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328255336 20565 80.91.229.3 (3 Feb 2012 07:48:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2012 07:48:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 03 08:48:56 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtDt9-00023K-Nc for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 08:48:55 +0100 Original-Received: from localhost ([::1]:45138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtDt9-00075w-9C for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 02:48:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtDsz-0006ff-7N for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 02:48:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtDsu-0000lp-6s for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 02:48:45 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:55304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtDsu-0000lj-1m for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 02:48:40 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RtDst-0001vt-C2 for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 08:48:39 +0100 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Feb 2012 08:48:39 +0100 Original-Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Feb 2012 08:48:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:Rq1XXI/Luiq7MPc8cQ0czEHmvRQ= 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:83601 Archived-At: Angel de Vicente writes: Hi Angel, > I run Emacs in text mode, inside GNUScreen, running in a > gnome-terminal. As a result, many key combinations don't get sent to > Emacs properly. For example, M-SPC gets to Emacs as C-M-j. Since I run > Emacs always like this, and basically I live inside Emacs, I would be > willing to spend some time trying to find a way out of this > problem. Searching the web has not really helped much... > > Any help on where I should be looking? I use GNOME terminal (3.2.1), too, and M-SPC works just fine. Basically, mostly all keybindings work just fine, except some that contain non-alphanumeric characters, e.g., C-< is interpreted as just <, C-? is interpreted as DEL (!)... Bye, Tassilo