Mercurial > emacs
view etc/schema/xhtml.rnc @ 96489:b76b9628d74f
Changes from Toru Tsuneyoshi for using Trash can when deleting files.
* files.el (backup-extract-version): Handle versioned directories.
(trash-directory): New variable.
(move-file-to-trash): New function.
* cus-start.el (delete-by-moving-to-trash): Declare for custom.
* lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
* fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
(syms_of_fileio): Initialize and export them.
(Fdelete_directory, Fdelete_file): Optionally delete via trash.
* w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
(Fsystem_move_file_to_trash): New function.
(syms_of_w32fns): Export it to lisp.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 02 Jul 2008 13:19:07 +0000 |
parents | 55a95acb5aa1 |
children |
line wrap: on
line source
# XHTML # This corresponds to the union of transitional and frameset. default namespace = "http://www.w3.org/1999/xhtml" include "xhtml-datatypes.rnc" include "xhtml-attribs.rnc" # include "xhtml-struct.rnc" include "xhtml-frames.rnc" include "xhtml-text.rnc" include "xhtml-hypertext.rnc" include "xhtml-lst.rnc" include "xhtml-image.rnc" include "xhtml-ssismap.rnc" include "xhtml-base.rnc" include "xhtml-link.rnc" include "xhtml-meta.rnc" include "xhtml-param.rnc" include "xhtml-object.rnc" include "xhtml-bdo.rnc" include "xhtml-pres.rnc" include "xhtml-edit.rnc" include "xhtml-applet.rnc" # include "xhtml-bform.rnc" include "xhtml-form.rnc" include "xhtml-xstyle.rnc" include "xhtml-script.rnc" # include "xhtml-btable.rnc" include "xhtml-table.rnc" include "xhtml-csismap.rnc" include "xhtml-events.rnc" include "xhtml-inlstyle.rnc" include "xhtml-tgt.rnc" include "xhtml-iframe.rnc" include "xhtml-nameident.rnc" include "xhtml-legacy.rnc"