1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
emacs/lisp/progmodes
Stefan Kangas 6640942221 Use format-prompt for many more prompts
* lisp/bookmark.el (bookmark-completing-read):
* lisp/calc/calc-prog.el (calc-user-define-formula):
* lisp/calc/calc-store.el (calc-permanent-variable):
* lisp/calc/calc-units.el (calc-convert-units)
(calc-convert-exact-units, calc-convert-temperature):
* lisp/cedet/semantic/complete.el
(semantic-complete-read-tag-engine):
* lisp/cus-edit.el (customize-read-group):
* lisp/dired-aux.el (dired-do-chxxx):
* lisp/dired-x.el (dired-mark-unmarked-files):
* lisp/emacs-lisp/debug.el (cancel-debug-on-entry)
(cancel-debug-on-variable-change):
* lisp/emacs-lisp/edebug.el (edebug-cancel-on-entry)
(edebug-remove-instrumentation):
* lisp/epa.el (epa-read-file-name, epa-export-keys):
* lisp/faces.el (read-face-name):
* lisp/format.el (format-decode-buffer, format-decode-region):
* lisp/gnus/gnus-art.el (gnus-read-save-file-name):
* lisp/gnus/gnus-util.el (gnus-completing-read):
* lisp/gnus/message.el (message-check-news-header-syntax):
* lisp/info.el (Info-follow-reference):
* lisp/international/mule-diag.el (describe-font)
(describe-fontset):
* lisp/international/quail.el (quail-show-keyboard-layout):
* lisp/language/cyril-util.el
(standard-display-cyrillic-translit):
* lisp/mail/rmailkwd.el (rmail-read-label):
* lisp/mail/rmailmm.el (rmail-mime-save):
* lisp/mail/rmailout.el (rmail-output-read-file-name):
* lisp/man.el (Man-goto-section, Man-follow-manual-reference):
* lisp/menu-bar.el (emacs-index--prompt):
* lisp/net/ange-ftp.el (ange-ftp-get-passwd):
* lisp/proced.el (proced-send-signal):
* lisp/progmodes/cpp.el (cpp-choose-face):
* lisp/progmodes/ebrowse.el (ebrowse-set-tree-indentation):
* lisp/progmodes/etags.el (visit-tags-table)
(visit-tags-table-buffer):
* lisp/progmodes/grep.el (grep-read-files):
* lisp/progmodes/hideif.el (hide-ifdef-define):
* lisp/progmodes/pascal.el (pascal-goto-defun):
* lisp/progmodes/prolog.el (prolog-read-predicate):
* lisp/progmodes/sql.el (sql-get-login-ext):
* lisp/ses.el (ses-define-local-printer):
* lisp/textmodes/artist.el (artist-figlet-choose-font):
* lisp/textmodes/tex-mode.el (tex-compile):
* lisp/vc/diff.el (diff):
* lisp/vc/ediff-ptch.el (ediff-prompt-for-patch-file):
* lisp/vc/ediff-util.el (ediff-read-file-name):
* lisp/vc/pcvs.el (cvs-mode-mark-on-state):
* lisp/vc/vc.el (vc-diff-build-argument-list-internal)
(vc-revision-other-window, vc-retrieve-tag):
* lisp/wid-edit.el: Prefer format-prompt unconditionally.

* lisp/org/org-capture.el (org-capture-fill-template):
* lisp/org/org-refile.el (org-refile-get-location):
* lisp/progmodes/python.el (python-eldoc-at-point):
* lisp/progmodes/verilog-mode.el (verilog-surelint-off)
(verilog-goto-defun):
* lisp/progmodes/xref.el (xref--read-identifier): Prefer format-prompt
when it is fboundp.
2021-10-05 03:44:56 +02:00
..
antlr-mode.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el Fix VC repo URL detection in bug-reference-mode 2021-09-20 14:41:13 +01:00
cc-align.el
cc-awk.el
cc-bytecomp.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cc-cmds.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
cc-defs.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cc-engine.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cc-fonts.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cc-guess.el
cc-langs.el ; Remove various duplicated words 2021-09-25 20:25:01 +02:00
cc-menus.el
cc-mode.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cc-styles.el
cc-vars.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cfengine.el
cl-font-lock.el
cmacexp.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
compile.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cperl-mode.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
cpp.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
cwarn.el
dcl-mode.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ebnf2ps.el
ebrowse.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
elisp-mode.el Rename elisp-shorthands to read-symbol-shorthands 2021-10-03 16:18:40 +01:00
erts-mode.el Fix one-clause movement in erts-mode--goto-start-of-test 2021-10-01 15:38:35 +02:00
etags.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
executable.el
f90.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
flymake-cc.el
flymake-proc.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
flymake.el * lisp/progmodes/flymake.el (flymake-menu): Don't use obsolete name. 2021-09-27 16:00:32 +02:00
fortran.el
gdb-mi.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
glasses.el
grep.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
gud.el
hideif.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
hideshow.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el
idlw-toolbar.el
idlwave.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
inf-lisp.el
js.el Remove MozRepl stuff from js.el 2021-10-04 11:56:23 +02:00
ld-script.el
m4-mode.el
make-mode.el
meta-mode.el
mixal-mode.el
modula2.el
octave.el
opascal.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
pascal.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
perl-mode.el
prog-mode.el Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054) 2021-10-03 20:35:49 +03:00
project.el Add aggregate project discovery and maintenance functions 2021-09-23 14:07:00 +02:00
prolog.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
ps-mode.el
python.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
ruby-mode.el
scheme.el
sh-script.el Fix problems with 'C-c C-n' in sh-script-mode 2021-09-23 23:19:11 +02:00
simula.el
sql.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
subword.el
tcl.el
vera-mode.el
verilog-mode.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
vhdl-mode.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
which-func.el Don't use some obsolete names in documentation 2021-10-04 03:26:11 +02:00
xref.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
xscheme.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00