1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00
emacs/lisp/cedet/semantic
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
..
analyze Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
bovine Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
decorate Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
symref Restore <D> instead of '.' in grep-find-template 2015-06-03 05:45:15 +03:00
wisent Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
analyze.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
bovine.el
chart.el
complete.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ctxt.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
db-debug.el
db-ebrowse.el
db-el.el Quieten cedet compilation 2015-05-06 16:02:32 -04:00
db-file.el
db-find.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
db-global.el
db-javascript.el
db-mode.el
db-ref.el
db-typecache.el
db.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
debug.el
decorate.el
dep.el
doc.el
ede-grammar.el
edit.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
find.el
format.el
fw.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
grammar-wy.el Use \r rather than ^M in string literals 2015-05-30 09:44:38 -07:00
grammar.el
html.el
ia-sb.el
ia.el Text quoting fixes in cedet, emulation, emacs-lisp 2015-08-29 21:43:01 -07:00
idle.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
imenu.el
java.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
lex-spp.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
lex.el
mru-bookmark.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
sb.el
scope.el
senator.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
sort.el
symref.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
tag-file.el
tag-ls.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
tag-write.el
tag.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
texi.el
util-modes.el
util.el
wisent.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00