unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: No display-table with UTF-8
Date: Thu, 05 Feb 2004 17:09:23 -0700	[thread overview]
Message-ID: <4022DB33.1090709@yahoo.com> (raw)
In-Reply-To: 20040205234551.2ffb9267.occitan@esperanto.org

Daniel Pfeiffer wrote:

> after I ran into too many problems a few years back, I'm currently taking
> another shot at updating my X-environment to a de_DE.UTF-8 locale.  This works
> nicely with CVS emacs.
> 
> The problem are these kind of lines in my .emacs:
> 
> (set-char-table-extra-slot standard-display-table 2 9437276)
> (aset standard-display-table 2208 [9437276 ?\ ])
> (aset standard-display-table 2221 [9437276 ?-])
> 
> where those weird huge numbers are a highlighted backslash:
> 
> (+ (lsh (face-id 'secondary-selection) 19) ?\\)
> 
> Too bad standard-display-table is nil when I set LANG this way.  How do I
> highlight the extra-slots when using unicode?

How about:

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

-- 
Kevin Rodgers

  reply	other threads:[~2004-02-06  0:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-05 22:45 No display-table with UTF-8 Daniel Pfeiffer
2004-02-06  0:09 ` Kevin Rodgers [this message]
2004-02-06 21:55   ` Daniel Pfeiffer

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=4022DB33.1090709@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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).