Mercurial > emacs
view etc/schema/xhtml-lst.rnc @ 105448:b0226862b32c
* bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
don't use a file dialog, because they usually don't know how to read
a directory target from the user. (Bug#4230)
Also, make sure the prompt can display directories as well as files.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Mon, 05 Oct 2009 02:38:35 +0000 |
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