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: David Hansen
Subject: Re: How to change `standard-display-table' at startup.
Date: Fri, 06 Jun 2008 23:16:18 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

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''.

David





reply via email to

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