From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Baurjan Ismagulov Newsgroups: gmane.emacs.devel Subject: adding a new encoding Date: Sat, 19 Jun 2004 17:03:01 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040619150301.GC3467@ata.cs.hun.edu.tr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087657308 24224 80.91.224.253 (19 Jun 2004 15:01:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2004 15:01:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jun 19 17:01:40 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BbhLg-00051i-00 for ; Sat, 19 Jun 2004 17:01:40 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BbhLg-0004hr-00 for ; Sat, 19 Jun 2004 17:01:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BbhMp-0002u9-L8 for emacs-devel@quimby.gnus.org; Sat, 19 Jun 2004 11:02:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BbhMn-0002u4-7u for emacs-devel@gnu.org; Sat, 19 Jun 2004 11:02:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BbhMl-0002tr-R0 for emacs-devel@gnu.org; Sat, 19 Jun 2004 11:02:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BbhMl-0002to-OZ for emacs-devel@gnu.org; Sat, 19 Jun 2004 11:02:47 -0400 Original-Received: from [82.83.198.114] (helo=burundai.radix50.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BbhLR-0007nW-5s for emacs-devel@gnu.org; Sat, 19 Jun 2004 11:01:25 -0400 Original-Received: from burundai.radix50.net (localhost [127.0.0.1]) by burundai.radix50.net (8.12.3/8.12.3/Debian -4) with ESMTP id i5JF313A003784 for ; Sat, 19 Jun 2004 17:03:01 +0200 Original-Received: (from ibr@localhost) by burundai.radix50.net (8.12.3/8.12.3/Debian -4) id i5JF31OU003783 for emacs-devel@gnu.org; Sat, 19 Jun 2004 17:03:01 +0200 Original-To: emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.6i X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25108 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25108 Hello, I want to use Emacs to edit text in PT154 encoding. I've tried to type the characters pretending they were in KOI8-R, but Emacs (I'm using 21.2) hasn't swallow it :) (it displayed some, beeped at some, and did nothing for some). I suppose I need to tell Emacs about PT154. I've started to dig through lisp/language and lisp/international, but it's a bit overwhelming for a novice. Could anyone give any tips where to start? Thanks in advance, Baurjan.