[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Why [(return)] does not catch <return> in a console ?
From: |
François Fleuret |
Subject: |
Why [(return)] does not catch <return> in a console ? |
Date: |
17 Feb 2003 16:10:54 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Hi,
I am writing a major-mode, and I need to associate something to
'return'. The following line :
(define-key mp3play-mode-map [(return)] 'mp3play-play)
works fine if I run emacs in a window under X, but does not in a
console. What is the standard symbol for the 'return' key ?
Thanks in advance,
FF
- Why [(return)] does not catch <return> in a console ?,
François Fleuret <=