mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
ab11a1cf27
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. |
||
---|---|---|
.. | ||
calc-aent.el | ||
calc-alg.el | ||
calc-arith.el | ||
calc-bin.el | ||
calc-comb.el | ||
calc-cplx.el | ||
calc-embed.el | ||
calc-ext.el | ||
calc-fin.el | ||
calc-forms.el | ||
calc-frac.el | ||
calc-funcs.el | ||
calc-graph.el | ||
calc-help.el | ||
calc-incom.el | ||
calc-keypd.el | ||
calc-lang.el | ||
calc-macs.el | ||
calc-map.el | ||
calc-math.el | ||
calc-menu.el | ||
calc-misc.el | ||
calc-mode.el | ||
calc-mtx.el | ||
calc-nlfit.el | ||
calc-poly.el | ||
calc-prog.el | ||
calc-rewr.el | ||
calc-rules.el | ||
calc-sel.el | ||
calc-stat.el | ||
calc-store.el | ||
calc-stuff.el | ||
calc-trail.el | ||
calc-undo.el | ||
calc-units.el | ||
calc-vec.el | ||
calc-yank.el | ||
calc.el | ||
calcalg2.el | ||
calcalg3.el | ||
calccomp.el | ||
calcsel2.el |