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

Lines Matching defs:for

18 ;; GNU General Public License for more details.
68 case the default value for this variable should be changed."
73 "Last directory used by an Ediff command for file to patch.")
125 Ediff tries to guess the appropriate value for this variables. It is believed
126 to be working for `traditional' patch, all versions of GNU patch, and for POSIX
133 "*Default directory to look for patches."
159 ;; it for the end.
199 ;; ediff-meta.el for the explanations.
205 ;; `marker2' does it for the end.
242 ;; check for any `Index:' or `Prereq:' lines, but don't use them
275 ;; In the end, for each pair, we ask the user which file to patch.
351 The patch file contains a context diff for
375 (sit-for 2)))
386 ;; Check for the existing files in each pair and discard the nonexisting
427 are two possible targets for applying the patch.
453 is assumed to be the target for this patch. However, this file does not exist."
458 are two possible targets for this patch. However, these files do not exist."
472 (sit-for 2)))
485 ;; prompt for file, get the buffer
486 (defun ediff-prompt-for-patch-file ()
490 (coding-system-for-read ediff-coding-system-for-read)
511 (defun ediff-prompt-for-patch-buffer ()
545 (setq patch-buf (ediff-prompt-for-patch-buffer)))
548 (setq patch-buf (ediff-prompt-for-patch-file)))
551 (ediff-prompt-for-patch-buffer)
552 (ediff-prompt-for-patch-file)))))
565 ;; At present, there is no support for meta-level patches.
664 ;; file for the purpose of patching.
668 ;; encoding that Emacs thinks is right for that type of text
669 (coding-system-for-write
681 ;; sync; arrange for the deletion of temp file.
699 ;; fix environment for gnu patch, so it won't make numbered extensions
717 ;; restore environment for gnu patch
724 (sit-for 0) ; synchronize - let the user see diagnostics
736 it couldn't create the backup for the file being patched.
745 See Ediff on-line manual for more details on these variables.
746 In particular, check the documentation for `ediff-backup-specs'.
767 ;; to temp copy, we name the result old-name_patched for local files
768 ;; and temp-copy_patched for remote files. The orig file name isn't
800 ;; set up a buf for the patched file