unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: emacs on MAC OS X 10.2
Date: Fri, 17 Jan 2003 18:06:46 +0100	[thread overview]
Message-ID: <84lm1jd7tl.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: mailman.413.1042747709.21513.help-gnu-emacs@gnu.org

mark belloni <markbelloni@earthlink.net> writes:

> (define-key global-map "ESC-O A" 'previous-line)    ;activate  up
> arrow key

That's the wrong way to do it.  Emacs looks in lisp/term/foo.el if
$TERM is set to foo for the keybindings to use.  (the lisp/term/README
file has more data.)  If that file contains the wrong bindings, please
submit a bug report to the Emacs developers.  But maybe $TERM is just
set wrongly?

If you want to have it quick, try 

(define-key function-key-map (kbd "ESC O A") (kbd "<up>"))

and similar statements.  Note that the string after kbd uses the same
syntax that's produced by C-h k, C-h l and friends.

-- 
Ambibibentists unite!

  parent reply	other threads:[~2003-01-17 17:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.413.1042747709.21513.help-gnu-emacs@gnu.org>
2003-01-16 21:00 ` emacs on MAC OS X 10.2 Rodney Sparapani
2003-01-17 15:57 ` Benjamin Riefenstahl
2003-01-17 17:06 ` Kai Großjohann [this message]
2003-01-17 18:48   ` Per Rønne
2003-01-16 20:06 mark belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84lm1jd7tl.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).