(CC only to debian-i18n, not debian-devel) Enrique Zanardi <[EMAIL PROTECTED]> writes:
> You're right. So we don't need to touch anything in "less". Let's
> continue with another one, what about emacs/xemacs?
That's what I added with my user-de package for german users. It
shouldn't break other installations (exept the backspace/delete keys)
;;--- support european keys -------------------------------
(set-input-mode (car (current-input-mode))
(nth 1 (current-input-mode))
0)
(standard-display-european t)
;;--- redefine some keys ----------------------------------
(global-set-key [backspace] 'backward-delete-char-untabify)
(global-set-key [delete] 'delete-char)
(global-set-key [home] 'beginning-of-line)
(global-set-key [end] 'end-of-line)
(global-set-key [C-home] 'beginning-of-buffer)
(global-set-key [C-end] 'end-of-buffer)
Bye
Christian
--
Christian Leutloff, Aachen, Germany
[EMAIL PROTECTED] http://www.oche.de/~leutloff/
Debian GNU/Linux 1.3.1! Mehr unter http://www.de.debian.org/
pgpSIqf6l5QwT.pgp
Description: PGP signature

