From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eduardo Tompson Pereira Newsgroups: gmane.emacs.help Subject: nXML and unicode Date: Wed, 02 Feb 2005 16:03:59 -0200 Message-ID: <4201160F.4000703@ig.com.br> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1107367956 4011 80.91.229.6 (2 Feb 2005 18:12:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 18:12:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 02 19:12:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CwOzP-0003CO-00 for ; Wed, 02 Feb 2005 19:12:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwPCZ-0006ll-Jl for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Feb 2005 13:26:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwPAN-0005ka-4K for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:23:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwPAE-0005gk-HI for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:23:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwPAD-0005cT-7q for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:23:41 -0500 Original-Received: from [200.226.132.241] (helo=smtp-241.ig.com.br) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwOrC-0001z4-RF for help-gnu-emacs@gnu.org; Wed, 02 Feb 2005 13:04:03 -0500 Original-Received: (qmail 21113 invoked from network); 2 Feb 2005 18:03:57 -0000 Original-Received: from 201-13-21-92.dsl.telesp.net.br (HELO [201.13.21.92]) ([201.13.21.92]) (envelope-sender ) by email-241.ig.com.br (qmail-ldap-1.03) with SMTP for ; 2 Feb 2005 18:03:57 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041221 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-iGspam-global: Unsure, spamicity=0.598232 - pe=5.98e-01 - pf=0.598232 - pg=0.598232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23870 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23870 Hi, I'm trying to edit a XML with Emacs+nXML and what I get when I open the file and go into nxml-mode for this: versão Is: versãão But I want to be able to edit it like this: versão And nxml will do the rest. Sorry I'm very newbie, is there a minor-mode for it? Regards Eduardo