bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] Re: 11.81; *output* buffer is set to UTF-8


From: Stefan Pofahl
Subject: [Bug-AUCTeX] Re: 11.81; *output* buffer is set to UTF-8
Date: Mon, 29 Jan 2007 22:10:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

David Kastrup <dak <at> gnu.org> writes: 
 
>  
> Peter Dyballa <Peter_Dyballa <at> Web.DE> writes: 
>  
> > Am 06.11.2005 um 10:09 schrieb David Kastrup: 
> > 
> >> The question is whether the _characters_ appearing in the buffer are 
> >> what you would have expected. 
> >> 
> > 
> > There are few problems before answering this ... 
> > 
> > I need a mathematical environment with ö or ä -- an ü would do it too, 
> > I presume. Or an ß instead of β? Well, I have no idea whether this 
> > nonsense is supported by TeX. 
I had also the problem with the wrong saving of the file, 
this is what I wrote into my init.el: 
 
------------------------------------------------------------------------- 
;;; tell (x)-emacs what coding-system it should use under `LaTeX-mode':  
(add-hook 'LaTeX-mode-hook 
        (lambda() 
           (set-buffer-file-coding-system 'raw-text) 
           ;(setq coding-system-for-read 'raw-text) 
           ;(setq buffer-file-coding-system-for-read 'raw-text) 
           ;(setq file-coding-system-alist 'raw-text) 
           (setq file-coding-system-alist  
              (cons '("\\.\\(?:tex\\)\\'" . raw-text) 
'process-coding-system-alist)) 
           )) 
------------------------------------------------------------------------- 
 
Kindest regards, 
 
Stefan 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]