X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 20 Mar 2002 08:22:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: deckerben cc: djgpp AT delorie DOT com Subject: Re: emacs fonts In-Reply-To: <3c97bc0f$0$12701$9b622d9e@news.freenet.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 19 Mar 2002, deckerben wrote: > Would it be possible for emacs to fully support mule functionality, like > (Chinese) fonts? The DJGPP port can only do that (and was tested to verify that it does) on an appropriately localized version of DOS/Windows. That is, you can only see Chinese glyphs on a Chinese DOS/Windows system, Japanese on a Japanese system, etc. In other words, the DJGPP port needs a DOS terminal that can display these glyphs directly (Emacs knows that by looking at the current DOS codepage). On all other systems, you will see empty triangles instead of the characters that cannot be displayed, and will only be able to see the text in print, if you use the ps-print package in conjunction with a PostScript printer or the Ghostscript interpreter. For European scripts, there's a limited support for display of characters even if the current codepage doesn't support them; read the node "MS-DOS and MULE" in the manual for more details.