On Tuesday 12 June 2007 Eamonn Sullivan's cat, walking on the keyboard, wrote: > I think what you want is something like the following in your .emacs file: > > (prefer-coding-system 'utf-8) > Maybe also this works: (add-to-list 'file-coding-system-alist '("\\.tex" . utf-8) ) Luca