From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: can't global-set-key in emacs -nw Date: 01 Feb 2004 08:33:38 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075617323 3725 80.91.224.253 (1 Feb 2004 06:35:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 06:35:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 01 07:35:18 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnBCQ-0002VL-00 for ; Sun, 01 Feb 2004 07:35:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnBBi-0006zB-EH for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2004 01:34:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnB9l-0006do-CO for help-gnu-emacs@gnu.org; Sun, 01 Feb 2004 01:32:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnB9B-0006Nc-9z for help-gnu-emacs@gnu.org; Sun, 01 Feb 2004 01:32:28 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AnB9A-0006Hz-Ah for help-gnu-emacs@gnu.org; Sun, 01 Feb 2004 01:31:56 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Joel Smith on Sun, 01 Feb 2004 00:27:42 GMT) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:16556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16556 > Newsgroups: gnu.emacs.help > From: Joel Smith > Date: Sun, 01 Feb 2004 00:27:42 GMT > > using xterm or aterm i can't set any keys using the shift key. for > example > > (global-set-key [(shift right)] "\C-e") > > won't do anything in aterm. in xterm it inserts 2C. > > resetting the home, end keys doesn't work, and backspace starts help > in aterm. it's fine in xterm. You need to set up your keyboard configuration (sorry, I don't know how exactly). Using "C-h l", you will see that Emacs doesn't get any useful key codes when you press the problematic keys. > finally the mouse doesn't work. You mean, it doesn't work in Emacs? If so, you will have to set up xt-mouse.el, I think. Basically, Emacs doesn't support the mouse on a text terminal without some package such as xt-mouse.