I am typesetting in emacs with AucTeX. I generally write in English and Spanish, and, therefore, use the following in my preamble:
\usepackage[english,spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tipa}
\usepackage{t1enc}
\usepackage{amssymb}
\usepackage{soul}
\usepackage{graphicx}
\usepackage{colortbl}
\usepackage{times}
\usepackage{url}
\usepackage{qtree}
\begin{document}
óáéí
\end{document
I can typeset accent marks with no problems in Textmate, but I get the following error in emacs:
ERROR: Package inputenc Error: Unicode char \u8:óáéí not set up for use with LaTeX
There was a very similar question reported here, however, I have not been able to solve my problem the same way. Does anybody know how to set this up?