From 4d52eba7984806a55873064c36eb09b2eeaa2853 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sat, 20 Oct 2012 22:03:55 +0000 Subject: [PATCH] =?utf8?q?R=C3=A9gl=C3=A9=20probl=C3=A8me=20touch=20backsp?= =?utf8?q?ace=20emacs=20console.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage5/misc/emacs/emacsrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage5/misc/emacs/emacsrc b/stage5/misc/emacs/emacsrc index edc927a..2d8b3fb 100644 --- a/stage5/misc/emacs/emacsrc +++ b/stage5/misc/emacs/emacsrc @@ -32,6 +32,9 @@ ;; Pour avoir les accents (set-keyboard-coding-system 'utf-8) +;; Pour que la touche backspace fonctionne aussi en mode console: +(normal-erase-is-backspace-mode 0) + ;; Set up the keyboard so the delete key on both the regular keyboard ;; and the keypad delete the character under the cursor and to the right ;; under X, instead of the default, backspace behavior. -- 2.20.1