emacs-devel
[Top][All Lists]
Advanced

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

Re: No malayalam glyphs in language/mlm-util.el


From: Juanma Barranquero
Subject: Re: No malayalam glyphs in language/mlm-util.el
Date: Thu, 20 Feb 2003 13:26:57 +0100

On Thu, 20 Feb 2003 20:09:16 +0900 (JST), Kenichi Handa <address@hidden> wrote:

> By the way, I'll explain a bit more about the fontsets.

Speaking of fontsets, with this change:

  Revision 1.74 - Thu Feb 20 08:40:35 2003 UTC (3 hours, 34 minutes ago) by 
handa 
  Branch: MAIN 
  CVS Tags: HEAD 

  (check_fontset_name): If NAME is nil, return the default fontset.

Emacs doesn't load on windowing mode on Windows because term/w32-win.el
contains:

  (set-fontset-font t (make-char 'katakana-jisx0201) '("*" . "JISX0208-SJIS"))
  (set-fontset-font t (make-char 'latin-jisx0201) '("*" . "JISX0208-SJIS"))
  (set-fontset-font t (make-char 'japanese-jisx0208) '("*" . "JISX0208-SJIS"))
  (set-fontset-font t (make-char 'japanese-jisx0208-1978) '("*" . 
"JISX0208-SJIS"))

It's easy enough to change these t to nil, but, why the change?

AFAICS, (set-fontset-font [t|nil]...) is not used anywhere on Emacs
except by term/w32-win.el, and not surprisingly so, as the docs don't
mention the posibility of NAME being other than a string...

                                                           /L/e/k/t/u





reply via email to

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