From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Which key combos are not possible in remote Emacs session because terminal interferes? Date: Sat, 07 Feb 2015 10:15:10 +0200 Message-ID: <837fvucf3l.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1423296932 12419 80.91.229.3 (7 Feb 2015 08:15:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2015 08:15:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 09:15:31 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 1YK0Y6-0004TF-SN for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 09:15:31 +0100 Original-Received: from localhost ([::1]:51689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK0Y6-0007zT-8M for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 03:15:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK0Xu-0007yo-Q4 for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 03:15:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK0Xp-0001JM-O3 for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 03:15:18 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:36266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK0Xp-0001Ib-HK for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 03:15:13 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NJE002006BTU400@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 10:15:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJE002GK6XAOKA0@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 10:15:11 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:102549 Archived-At: > Date: Fri, 6 Feb 2015 23:48:22 -0800 (PST) > From: Chris Seberino > > When using Emacs on a remote server by SSH-ing, not all key combos > can be used as shortcuts like locally. > > Which key combos are not possible in remote Emacs session because terminal interferes? Only characters are possible on a TTY. > Is there a table or list somewhere? No, because it depends on the terminal software. Look under lisp/term/ for the Lisp module that supports your terminal emulator (likely, xterm.el), where you will find additional non-character keys that are supported via escape sequences.