annotate lispref/configure.in @ 90541:b7130e76c2f9

Include window.h. (font_lispy_object): New function. (font_prepare_composition): Check LGLYPH_FORM (g) to detect the end of valid glyph. (font_close_object): Fix getting (struct font *). (font_at): New function. (Ffont_get): If FONT is a font-object, get entity from it. (Ffont_make_gstring): Initialize elements of glyphs with nil. (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix range check. (Ffont_at): New function. (syms_of_font): Defsubr Sfont_at.
author Kenichi Handa <handa@m17n.org>
date Mon, 24 Jul 2006 04:42:53 +0000
parents 548375b6b1f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23149
7385a4939c61 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 dnl Process this file with autoconf to produce a configure script.
7385a4939c61 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2 AC_INIT(elisp.texi)
7385a4939c61 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 AC_OUTPUT(Makefile)
89910
548375b6b1f8 Update unicode branch
Miles Bader <miles@gnu.org>
parents: 88123
diff changeset
4
548375b6b1f8 Update unicode branch
Miles Bader <miles@gnu.org>
parents: 88123
diff changeset
5 m4_if(dnl Do not change this comment
548375b6b1f8 Update unicode branch
Miles Bader <miles@gnu.org>
parents: 88123
diff changeset
6 arch-tag: 61db4227-0d2b-4c4d-ad54-ca9a1ee518ea
548375b6b1f8 Update unicode branch
Miles Bader <miles@gnu.org>
parents: 88123
diff changeset
7 )dnl