Mercurial > emacs
annotate lispref/front-cover-1.texi @ 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 |
rev | line source |
---|---|
3578 | 1 \input texinfo @c -*-texinfo-*- |
2 @comment %**start of header | |
3 @setfilename front1.info | |
4 @settitle GNU Emacs Lisp Reference Manual | |
5 @smallbook | |
6 @comment %**end of header | |
7 | |
8 @titlepage | |
9 . | |
10 @sp 2 | |
11 @center @titlefont{The} | |
12 @sp 1 | |
13 @center @titlefont{GNU} | |
14 @sp 1 | |
15 @center @titlefont{Emacs Lisp} | |
16 @sp 1 | |
17 @center @titlefont{Reference} | |
18 @sp 1 | |
19 @center @titlefont{Manual} | |
20 @sp 2 | |
26696
ef5e7bbe6f19
Current version from /gd/gnu/elisp.
Dave Love <fx@gnu.org>
parents:
7734
diff
changeset
|
21 @center GNU Emacs Version 19.29 |
3578 | 22 @center for Unix Users |
26696
ef5e7bbe6f19
Current version from /gd/gnu/elisp.
Dave Love <fx@gnu.org>
parents:
7734
diff
changeset
|
23 @center Edition 2.4, June 1995 |
3578 | 24 @sp 2 |
25 @center @titlefont{Volume 1} | |
26 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
26696
diff
changeset
|
27 @center by Bil Lewis, Dan LaLiberte, |
3578 | 28 @center and the GNU Manual Group |
29 @page | |
30 . | |
31 @sp 5 | |
32 @center @titlefont{The} | |
33 @sp 1 | |
34 @center @titlefont{GNU} | |
35 @sp 1 | |
36 @center @titlefont{Emacs Lisp} | |
37 @sp 1 | |
38 @center @titlefont{Reference} | |
39 @sp 1 | |
40 @center @titlefont{Manual} | |
41 @sp 2 | |
26696
ef5e7bbe6f19
Current version from /gd/gnu/elisp.
Dave Love <fx@gnu.org>
parents:
7734
diff
changeset
|
42 @center GNU Emacs Version 19.29 |
3578 | 43 @center for Unix Users |
26696
ef5e7bbe6f19
Current version from /gd/gnu/elisp.
Dave Love <fx@gnu.org>
parents:
7734
diff
changeset
|
44 @center Edition 2.4, June 1995 |
3578 | 45 @sp 2 |
46 @center @titlefont{Volume 2} | |
47 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
26696
diff
changeset
|
48 @center by Bil Lewis, Dan LaLiberte, |
3578 | 49 @center and the GNU Manual Group |
50 | |
51 @end titlepage | |
52 @bye | |
52401 | 53 |
54 @ignore | |
55 arch-tag: 5182b306-c403-4e4f-ba24-e1911bc6da9d | |
56 @end ignore |