Searched +refs:diff +refs:header +refs:face (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el954 "Regexp mached against the \"From:\" header of an email or usenet message.
2532 As the value of this option simply gets inserted into the HTML <head> header,
2533 you can \"misuse\" it to add arbitrary text to the header."
2641 This works by using the face `org-hide' for these stars. This
2642 face is white for a light background, and black for a dark
2643 background. You may have to customize the face `org-hide' to
2656 "Non-nil means, change the face of a headline if it is marked DONE.
2752 characters, the face to bbe used by font-lock for highlighting in Org-mode
2761 (face :tag "Font-lock-face")
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc.el62 ;; Proper function of the SCCS diff commands requires the shellscript vcdiff
155 ;; vc-BACKEND-diff. (Note that vc-BACKEND-diff must not run
156 ;; asynchronously in this case, see variable `vc-disable-async-diff'.)
306 ;; * diff (file &optional rev1 rev2 buffer)
308 ;; Insert the diff for FILE into BUFFER, or the *vc-diff* buffer if
314 ;; BACKEND 'diff) to the backend command. It should return a status
315 ;; of either 0 (no differences found), or 1 (either non-empty diff
316 ;; or the diff i
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim122 " separate the two classes by a space to apply them both if there is a diff
140 " Add normal groups to the beginning so diff groups can override them.
150 " Add the diff highlight class to class list if used and it's not there yet.
151 " Add diff groups to the end so they override the other highlighting.
290 " HTML header, with the title and generator ;-). Left free space for the CSS,
652 let s:difffillchar = &fillchars[matchend(&fillchars, 'diff:')]
661 " If there are filler lines for diff mode, show these above the line.
824 " Get the diff attribute, if any.
988 execute '%s:<body>:<body bgcolor="' . s:bgc . '" text="' . s:fgc . '">\r<font face="'. s:htmlfont .'">'
1018 " Replace spans of this class name AND a diff clas
[all...]

Completed in 146 milliseconds