1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
emacs/lisp/progmodes
Paul Eggert ab11a1cf27 Use %s to format strings instead of splicing them
If FOO might contain quotes that are part of a file or variable
name, the quotes should not be translated when showing FOO’s name
in a diagnostic.  So, for example, (message (concat (FOO ": bar")))
is not quite right, as it would translate FOO’s quotes.
Change it to (message "%s: bar" FOO) instead.
* lisp/allout.el (allout-process-exposed):
* lisp/calc/calc-ext.el (calc-do-prefix-help):
* lisp/calc/calc-store.el (calc-store-into):
* lisp/calendar/todo-mode.el (todo-category-completions):
* lisp/cedet/semantic/complete.el (semantic-completion-message):
* lisp/org/ob-latex.el (convert-pdf):
* lisp/org/org-crypt.el (org-crypt-check-auto-save):
* lisp/org/ox-latex.el (org-latex-compile):
* lisp/org/ox-man.el (org-man-compile):
* lisp/org/ox-odt.el (org-odt--export-wrap):
* lisp/org/ox-texinfo.el (org-texinfo-compile):
* lisp/progmodes/ruby-mode.el (ruby-in-ppss-context-p):
* lisp/progmodes/verilog-mode.el (verilog-batch-execute-func)
(verilog-signals-combine-bus, verilog-read-defines)
(verilog-getopt-file, verilog-expand-dirnames)
(verilog-modi-lookup, verilog-modi-modport-lookup-one):
* lisp/term/ns-win.el (ns-spi-service-call):
Use %s to avoid translating quotes of file names etc. in diagnostics.
2015-09-20 09:42:05 -07:00
..
ada-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ada-prj.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ada-stmt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ada-xref.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
antlr-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
asm-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autoconf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bat-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bug-reference.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cc-align.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-awk.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-bytecomp.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-cmds.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-defs.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-engine.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-fonts.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-guess.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-langs.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cc-menus.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-mode.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-styles.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-vars.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cfengine.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cmacexp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
compile.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cperl-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
cpp.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
cwarn.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dcl-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ebnf-abn.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-bnf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-dtd.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-ebx.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-iso.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-otz.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-yac.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf2ps.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
ebrowse.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
elisp-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
etags.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
executable.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
f90.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
flymake.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
fortran.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gdb-mi.el Fix display of complex local data types in GDB-MI 2015-09-09 18:56:06 +03:00
glasses.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
grep.el Bind grep-highlight-matches around the rgrep call 2015-06-28 04:38:11 +03:00
gud.el Have gud-display-line not display source buffer in gud window. 2015-03-18 08:15:54 +01:00
hideif.el hideif.el: Recognize .h++ as C++ header. 2015-09-01 00:56:53 +01:00
hideshow.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
icon.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-complete-structtag.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-help.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
idlw-shell.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
idlw-toolbar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlwave.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
inf-lisp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
js.el * lisp/progmodes/js.el (js--syntax-begin-function): Remove. 2015-09-20 12:41:03 -04:00
ld-script.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
m4-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
make-mode.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
mantemp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
meta-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mixal-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
modula2.el lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos. 2014-03-14 01:22:33 +01:00
octave.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
opascal.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
pascal.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
perl-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
prog-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
project.el Add project-vc-search-path and project-vc-ignores 2015-08-10 04:05:24 +03:00
prolog.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ps-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
python.el Repair pdbtrack so it follows transition from one remote file to another. 2015-09-19 21:34:36 -04:00
ruby-mode.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
scheme.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
sh-script.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
simula.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sql.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
subword.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tcl.el * lisp/progmodes/tcl.el (tcl-filter): 2015-05-12 21:19:38 -04:00
vera-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
verilog-mode.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
vhdl-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
which-func.el Fix which-func for curly quotes: look for symbol, not message 2015-08-29 18:06:13 -07:00
xref.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
xscheme.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00