From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to change `standard-display-table' at startup. Date: Sat, 07 Jun 2008 09:22:12 +0300 Message-ID: References: <87zlpy1g0q.fsf@localhorst.mine.nu> <87r6ba1cyl.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212819840 12304 80.91.229.12 (7 Jun 2008 06:24:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2008 06:24:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 07 08:24:43 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K4rqv-0003V9-Gz for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2008 08:24:37 +0200 Original-Received: from localhost ([127.0.0.1]:59296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4rq8-0003q6-F0 for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2008 02:23:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4rpq-0003q0-GD for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 02:23:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4rpn-0003pK-Ho for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 02:23:29 -0400 Original-Received: from [199.232.76.173] (port=55150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4rpn-0003pH-DK for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 02:23:27 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:14933) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K4rpm-0002MD-Ur for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 02:23:27 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4rpm-0000CM-3S for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 02:23:26 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.28.131]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K220044SYDX6960@i_mtaout4.012.net.il> for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 09:37:09 +0300 (IDT) In-reply-to: <87r6ba1cyl.fsf@localhorst.mine.nu> X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54569 Archived-At: > From: David Hansen > Date: Fri, 06 Jun 2008 23:16:18 +0200 > > On Fri, 06 Jun 2008 23:31:08 +0300 Eli Zaretskii wrote: > > >> From: David Hansen > >> 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.