Mercurial > emacs
view etc/schema/xhtml.rnc @ 107713:41747909cb4b
Get rid of the direct_output optimizations.
* keyboard.c (nonundocount): Remove extern declaration.
(command_loop_1): Remove brittle optimisation for cheap and common operations.
* xdisp.c (redisplay_internal): Don't bother checking
redisplay_performed_directly_p any more.
* sysdep.c (init_sys_modes): Don't call direct_output_forward_char any more.
* dispnew.c (redisplay_performed_directly_p)
(direct_output_for_insert, direct_output_forward_char):
* dispextern.h (redisplay_performed_directly_p)
(direct_output_for_insert, direct_output_forward_char): Remove.
* cmds.c (nonundocount): Make it static.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 31 Mar 2010 00:14:08 -0400 |
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"