From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Default Emacs keybindings Date: Wed, 5 May 2004 09:29:58 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405051429.i45ETwY26015@raven.dms.auburn.edu> References: <20040502211541.GA26227@fencepost> <85y8oa6nwi.fsf@junk.nocrew.org> <87n04paner.fsf@peder.flower> <200405032259.i43MxkP13454@raven.dms.auburn.edu> <200405042135.i44LZtI21437@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083768891 11168 80.91.224.253 (5 May 2004 14:54:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 May 2004 14:54:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 05 16:54:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BLNmh-0005gM-00 for ; Wed, 05 May 2004 16:54:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BLNmh-0005QG-00 for ; Wed, 05 May 2004 16:54:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLNaQ-0001BO-Qd for emacs-devel@quimby.gnus.org; Wed, 05 May 2004 10:41:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BLNWi-0007s4-FQ for emacs-devel@gnu.org; Wed, 05 May 2004 10:37:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BLNTO-0006e2-9O for emacs-devel@gnu.org; Wed, 05 May 2004 10:34:41 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLNSp-0006U1-Lt; Wed, 05 May 2004 10:33:35 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i45EXVTS016676; Wed, 5 May 2004 09:33:31 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i45ETwY26015; Wed, 5 May 2004 09:29:58 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: eliz@gnu.org In-reply-to: (message from Eli Zaretskii on 05 May 2004 07:53:38 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22792 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22792 Eli Zaretskii wrote: > Date: Tue, 4 May 2004 16:35:55 -0500 (CDT) > From: Luc Teirlinck > > xmodmap _seems_ to work perfectly however, when logging in remotely > using emacs -nw from a gnome terminal, which I am doing right now. It works if the remapping was done on the machine where you run the terminal emulator (assuming the emulator itself is a windowed program). I was talking about logging _into_ a machine where you remapped the keys. What I was talking about was: Use xmodmap on your local machine. Then use ssh to log into a remote machine. (It does not matter whether you use or do not use X11 forwarding, ssh -X vs ssh -x for my version of ssh). Then you execute emacs -nw on the remote machine. The xmodmap on the local machine will be in effect. Sincerely, Luc.