[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dumping disp-table
From: |
Eli Zaretskii |
Subject: |
Re: dumping disp-table |
Date: |
Tue, 17 Jun 2003 23:31:53 +0300 |
> From: Richard Stallman <address@hidden>
> Date: Tue, 17 Jun 2003 12:20:45 -0400
>
> ;;; 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?
Are you asking about the case of `window-system' being `pc' or the
other case (or both)?
In any case, I think the comments in standard-display-european-internal
might shed some light on this.