all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: dumping disp-table
Date: Tue, 17 Jun 2003 12:20:45 -0400	[thread overview]
Message-ID: <E19SJCP-00089T-7q@fencepost.gnu.org> (raw)
In-Reply-To: <200306162039.h5GKdgLM022210@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu)

    In all the cases I can think of, it seems that disp-table.el
    gets loaded at startup.

That seems to be due to the following code:

(defun set-display-table-and-terminal-coding-system (language-name)
  "Set up the display table and terminal coding system for LANGUAGE-NAME."
  (let ((coding (get-language-info language-name 'unibyte-display)))
    (if coding
	(standard-display-european-internal)
;;; The next line is what does it.
      (standard-display-default (if (eq window-system 'pc) 128 160) 255)
      (aset standard-display-table 146 nil))
    (or (eq window-system 'pc)
      (set-terminal-coding-system coding))))

What is the purpose of that line?  We could easily rewrite
it not to use disp-table, but we should also explain the reason
why it does what it does.

  reply	other threads:[~2003-06-17 16:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-16 20:39 dumping disp-table Stefan Monnier
2003-06-17 16:20 ` Richard Stallman [this message]
2003-06-17 20:31   ` Eli Zaretskii
2003-06-19  4:49     ` Richard Stallman
2003-06-19 16:13       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E19SJCP-00089T-7q@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.