comparison yahtml.el @ 613:38b311149463 draft dev tip

Key definition fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 06 May 2024 17:11:31 +0900
parents c4af3ae90537
children
comparison
equal deleted inserted replaced
612:c4af3ae90537 613:38b311149463
314 314
315 (defun yahtml-define-begend-key (key env &optional map) 315 (defun yahtml-define-begend-key (key env &optional map)
316 "Define short cut key for begin type completion. 316 "Define short cut key for begin type completion.
317 Both for normal and region mode. 317 Both for normal and region mode.
318 To customize yahtml, user should use this function." 318 To customize yahtml, user should use this function."
319 (yahtml-define-begend-key-normal key env map 'yahtml-insert-tag) 319 (yahtml-define-begend-key-normal key env map)
320 (if YaTeX-inhibit-prefix-letter nil 320 (if YaTeX-inhibit-prefix-letter nil
321 (yahtml-define-begend-region-key 321 (yahtml-define-begend-region-key
322 (concat (upcase (substring key 0 1)) (substring key 1)) env map))) 322 (concat (upcase (substring key 0 1)) (substring key 1)) env map)))
323 323
324 (defun yahtml-define-instag-key (key tag &optional map) 324 (defun yahtml-define-instag-key (key tag &optional map)

yatex.org