> From: Peter Petersen <[EMAIL PROTECTED]>
> Date: Sat, 14 May 2005 21:27:44 +0200
> 
> BUT (without using filterm and its filter "dynafont"):

What does this "dynafont" filter do?

> If someone posts in utf-8 I am not able to see all the special
> characters AND I am not able to reply to such a post without having my
> reply look totally fucked up (as to the special characters that I may
> have in the quotation of the utf-8 poster).

I think you can fix this if you set up a display table that maps each
special character to a string of one or more ASCII characters (or any
other characters your console can display).  You can find 2 examples
of doing that in the Emacs distribution:
lisp/international/latin1-disp.el and lisp/term/internal.el.  If you
need to understand more about display tables, read the section
"Display Tables" in the ELisp manual.

> All this happens with Emacs in a virtual text console.

What is a ``virtual console''? how is it different from a standard
text terminal?


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to