Date: Mon, 29 Mar 1999 15:18:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Salvador Eduardo Tropea (SET)" cc: djgpp AT delorie DOT com, The Ginsburgs Subject: Re: bugs report - RHIDE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 29 Mar 1999, Salvador Eduardo Tropea (SET) wrote: > > I can send the relevant file from the Emacs distribution to anybody > > who needs the conversion tables, > > Yes, send me the files. Sent in a separate message (to Salvador only). > > which I believe is the only piece of > > information required to add such support. > > Is not enough. I need the characters too, I mean the fonts. In my editor you > can have the code in CP437 and the comments in cyrilic ;-) > To do it I need my own fonts. That's the nice thing of DOS, I can do anything > the hard supports, doing it in Linux is hard :-( Does this work on Windows in the windowed DOS sessions (i.e. not in full-screen mode)? To do it on Linuxx, you will need the X fonts. There's the intlfonts distribution on GNU FTP sites which you can use for this. Emacs currently doesn't support this functionality in the DJGPP port, it simulates non-existing fonts with ASCII characters (e.g. c cedilla is displayed as {c,}).