Mercurial > emacs
view lisp/toolbar/gud-step.xpm @ 51478:cc38ef483a77
(sgml-parse-tag-backward): Try and detect
when we're starting from within a tag.
(sgml-get-context): When called from inside a tag, do something useful.
Rename the arg now that it's never used for `full' context anymore.
(sgml-calculate-indent): Make `lcon' an argument.
Return nil when we don't know what to do.
If the initial lcon turns out to be wrong, try again.
(sgml-indent-line): If sgml-calculate-indent returns nil, don't indent.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Jun 2003 01:14:23 +0000 |
parents | 9c5f4d80a59c |
children |
line wrap: on
line source
/* XPM */ static char * step_xpm[] = { "24 24 6 1", " c #c0c0c0", ". c #d40000", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #cc9999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " . Xo . oX ", " . XoO . OoX ", " . oo .+.+. oo ", " oo +...+ oo ", " oo ... oo ", " oX +.+ Xo ", " oo . oo ", " oX Xo ", " oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};