• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:write +defs:region

21 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
192 ;; Tell if it has been previously determined that the region has
194 ;; The argument, N, is the diff region number used by Ediff to index the
246 ;; if flag is t, puts a mark on diff region saying that
248 ;; the region is marked as essential (i.e., differences are
499 "%S: Bad diff region number, %d. Valid numbers are 1 to %d")
509 (ediff-defvar-local ediff-skip-diff-region-function 'ediff-show-all-diffs
510 "Function that determines the next/previous diff region to show.
512 This function gets a region number as an argument. The region number
601 ;; Narrowing and ediff-region/windows support
633 Otherwise, all difference regions are highlighted, but the selected region is
670 ;; difference region in the A buffer and the second overlays the diff in
696 ;; indicates the way a diff region was created in buffer C.
697 ;; state-of-ancestor says if the corresponding region in ancestor buffer is
753 (defcustom ediff-coding-system-for-write 'no-conversion
754 "*The coding system for write to use when writing out difference regions
865 (ediff-overlay-put extent 'help-echo 'ediff-region-help-echo))
867 (defun ediff-region-help-echo (extent-or-window &optional overlay point)
880 (cond ((and is-current diff-num) ; current diff region
881 (format "Difference region %S -- current" (1+ diff-num)))
882 (face-help) ; refinement of current diff region
884 (format "Difference region %S -- non-current" (1+ diff-num)))
1337 "A `refinement' of the current difference region")
1339 "A `refinement' of the current difference region")
1341 "A `refinement' of the current difference region")
1343 "A `refinement' of the current difference region")
1352 "Overlay for the current difference region in buffer A.")
1354 "Overlay for the current difference region in buffer B.")
1356 "Overlay for the current difference region in buffer C.")
1358 "Overlay for the current difference region in the ancestor buffer.")