* Re: [rich@phekda.freeserve.co.uk: Building Emacs CVS against DJGPP CVS]
[not found] ` <E18Ywwt-0001H1-00@fencepost.gnu.org>
@ 2003-01-17 8:36 ` Kenichi Handa
0 siblings, 0 replies; only message in thread
From: Kenichi Handa @ 2003-01-17 8:36 UTC (permalink / raw)
In article <E18Ywwt-0001H1-00@fencepost.gnu.org>, Richard Stallman <rms@gnu.org> writes:
> I think the basic problem is that just loading fontset.el
> calls functions in fontset.c (set-fontset-set, etc). That's
> why bytecompiling lisp/term/x-win.el fails if it requires
> fontset unconditionally. Perhaps, fontset.el should just
> define a data for the default fontset, and x-win.el should
> setup the default fontset from that data. Then, we can
> compile x-win.el without fontset.c.
> That seems like a good idea.
I've just installed these changes in HEAD, and confirmed
that --without-x also works on GNU/Linux.
2003-01-17 Kenichi Handa <handa@m17n.org>
* international/fontset.el: Don't setup the default fontset and
font-encoding-alist at the top level.
(setup-default-fontset): New function.
(create-fontset-from-fontset-spec): Delete autoload cookie.
* term/x-win.el: Require fontset unconditionally again.
Call setup-default-fontset at the top level.
* term/w32-win.el: Call setup-default-fontset.
* term/mac-win.el: Require fontset and call setup-default-fontset.
I have not yet changed w32-win.el and mac-win.el to require
fontset unconditionally because I can't test them. I just
added a call of setup-default-fontset if new-fontset is
bound.
Could maintainer of these files please test if removing the
check of "(if (fboundp 'new-fontset)" works well?
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-17 8:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E18WX7H-0001bq-00@fencepost.gnu.org>
[not found] ` <9743-Sat11Jan2003122527+0200-eliz@is.elta.co.il>
[not found] ` <E18Y22Y-0005T5-00@fencepost.gnu.org>
[not found] ` <7458-Mon13Jan2003212632+0200-eliz@is.elta.co.il>
[not found] ` <E18Ywwt-0001H1-00@fencepost.gnu.org>
2003-01-17 8:36 ` [rich@phekda.freeserve.co.uk: Building Emacs CVS against DJGPP CVS] Kenichi Handa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.