unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: help-gnu-emacs@gnu.org
Subject: Re: How to change `standard-display-table' at startup.
Date: Sat, 07 Jun 2008 00:04:29 +0200	[thread overview]
Message-ID: <yoij7id2i5jm.fsf@remote5.student.chalmers.se> (raw)
In-Reply-To: mailman.12803.1212783809.18990.help-gnu-emacs@gnu.org

David Hansen <david.hansen@gmx.net> writes:

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

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

-- 
Johan Bockgård


       reply	other threads:[~2008-06-06 22:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.12803.1212783809.18990.help-gnu-emacs@gnu.org>
2008-06-06 22:04 ` Johan Bockgård [this message]
2008-06-06 20:10 How to change `standard-display-table' at startup David Hansen
2008-06-06 20:31 ` Eli Zaretskii
2008-06-06 21:16   ` David Hansen
2008-06-07  6:22     ` Eli Zaretskii
     [not found]     ` <mailman.12832.1212819812.18990.help-gnu-emacs@gnu.org>
2008-06-07  9:09       ` Johan Bockgård
2008-06-07 12:03         ` Eli Zaretskii
2008-06-07 20:10           ` David Hansen
2008-06-07 21:12             ` Eli Zaretskii
2008-06-07 21:31               ` David Hansen
2008-06-08  6:27                 ` Eli Zaretskii
2008-06-08  7:04                   ` David Hansen
2008-06-08  8:01                     ` Eli Zaretskii
2008-06-08  8:51                       ` David Hansen
2008-06-06 21:21   ` David Hansen
2008-06-06 20:37 ` Drew Adams
2008-06-06 20:44   ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoij7id2i5jm.fsf@remote5.student.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).