comparison yahtml.el @ 597:722004cc4375 draft dev

Add "manifest" to link attribute completion
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Oct 2022 10:21:51 +0859
parents d4831b3672f8
children ebe2b7a66b9d
comparison
equal deleted inserted replaced
596:923a6c0183be 597:722004cc4375
1183 ("utf-8")("euc-jp")("iso-2022-jp")("iso-8859-1")("shift_jis")))) 1183 ("utf-8")("euc-jp")("iso-2022-jp")("iso-8859-1")("shift_jis"))))
1184 1184
1185 (defvar yahtml-link-types-alist 1185 (defvar yahtml-link-types-alist
1186 '(("alternate") ("stylesheet") ("start") ("next") ("prev") 1186 '(("alternate") ("stylesheet") ("start") ("next") ("prev")
1187 ("contents") ("index") ("glossary") ("chapter") ("section") 1187 ("contents") ("index") ("glossary") ("chapter") ("section")
1188 ("subsection") ("appendix") ("help") ("bookmark"))) 1188 ("subsection") ("appendix") ("help") ("bookmark") ("manifest")))
1189 1189
1190 (defvar yahtml-content-types-alist 1190 (defvar yahtml-content-types-alist
1191 '(("text/css") ("text/html") ("text/plain") ("text/richtext") 1191 '(("text/css") ("text/html") ("text/plain") ("text/richtext")
1192 ("text/sgml") ("text/xml") 1192 ("text/sgml") ("text/xml")
1193 ("text/javascript") ("text/tcl") ("text/vbscript") 1193 ("text/javascript") ("text/tcl") ("text/vbscript")
1618 (yahtml-make-optional-argument "href" href)))))) 1618 (yahtml-make-optional-argument "href" href))))))
1619 (t 1619 (t
1620 (concat 1620 (concat
1621 (yahtml-make-optional-argument "rel" rel) 1621 (yahtml-make-optional-argument "rel" rel)
1622 (yahtml-make-optional-argument 1622 (yahtml-make-optional-argument
1623 "type" (yahtml-read-parameter "type" "text/css")) 1623 "type" (yahtml-read-parameter "type"))
1624 (yahtml-make-optional-argument 1624 (yahtml-make-optional-argument
1625 "href" 1625 "href"
1626 (read-from-minibuffer-with-history 1626 (read-from-minibuffer-with-history
1627 "href: " "" yahtml-url-completion-map))))))) 1627 "href: " "" yahtml-url-completion-map)))))))
1628 1628

yatex.org