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: Question on Mule and Makor2, font display vs char input? Date: Thu, 02 Dec 2004 06:48:26 +0200 Message-ID: <01c4d82a$Blat.v2.2.2$4ebaaf60@zahav.net.il> References: <87u0r754pw.fsf@access4less.net> <01c4d7d3$Blat.v2.2.2$e02970a0@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1101963143 32710 80.91.229.6 (2 Dec 2004 04:52:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2004 04:52:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 02 05:52:17 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 1CZiwy-00085A-00 for ; Thu, 02 Dec 2004 05:52:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZj6V-00089v-SD for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Dec 2004 00:02:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZj6L-00089i-AP for help-gnu-emacs@gnu.org; Thu, 02 Dec 2004 00:01:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZj6K-00089K-GA for help-gnu-emacs@gnu.org; Thu, 02 Dec 2004 00:01:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZj6K-00089H-Dr for help-gnu-emacs@gnu.org; Thu, 02 Dec 2004 00:01:56 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZiwR-0005W7-Bn for help-gnu-emacs@gnu.org; Wed, 01 Dec 2004 23:51:43 -0500 Original-Received: from zaretski ([80.230.143.171]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DGE32233 (AUTH halo1); Thu, 2 Dec 2004 06:51:41 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Joe Corneli on Wed, 01 Dec 2004 13:22:20 -0600) 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22490 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22490 > From: Joe Corneli > Date: Wed, 01 Dec 2004 13:22:20 -0600 > > > Any advice on how to make a string already entered into the buffer > > render according to the current input method? > > You could use display tables for that. They are documented in the > ELisp manual. > > The section doesn't make it clear to me how one would change the > display of a string, only the display of a character. This feature does change display of characters only, but I thought that would be enough for you to get what you want. Perhaps I don't understand what exactly are you trying to accomplish. Could you post an example with explanations?