I wrote:

> J'ai aussi trouv� un bug avec GNU Emacs et W3 -- c'est pas bien, j'ai
> pas fait de rapport de bug :-( -- voici mon hack dans mon .emacs:
> 
>     ;;; avoid euc-jp encoding with W3 and POST method
>     (setq mule-retrieval-coding-system 'iso-8859-1)

Arrg, ce n'est pas suffisant, je viens de me faire pi�g� :-(  La
solution suivante fonctionne _beaucoup_ mieux car c'est un defconst et
doit �tre corrig� apr�s le chargement de w3:

    ;;; avoid euc-jp encoding with W3 and POST method
    (add-hook 'w3-load-hook
              '(lamba ()
                      (setq mule-retrieval-coding-system
                       'iso-8859-1)))
-- 
Edouard G. Parmelan
http://egp.free.fr


Répondre à