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: Sat, 07 Jun 2008 09:22:12 +0300

> From: David Hansen <david.hansen@gmx.net>
> Date: Fri, 06 Jun 2008 23:16:18 +0200
> 
> On Fri, 06 Jun 2008 23:31:08 +0300 Eli Zaretskii wrote:
> 
> >> From: David Hansen <david.hansen@gmx.net>
> >> Date: Fri, 06 Jun 2008 22:10:13 +0200
> >> 
> >> 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?
> >
> > Does it help to do this in after-init-hook?
> 
> Still ``Wrong type argument: arrayp, nil''.

If you start Emacs as "emacs -Q", and type "C-h v
standard-display-table RET" after Emacs starts up, do you see a nil
value then as well?

If the value is nil, please report a bug (I cannot reproduce it here,
btw).  If the value is not nil, explore the other -hook variables
supported by startup.el: emacs-startup-hook, term-setup-hook, and
window-setup-hook.




reply via email to

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