Searched +defs:font +defs:lock +defs:comment +defs:face (Results 1 - 3 of 3) sorted by relevance

/hets/utils/el/
H A Dhpf-mode.el21 (define-key keymap "\C-c\C-c" 'comment-region)
48 ;; commenting-out plus including other kinds of comment
55 (make-local-variable 'comment-start)
56 (setq comment-start "#")
57 (make-local-variable 'comment-padding)
58 (setq comment-padding 0)
59 (make-local-variable 'comment-start-skip)
60 (setq comment-start-skip "#") ;; %[%{[]() *")
61 (make-local-variable 'comment-column)
62 (setq comment
[all...]
H A Dcasl-mode.el54 ;; commenting-out plus including other kinds of comment
80 (make-local-variable 'comment-start)
81 (setq comment-start "%[")
82 (make-local-variable 'comment-padding)
83 (setq comment-padding 0)
84 (make-local-variable 'comment-start-skip)
85 (setq comment-start-skip "%[{[]") ;; %[%{[]() *")
86 (make-local-variable 'comment-column)
87 (setq comment-column 40)
88 (make-local-variable 'comment
[all...]
H A Ddol-mode.el54 ;; commenting-out plus including other kinds of comment
80 (make-local-variable 'comment-start)
81 (setq comment-start "%[")
82 (make-local-variable 'comment-padding)
83 (setq comment-padding 0)
84 (make-local-variable 'comment-start-skip)
85 (setq comment-start-skip "%[{[]") ;; %[%{[]() *")
86 (make-local-variable 'comment-column)
87 (setq comment-column 40)
88 (make-local-variable 'comment
[all...]

Completed in 310 milliseconds