bug-gnu-emacs
[Top][All Lists]
Advanced

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

display table for eight-bit-graphic


From: Dave Love
Subject: display table for eight-bit-graphic
Date: 24 Jan 2003 13:38:29 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I just got reminded about this.  I think the standard display table
should display eight-bit-graphic characters as octal in multibyte
mode.  Displaying them as graphics can be misleading.

I've long been using

(when default-enable-multibyte-characters
  (dotimes (i 128)
    (aset standard-display-table (+ 128 i) nil)))




reply via email to

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