From: gobo72 Date: Sat, 20 Oct 2012 22:03:55 +0000 (+0000) Subject: Réglé problème touch backspace emacs console. X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=4d52eba7984806a55873064c36eb09b2eeaa2853;p=hvlinux.git Réglé problème touch backspace emacs console. --- 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.