bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

underline color of non-ASCII chars


From: Kenichi Handa
Subject: underline color of non-ASCII chars
Date: Wed, 31 Oct 2001 11:34:54 +0900 (JST)

In GNU Emacs 21.1.2 (sparc-sun-solaris2.8, X toolkit)
 of 2001-10-22 on mule
configured using `configure  --program-suffix=21 
--x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

The color of underline is overridden by a foregournd color for
non-ASCII characters.

Please try this without using font-lock-mode.

(make-face 'temp)
(set-face-attribute 'temp nil
                    :underline "red"
                    :foreground "green")
(insert (propertize (string ?a (make-char 'latin-iso8859-1 #o300) ?b)
                    'face 'temp))

---
Ken'ichi HANDA
handa@etl.go.jp




reply via email to

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