thank you Jean,
I found a solution, which is to put
(modify-coding-system-alist 'file "\\.muse\\'" 'utf-8)
in my .emacs file
(the strange thing for me is that it works even on file with no  
extension (".muse") )

it seems similar to what you proposed:

>
> I have the following lines in my .emacs file for utf-8 encoding of  
> the muse
> file:
>
> ;;Pour mettre les fichiers muse en utf-8
> (add-hook 'muse-mode-hook #'(lambda ()
>                             (set-buffer-file-coding-system 'utf-8)))
>

but somehow with your proposition, my files in emacs where converted  
on opening, and produced those same strange characters...


> It is sometimes recomended to write  «\usepackage[utf8x]{inputenc}»  
> in the
> latex preamble instead of « \usepackage[utf8]{inputenc}»

i've changed this, thanks
Paul


_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to