emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/textmodes sgml-mode.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp/textmodes sgml-mode.el
Date: Tue, 08 Mar 2005 16:45:03 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Juri Linkov <address@hidden>    05/03/08 21:45:01

Modified files:
        lisp/textmodes : sgml-mode.el 

Log message:
        (sgml-tag, html-tag-alist)
        (html-horizontal-rule, html-line, html-image, html-checkboxes)
        (html-radio-buttons): Add a space before the trailing `/>' where
        sgml-xml-mode is non-nil.
        (sgml-delete-tag): Check if the tag ends with `/>' to not delete
        the subsequent tag of the empty XML tag.
        (html-href-anchor): Don't set initial input to "http:".
        (html-image): Ask for the image URL and set point inside alt="".
        (html-name-anchor): Duplicate the name in the `id' attribute when
        sgml-xml-mode is non-nil.
        (html-paragraph): Remove \n before <p>.
        (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
        instead of `checked' when sgml-xml-mode is non-nil.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/textmodes/sgml-mode.el.diff?tr1=1.103&tr2=1.104&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]