Searched defs:comment (Results 1 - 6 of 6) sorted by relevance

/hets/utils/el/
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...]
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-indent.el151 It is at the first character which is not in a comment after nearest
166 ;; find the first line of code which is not a comment
167 (while (and (casl-indent-in-comment start-code (point))
182 (defun casl-indent-in-comment (start end)
183 "Checks, starting from START, if END is within a comment, returns
184 the location of the start of the comment, nil otherwise."
190 ((looking-at "%{\\|%%\\|%\\[\\|%\(") ; on the first char of a comment ?
216 ((casl-indent-in-comment 1 (point)) 'comment)
245 '(empty comment))) ; ski
[all...]
/hets/OWL2/java/lib/
H A Dowlapi-osgidistribution-3.5.2.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/net. ...
/hets/CASL/Termination/
H A DAProVE.jarMETA-INF/ META-INF/MANIFEST.MF aprove/ aprove/CommandLineInterface/ aprove/Framework/ aprove/Framework/Algebra/ aprove/Framework/ ...

Completed in 1866 milliseconds