[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs key bindings + Putty
From: |
Michal Sojka |
Subject: |
Re: Emacs key bindings + Putty |
Date: |
Mon, 14 Jun 2010 11:30:11 +0200 |
User-agent: |
Notmuch/0.3.1-41-gfac11e2 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) |
On Sun, 13 Jun 2010, Xavier MARCELET wrote:
> Hi,
>
> I'm using emacs on a remote server on which I'm connecting via SSH either
> from a native Linux console or from Windows using Putty.
> I have configured all my emacs bindings and they all work well when I'm
> connecting through Linux.
> My problem is that some of them don't work with Putty.
>
> For instance, I've defined " (global-set-key [A-down] 'end-of-buffer) "
> which triggers when I'm pressing ALT+down on Linux.
> When using Putty, the binding does not work.
>
> When using describe-key function, emacs answers :
> ESC <down> (translated from ESC M-O B) is undefined
Hi, you can specify the terminal type in Putty configuration. Try to set
it to "Linux".
-Michal