all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* display table for eight-bit-graphic
@ 2003-01-24 13:38 Dave Love
  2003-01-25  1:16 ` Kenichi Handa
  0 siblings, 1 reply; 18+ messages in thread
From: Dave Love @ 2003-01-24 13:38 UTC (permalink / raw)


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)))

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2003-03-21 19:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-24 13:38 display table for eight-bit-graphic Dave Love
2003-01-25  1:16 ` Kenichi Handa
2003-01-25 10:17   ` Kai Großjohann
2003-01-25 22:24     ` Ehud Karni
2003-01-26 14:27       ` Kai Großjohann
2003-01-26 15:37   ` Richard Stallman
2003-01-27  2:20     ` Kenichi Handa
2003-01-29  0:04       ` Richard Stallman
2003-01-29 11:03         ` Kenichi Handa
2003-03-03 18:59           ` Richard Stallman
2003-03-03 20:41             ` Eli Zaretskii
2003-03-18  7:26             ` Kenichi Handa
2003-03-19  8:48               ` Richard Stallman
2003-03-19 10:58                 ` Kenichi Handa
2003-03-21 19:07                   ` Richard Stallman
2003-02-03 14:28         ` Dave Love
2003-02-03 14:29         ` Dave Love
2003-02-03 14:32       ` Dave Love

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.