From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=F6ren_Vogel?= Newsgroups: gmane.emacs.help Subject: Re: NTEmacs, German, ispell Date: Sun, 19 Jan 2003 10:20:39 +0100 Organization: Chemnitz University of Technology Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: main.gmane.org 1042968321 25277 80.91.224.249 (19 Jan 2003 09:25:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 19 Jan 2003 09:25:21 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18aBhf-0006ZC-00 for ; Sun, 19 Jan 2003 10:25:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18aBhq-0003ys-04 for gnu-help-gnu-emacs@m.gmane.org; Sun, 19 Jan 2003 04:25:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.tu-darmstadt.de!uni-erlangen.de!news.tu-chemnitz.de!quetzalcoatl!sovo Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: isdn59.hrz.tu-chemnitz.de Original-X-Trace: narses.hrz.tu-chemnitz.de 1042968090 7024 134.109.164.59 (19 Jan 2003 09:21:30 GMT) Original-X-Complaints-To: abuse@tu-chemnitz.de Original-NNTP-Posting-Date: 19 Jan 2003 09:21:30 GMT In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:109179 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5703 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5703 Hi Eli, On Sun, 19 Jan 2003, Eli Zaretskii wrote: > Does the description there help to understand how would "C-u C-x > =3D" be useful in solving your mystery? Great, helped :-)! And here is what emacs says: character: =FC (0374, 252, 0xfc) charset: eight-bit-graphic (8-bit graphic char (0xA0..0xFF)) code point: 252 syntax: word category: buffer code: 0xFC file code: 0xFC (encoded by coding system raw-text-dos) font: =09 -outline-Courier New-bold-r-normal-normal-13-97-96-96-c-80-iso8859- Think this describes the character =FC, and now I have to check, whether emacs uses the same set to display characters. In addition I expect me to check whether ispell uses the same set? And how can that be done? S=F6ren.