help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

numeric keypad buttons


From: Tobias Verbeke
Subject: numeric keypad buttons
Date: Wed, 23 Jul 2003 16:13:44 +0200

Hi,

I'm new to emacs and don't
find a way to use my numeric
keypad as a whole.

For the moment NumLock,
0 ... 9, and . react, but
the /, *, -, + and Enter key don't.

I run (GNU) emacs --no-windows in a 
gnome terminal (emacs version 21.2.93.1).

Here are the contents of .emacs:

(require 'tex-site)
(load
"/home/tobias/documents/demografie/R/ESS/ess-5.1.24/lisp/ess-site")(s
etq inferior-ess-program "R")(setq ess-ask-for-ess-directory nil)
(setq ess-pre-run-hook
   '((lambda () (setq S-directory default-directory))))
(setq comint-scroll-to-bottom-on-output t)
;; Gestion des accents
(set-terminal-coding-system 'latin-1)
(set-keyboard-coding-system 'latin-1)
(set-language-environment 'latin-1)

I got as far as identifying 

/     as    ESC O o
*     as    ESC O j
-     as    ESC O m
+     as    ESC O k
Enter as    <kp-enter>

but attempts to put things correctly
in .emacs fail (don't know syntax
neither if that's the place where to 
handle with this prob).



Thank you in advance for your help,

Tobias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]