Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; «set-input-mode»
;
; (find-es "bsd" "fbsd-keymaps")
; (describe-function 'set-input-mode)
; (current-input-mode)
; (set-input-mode nil nil t)
;
(set-input-mode
 (car (current-input-mode))
 (nth 1 (current-input-mode))
 t)

(global-set-key [kp-5] 'delete-char)




;;
;; Local Variables:
;; coding:               no-conversion
;;  ee-anchor-format:     "«%s»"
;;  ee-charset-indicator: "Ñ"
;;  End: