Searched +refs:diff +refs:function +refs:face (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dxterm.c411 /* This is a function useful for recording debugging information about
463 /* Start an update of frame F. This function is installed as a hook
465 This function is called prior to calls to x_update_window_begin for
503 #if 0 /* Rows in a current matrix containing glyphs in mouse-face have
506 flag set. So, rows containing mouse-face glyphs are never
542 struct face *face;
544 face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
545 if (face)
547 face
538 struct face *face; local
703 struct face *face = p->face; local
1059 struct face *face; local
4242 int diff; local
7274 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id); local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el148 When the function `org-mode' is called interactively in an empty file, this
401 The function(s) in this hook must accept a single argument which indicates
869 also be a function that will be called with the tag as the only argument to
1077 This is a list with the first element being a lisp function, and the
1078 remaining elements being arguments to the function. In string arguments,
1086 (cons :tag "other" (function) (repeat :tag "argument" sexp))))
1088 (defcustom org-confirm-shell-link-function 'yes-or-no-p
1105 (defcustom org-confirm-elisp-link-function 'yes-or-no-p
1717 (symbol :tag "Other, user-defined function"))
1750 (list :tag "Other, user-defined function"
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el90 ;; This is the deluxe function! It "learns" the whole buffer (use
202 (defvar font-lock-comment-face)
204 (defvar font-lock-string-face)
327 . ((nil "^\\s-*\\(function\\s-+\\)?\\([A-Za-z_][A-Za-z_0-9]+\\)\\s-*()" 2))))
328 "*Alist of regular expressions for recognizing shell function definitions.
374 ;; "function" 'sh-function)
381 ;; "function" 'sh-function)
385 ;; "function" 's
[all...]
H A Didlwave.el129 ;; using a temporary function in `post-command-hook' - not pretty,
500 '(choice :tag "by applying the function"
526 The value can also be any Emacs Lisp function which transforms the
703 `idlwave-class-arrow-face'. The command \\[idlwave-routine-info]
709 (defcustom idlwave-class-arrow-face 'bold
727 (defcustom idlwave-function-completion-adds-paren t
728 "*Non-nil means, completion automatically adds `(' after completed function.
860 ;; (idlwave-action-and-binding "\\<\\(pro\\|function\\)\\>[ \t]*\\<"
872 and function as a cdr. This table is used by `idlwave-indent-line'.
882 and function a
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim63 function! s:HtmlColor(color)
67 function! s:HtmlColor(color)
78 function! s:HtmlOpening(id)
99 function! s:HtmlClosing(id)
118 function! s:HtmlFormat(text, style_name, diff_style_name)
122 " 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.
163 function!
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Ddiary-lib.el51 does nothing. This function is suitable for execution in a `.emacs' file."
57 (define-obsolete-function-alias 'view-diary-entries 'diary-view-entries)
190 "Convert string ATTRVALUE to TYPE appropriate for a face description.
208 "Pull the face-related attributes off the entry, merge with the
209 fileglobattrs, and return the (possibly modified) entry and face
211 The entry will be modified to drop all tags that are used for face matching.
222 attr-list diary-face-attrs)
241 attr-list diary-face-attrs)
351 (defvar diary-modify-entry-list-string-function nil
355 The function take
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-unix.el74 (defcustom eshell-plain-diff-behavior nil
75 "*If non-nil, standalone \"diff\" commands will behave normally.
152 "cat" "time" "cp" "mv" "make" "du" "diff")
183 (function
392 (function
625 (let ((compilation-process-setup-function
698 "Generic service function for the various grep aliases.
775 (pcomplete-here (funcall pcomplete-command-completion-function))
776 (funcall (or (pcomplete-find-completion-function (pcomplete-arg 1))
777 pcomplete-default-completion-function)))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dldefs-boot.el58 5x5-crack takes the argument BREEDER which should be a function that takes
60 solution and the second will be the best solution so far. The function
137 If you use this function in a spec and no body is available, it gets created with body stubs.
177 ;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
181 (defvar add-log-current-defun-function nil "\
182 *If non-nil, function to guess name of surrounding function.
184 Returns function's name as a string, or nil if outside a function.")
186 (custom-autoload (quote add-log-current-defun-function) "ad
[all...]

Completed in 143 milliseconds