Mercurial > emacs
view etc/schema/xhtml-lst.rnc @ 110391:bbc922c0cfa8
Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)
* dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
in calculating new frame position. Add more space between new and
parent on the left.
* frame.c (Ftool_bar_pixel_width): New function to expose tool
bar's pixel width to Lisp.
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Fri, 17 Sep 2010 11:04:35 +0200 |
parents | 288134f0441f |
children |
line wrap: on
line source
# List Module dl = element dl { dl.attlist, (dt | dd)+ } dl.attlist = Common.attrib dt = element dt { dt.attlist, Inline.model } dt.attlist = Common.attrib dd = element dd { dd.attlist, Flow.model } dd.attlist = Common.attrib ol = element ol { ol.attlist, li+ } ol.attlist = Common.attrib ul = element ul { ul.attlist, li+ } ul.attlist = Common.attrib li = element li { li.attlist, Flow.model } li.attlist = Common.attrib List.class = ul | ol | dl Block.class |= List.class