From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: xml encoding conflict with my defult emacs language configuartion Date: 24 Feb 2004 08:53:06 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077605631 21242 80.91.224.253 (24 Feb 2004 06:53:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2004 06:53:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 07:53:47 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvWRv-0005FC-00 for ; Tue, 24 Feb 2004 07:53:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvWRt-0003E6-HD for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2004 01:53:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvWQW-0002cE-KO for help-gnu-emacs@gnu.org; Tue, 24 Feb 2004 01:52:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvWPp-0001uN-BF for help-gnu-emacs@gnu.org; Tue, 24 Feb 2004 01:52:10 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1AvWPn-0001pF-SR for help-gnu-emacs@gnu.org; Tue, 24 Feb 2004 01:51:36 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (steveneo@21cn.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17117 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17117 > Date: Tue, 24 Feb 2004 14:16:07 +0800 (CST) > From: "niDapeng" > > I guess my English isn't good enough to explain my question exactly. I think I understood it, your English is fine. > My emacs is Windows version 21.3.1. If I'm not mistaken, that version of Emacs indeed does not support Chinese characters in the Unicode character set. > And you needn't try to guess my emacs setting from my email encoding, becuase I didn't use Emacs as my email client:) I didn't say to fix the mail in Emacs, I said to fix your mailer (which I saw in the headers to be something called "AIMC 2.9.5.6 2002.10.10"). The fact that you use a mailer other than Emacs doesn't mean you shouldn't set it up correctly. This is especially true when posting messages about non-ASCII characters: how can you expect me to understand the problem if the Chinese characters you are writing about appear as random garbage on my screen? Thanks Emacs saints that we have "M-x rmail-redecode-body", or else I'd be lost. > I use XAE to create a docbook XML file, and input Chinese words. When I save, message pop up like my last mail. I guess the reason is : my buffer file is GB2312 encoding, but emacs try to save it as UTF-8, and emacs can't convert GB2312 Chinese words to UTF-8 automatically. So emacs ask if I want to save forcedly . That's true, for your version of Emacs. What would you like Emacs to do instead? > BTW, my another mail, about "Redo" function. My mean is when I do more "undo", I can't use "redo" function to "undo" last time "undo":). I do think it's common request for an editor. but why emacs hasn't accept "redo" as default command. You can "undo" the "undo". For that, after you invoke the "undo" command, press some key that doesn't change the buffer (I usually press the Right key) and then invoke "undo" again. It will now redo the last change you undid.