From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Gehrlein Newsgroups: gmane.emacs.help Subject: Re: fixing M$ character codes Date: Mon, 05 Jul 2004 12:19:57 +0200 Organization: T-Online Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <2ko3egF4flbgU1@uni-berlin.de> <874qomvkpy.fsf@teufel.hartford-hwp.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089022998 21315 80.91.224.253 (5 Jul 2004 10:23:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 10:23:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 05 12:23:12 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhQcx-0003Qf-00 for ; Mon, 05 Jul 2004 12:23:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhQev-0000Ka-Gk for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jul 2004 06:25:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!news.tele.dk!news.tele.dk!small.news.tele.dk!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: news.t-online.com 1089022585 04 3500 R49XXmLO719Mv5D 040705 10:16:25 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: GzD874ZpgenWCH0KYw5AxEOZfOOsux2snu8CJf5RDMvY1WFD6Jf18q User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:+l2lmXIM5/n8opYtJOqOAiKGZfQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:124135 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19466 Haines Brown writes: > As on who often has to process documents with 8-bit characters, your > lisp code was certainly welcome. But it does not seem to do anything. > > I'm running emacs 21.2.1 and pasted the code you supplied into > ~/.emacs, and reloaded emacs. If I open a test file that is filled > with these 8-bit characters, it is displayed in emacs without any > change. > > What am I doing wrong? Did you try calling the function interactively? M-x jym.de8 RET Thomas