1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/lisp/org
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
..
ChangeLog.1 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
ob-asymptote.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-awk.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-C.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-calc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-clojure.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-comint.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-core.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-css.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ditaa.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-dot.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-emacs-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-eval.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-exp.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ob-fortran.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ob-gnuplot.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-haskell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-io.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-java.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-js.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-keys.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-latex.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ob-ledger.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lilypond.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lob.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-makefile.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-matlab.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-maxima.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-mscgen.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ocaml.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-octave.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-org.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-perl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-picolisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-plantuml.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-python.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ob-R.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ref.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-ruby.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
ob-sass.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-scala.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-scheme.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ob-screen.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sh.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-shen.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sql.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-sqlite.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-tangle.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ob.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-agenda.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-archive.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-attach.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-bbdb.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
org-bibtex.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
org-capture.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-clock.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-colview.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-compat.el Quoting fixes in lisp/org 2015-08-31 00:29:40 -07:00
org-crypt.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
org-ctags.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-datetree.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-docview.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
org-element.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-entities.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
org-eshell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-faces.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-feed.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-footnote.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-gnus.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
org-habit.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-id.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-indent.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-info.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-inlinetask.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-install.el
org-irc.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-list.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-macro.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-macs.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
org-mhe.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-mobile.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-mouse.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-pcomplete.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-plot.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
org-protocol.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-rmail.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-src.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-table.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
org-timer.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-version.el Sync Org 8.2.10 2014-10-13 00:25:24 +02:00
org-w3m.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-ascii.el Update source file encoding list 2015-04-28 10:52:06 -07:00
ox-beamer.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-html.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-icalendar.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
ox-latex.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ox-man.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ox-md.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-odt.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ox-org.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-publish.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ox-texinfo.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ox.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00