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
_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex