Réglé problème touch backspace emacs console.
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 20 Oct 2012 22:03:55 +0000 (22:03 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 20 Oct 2012 22:03:55 +0000 (22:03 +0000)
stage5/misc/emacs/emacsrc

index edc927a..2d8b3fb 100644 (file)
@@ -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.