comparison lisp/ediff-util.el @ 65680:ed770a0a7846

2005-09-24 Emilio C. Lopes <eclig@gmx.net> * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
author Romain Francoise <romain@orebokech.com>
date Sat, 24 Sep 2005 13:44:02 +0000
parents 511f8e9d22ca
children 96187e7edd1b
comparison
equal deleted inserted replaced
65679:56406afc87de 65680:ed770a0a7846
2217 ((eq last-command-char ?h) 2217 ((eq last-command-char ?h)
2218 (setq ediff-skip-diff-region-function ediff-hide-regexp-matches-function 2218 (setq ediff-skip-diff-region-function ediff-hide-regexp-matches-function
2219 regexp-A 2219 regexp-A
2220 (read-string 2220 (read-string
2221 (format 2221 (format
2222 "Ignore A-regions matching this regexp (default \"%s\"): " 2222 "Ignore A-regions matching this regexp (default %s): "
2223 ediff-regexp-hide-A)) 2223 ediff-regexp-hide-A))
2224 regexp-B 2224 regexp-B
2225 (read-string 2225 (read-string
2226 (format 2226 (format
2227 "Ignore B-regions matching this regexp (default \"%s\"): " 2227 "Ignore B-regions matching this regexp (default %s): "
2228 ediff-regexp-hide-B))) 2228 ediff-regexp-hide-B)))
2229 (if ediff-3way-comparison-job 2229 (if ediff-3way-comparison-job
2230 (setq regexp-C 2230 (setq regexp-C
2231 (read-string 2231 (read-string
2232 (format 2232 (format
2233 "Ignore C-regions matching this regexp (default \"%s\"): " 2233 "Ignore C-regions matching this regexp (default %s): "
2234 ediff-regexp-hide-C)))) 2234 ediff-regexp-hide-C))))
2235 (if (eq ediff-hide-regexp-connective 'and) 2235 (if (eq ediff-hide-regexp-connective 'and)
2236 (setq msg-connective "BOTH" 2236 (setq msg-connective "BOTH"
2237 alt-msg-connective "ONE OF" 2237 alt-msg-connective "ONE OF"
2238 alt-connective 'or) 2238 alt-connective 'or)
2256 (setq ediff-skip-diff-region-function 2256 (setq ediff-skip-diff-region-function
2257 ediff-focus-on-regexp-matches-function 2257 ediff-focus-on-regexp-matches-function
2258 regexp-A 2258 regexp-A
2259 (read-string 2259 (read-string
2260 (format 2260 (format
2261 "Focus on A-regions matching this regexp (default \"%s\"): " 2261 "Focus on A-regions matching this regexp (default %s): "
2262 ediff-regexp-focus-A)) 2262 ediff-regexp-focus-A))
2263 regexp-B 2263 regexp-B
2264 (read-string 2264 (read-string
2265 (format 2265 (format
2266 "Focus on B-regions matching this regexp (default \"%s\"): " 2266 "Focus on B-regions matching this regexp (default %s): "
2267 ediff-regexp-focus-B))) 2267 ediff-regexp-focus-B)))
2268 (if ediff-3way-comparison-job 2268 (if ediff-3way-comparison-job
2269 (setq regexp-C 2269 (setq regexp-C
2270 (read-string 2270 (read-string
2271 (format 2271 (format
2272 "Focus on C-regions matching this regexp (default \"%s\"): " 2272 "Focus on C-regions matching this regexp (default %s): "
2273 ediff-regexp-focus-C)))) 2273 ediff-regexp-focus-C))))
2274 (if (eq ediff-focus-regexp-connective 'and) 2274 (if (eq ediff-focus-regexp-connective 'and)
2275 (setq msg-connective "BOTH" 2275 (setq msg-connective "BOTH"
2276 alt-msg-connective "ONE OF" 2276 alt-msg-connective "ONE OF"
2277 alt-connective 'or) 2277 alt-connective 'or)