On Tue, Nov 04, 1997 at 10:31:58AM +0100, Christian Leutloff wrote: > 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)
We should ask the emacs/xemacs maintainers to ship their packages preconfigured that way. -- Enrique Zanardi [EMAIL PROTECTED] Dpto. Fisica Fundamental y Experimental Univ. de La Laguna -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

