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

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

Re: How to change `standard-display-table' at startup.


From: Eli Zaretskii
Subject: Re: How to change `standard-display-table' at startup.
Date: Sun, 08 Jun 2008 00:12:04 +0300

> From: David Hansen <david.hansen@gmx.net>
> Date: Sat, 07 Jun 2008 22:10:36 +0200
> Cc: emacs-devel@gnu.org
> 
> When I run emacs -Q, i get:
> 
> standard-display-table is a variable defined in `C source code'.
> Its value is nil
> 
> this is 
> 
> GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
> 2008-06-06 on robotron

Strange...  Anyway, does it work to do what Johan suggested:

    (unless standard-display-table
      (setq standard-display-table (make-display-table)))




reply via email to

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