annotate lispref/configure.in @ 59432:b6b9daefbc42

(Vshow_nonbreak_escape): New lisp var. (syms_of_xdisp): DEFVAR_LISP it. (escape_glyph_face): Remove var. (redisplay_window): Don't initialize it. (setup_for_ellipsis, get_next_display_element): Set it->dpvec_face_id to -1. (get_next_display_element): Test Vshow_nonbreak_escape. Do not setup escape_glyph_face. Properly merge escape-glyph face or face from display table with current face for escape and control characters. Set it->dpvec_face_id to relevant face id instead of adding it to each element of display vector. (next_element_from_display_vector): If it->dpvec_face_id is set, use that instead of lface_id from glyph itself.
author Kim F. Storm <storm@cua.dk>
date Sun, 09 Jan 2005 02:05:41 +0000
parents 695cf19ef79e
children 375f2633d815
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)
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23149
diff changeset
4
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23149
diff changeset
5 m4_if(dnl Do not change this comment
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23149
diff changeset
6 arch-tag: 61db4227-0d2b-4c4d-ad54-ca9a1ee518ea
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23149
diff changeset
7 )dnl