Accented characters on Emacs

emacs

Solution

Actually the problem emacs' starter kit, with the binding `(set-keyboard-coding-system 'utf-8) `

Problem

When I type an accented character (eg ñ, ç, ã), it doesn't self-insert immediately, but rather displays itself on the minibuffer as if it was a prefix key (eg ç -> ç-). Is there a way to change this behavior? I can't even capture it with <f1>kç to find out what is happening. Thanks!

Original source