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

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

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


From: David Hansen
Subject: How to change `standard-display-table' at startup.
Date: Fri, 06 Jun 2008 22:10:13 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

Hello,

I have

(aset standard-display-table ?\`
      (make-vector 1 (make-glyph-code ?\` 'bold)))

in my .emacs but Emacs complains that `standard-display-table' is nil
and not a vector.  How can I change the `standard-display-table' at
startup?

David





reply via email to

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