emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: display table for eight-bit-graphic


From: Richard Stallman
Subject: Re: display table for eight-bit-graphic
Date: Mon, 03 Mar 2003 13:59:49 -0500

    > It is definitely intended to use the display table for multibyte
    > buffers--but I think that's not actually the issue you are talking
    > about.

    I'm talking that using the display table in multibyte
    session is not good.

    > Anyway, I don't think this actually contradicts anything I said.
    > The display table is used for unibyte buffers, too.  If we
    > want unibyte buffers to display the international graphics,
    > we have to set up the display table for codes 128-255.

    We don't have to use the display table even for unibyte
    buffers.  Even for a unibyte buffer,
    get_next_display_element in xdisp.c doesn't generate a octal
    form "\XXX" for a code in the range 128-255 if the code can
    be converted to a multibyte character by
    unibyte_char_to_multibyte.

It sounds like you're suggesting that we eliminate the display
table feature.

Perhaps the display table is obsolete as a means of displaying
non-ASCII characters, assuming we set up for proper conversion
to unibyte according to the language in use.  But aren't display
tables used for other things too?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]