From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Usage of standard-display-table in MSDOS Date: Wed, 25 Aug 2010 21:09:46 +0300 Message-ID: <83vd6ymumt.fsf@gnu.org> References: <8739u47evm.fsf@uwakimon.sk.tsukuba.ac.jp> <201008241113.o7OBDkUX011519@beta.mvs.co.il> <83aaocnec1.fsf@gnu.org> <201008251304.o7PD4uJu028868@beta.mvs.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1282759686 14288 80.91.229.12 (25 Aug 2010 18:08:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Aug 2010 18:08:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: ehud@unix.mvs.co.il Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 25 20:08:05 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OoKOI-0007Fq-Ti for ged-emacs-devel@m.gmane.org; Wed, 25 Aug 2010 20:08:03 +0200 Original-Received: from localhost ([127.0.0.1]:56208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoKOI-0008Ek-Bg for ged-emacs-devel@m.gmane.org; Wed, 25 Aug 2010 14:08:02 -0400 Original-Received: from [140.186.70.92] (port=41065 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoKO8-0008Cx-9B for emacs-devel@gnu.org; Wed, 25 Aug 2010 14:07:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoKO3-0004GY-Vz for emacs-devel@gnu.org; Wed, 25 Aug 2010 14:07:52 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:64083) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoKO3-0004GK-Oa for emacs-devel@gnu.org; Wed, 25 Aug 2010 14:07:47 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L7P00F00ZM8AE00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 25 Aug 2010 21:07:40 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.70.215.111]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L7P00F5AZOQ1G70@a-mtaout23.012.net.il>; Wed, 25 Aug 2010 21:07:40 +0300 (IDT) In-reply-to: <201008251304.o7PD4uJu028868@beta.mvs.co.il> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129221 Archived-At: > Date: Wed, 25 Aug 2010 16:04:56 +0300 > From: "Ehud Karni" > Cc: emacs-devel@gnu.org > > For the DOS Hebrew Aleph The standard-display-table is set like this: > (aset standard-display-table 128 '[ 169 244 ] ) > In Emacs 21.3 these exact characters were displayed (sent) to the text > terminal and appeared as prefix char + Aleph. > In 23.1 I see the prefix + ? (question mark). > > The character `244' (Aleph) is been encoded in the current locale > and this inhibits its display as Aleph. And why don't you just say "C-x RET t cp862 RET"? That's what you want -- to send cp862 codes to the terminal, right?