Jean-Éric TORLAY writes:
> Est-ce quelqu'un connaît les lignes à ajouter au
> fichier .xemacs pour qu'il n'affiche plus :
>
> dead-circumflex not defined.
> mais plutôt un accent circonflexe ?
(define-key global-map [dead-circumflex] "^"
Mais le mieux est de faire comme suit:
(define-key global-map [dead-circumflex] circumflex-map)
(define-key circumflex-map " " "^")
(define-key circumflex-map "o" [ocircumflex])
etc ...
Comme ca, "^ " donne "^", "^o" donne ô, etc ...
--
PHAM Dinh Tuan | e-mail: Dinh-Tuan.Pham@???
Laboratoire de Modelisation et Calcul | Tel: +33 4 76 51 44 23
BP 53, 38041 Grenoble cedex (France) | Fax: +33 4 76 63 12 63
-----------------------------------------------------------------------