[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Emacs/W3 [Was: [INFO] task-french]



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



Reply to: