annotate lispref/configure.in @ 54179:faca95e6c032

(breakpoint-enabled-icon, breakpoint-disabled-icon): Initialize margin area images to nil. (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps. (breakpoint-enabled-bitmap-face) (breakpoint-disabled-bitmap-face): New faces for bpt in fringe. (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons. (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon. (gdb-mouse-toggle-breakpoint): Handle bpt in fringe. (gdb-reset): Use gdb-remove-breakpoint-icons. (gdb-put-string): Add dprop arg to specify alternative display property (for setting fringe bitmap). (gdb-remove-strings): Doc fix. (gdb-put-breakpoint-icon): New defun which displays a breakpoint icon in fringe (if available), or else as icon or text in display margin. Creates necessary icons in breakpoint-bitmap, breakpoint-enabled-icon, and/or breakpoint-disabled-icon. Also make left window margin if required. (gdb-remove-breakpoint-icons): New defun to remove breakpoint icons inserted by gdb-put-breakpoint-icon. Remove left margin if no longer needed. (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and gdb-put-breakpoint-icon. (gdb-assembler-mode): Don't set left-margin-width here.
author Kim F. Storm <storm@cua.dk>
date Sat, 28 Feb 2004 01:32:01 +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