Francois-Xavier KOWALSKI writes:
> >>>>> "Dinh-Tuan" == Dinh-Tuan Pham <Dinh-Tuan.Pham@???> writes:
>
> [...]
>
> Dinh-Tuan> (define-key global-map [dead-circumflex] circumflex-map)
> Dinh-Tuan> (define-key circumflex-map " " "^")
> Dinh-Tuan> (define-key circumflex-map "o" [ocircumflex])
> Dinh-Tuan> etc ...
>
> Cela ne fonctionne pas chez moi: Mon XEmacs ne connait pas de
> 'circumflex-map. J'ai bien essaye un
>
> (make-sparse-keymap 'circumflex-map)
>
> avant d'appeller tes lignes, mais sans effets...
Excuser moi, il faut ajouter dans ton .emacs avant ces lignes
(defvar circumflex-map (make-sparse-keymap))
--
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
-----------------------------------------------------------------------