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: Kenichi Handa
Subject: Re: No malayalam glyphs in language/mlm-util.el
Date: Thu, 20 Feb 2003 21:50:23 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Juanma Barranquero <address@hidden> writes:
>   (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...

Oops, sorry.  Long ago, for already forgotten reason, I
introduced the feature of using t for the default fontset,
but, it seems that the necessity disappeared before I
documented it.

I think nil is better than t for specifying the default
fontset.

I've just documented that NAME nil means the default fontset
in functions of fontset.c, and fixed term/w32-win.el.

---
Ken'ichi HANDA
address@hidden





reply via email to

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