view lisp/README @ 97820:45062be75131

* composite.h (enum composition_method): Delete COMPOSITION_WITH_GLYPH_STRING. (COMPOSITION_METHOD): Dont' check COMPOSITION_WITH_GLYPH_STRING. (Vcomposition_function_table): Extern it. (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h. (composition_gstring_put_cache, composition_gstring_from_id) (composition_gstring_p, composition_gstring_width) (composition_compute_stop_pos, composition_reseat_it) (composition_update_it, composition_adjust_point): Extern them. (Fcomposition_get_gstring): EXFUN it.
author Kenichi Handa <handa@m17n.org>
date Fri, 29 Aug 2008 07:53:47 +0000
parents 1ae53bd2e777
children
line wrap: on
line source

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.