1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
emacs/lisp/org
Paul Eggert fbb5531fa1 More-conservative ‘format’ quote restyling
Instead of restyling curved quotes for every call to ‘format’,
create a new function ‘format-message’ that does the restyling,
and using the new function instead of ‘format’ only in contexts
where this seems appropriate.
Problem reported by Dmitry Gutov and Andreas Schwab in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00826.html
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00827.html
* doc/lispref/commands.texi (Using Interactive):
* doc/lispref/control.texi (Signaling Errors, Signaling Errors):
* doc/lispref/display.texi (Displaying Messages, Progress):
* doc/lispref/elisp.texi:
* doc/lispref/help.texi (Keys in Documentation):
* doc/lispref/minibuf.texi (Minibuffer Misc):
* doc/lispref/strings.texi (Formatting Strings):
* etc/NEWS:
Document the changes.
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/apropos.el (apropos-library):
* lisp/calc/calc-ext.el (calc-record-message)
(calc-user-function-list):
* lisp/calc/calc-help.el (calc-describe-key, calc-full-help):
* lisp/calc/calc-lang.el (math-read-big-balance):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--add-diary-entry):
* lisp/cedet/mode-local.el (mode-local-print-binding)
(mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-completion-message):
* lisp/cedet/semantic/edit.el (semantic-parse-changes-failed):
* lisp/cedet/semantic/wisent/comp.el (wisent-log):
* lisp/cedet/srecode/insert.el (srecode-insert-show-error-report):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dframe.el (dframe-message):
* lisp/dired-aux.el (dired-query):
* lisp/emacs-lisp/byte-opt.el (byte-compile-log-lap-1):
* lisp/emacs-lisp/bytecomp.el (byte-compile-log)
(byte-compile-log-file, byte-compile-warn, byte-compile-form):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use)
(cconv-analyze-form):
* lisp/emacs-lisp/check-declare.el (check-declare-warn):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet):
* lisp/emacs-lisp/edebug.el (edebug-format):
* lisp/emacs-lisp/eieio-core.el (eieio-oref):
* lisp/emacs-lisp/eldoc.el (eldoc-minibuffer-message)
(eldoc-message):
* lisp/emacs-lisp/elint.el (elint-file, elint-log):
* lisp/emacs-lisp/find-func.el (find-function-library):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring):
* lisp/emacs-lisp/package.el (package-compute-transaction)
(package-install-button-action, package-delete-button-action)
(package-menu--list-to-prompt):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emacs-lisp/warnings.el (lwarn, warn):
* lisp/emulation/viper-cmd.el:
(viper-toggle-parse-sexp-ignore-comments)
(viper-kill-buffer, viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/facemenu.el (facemenu-add-new-face):
* lisp/faces.el (face-documentation, read-face-name)
(face-read-string, read-face-font, describe-face):
* lisp/files.el (find-alternate-file, hack-local-variables)
(hack-one-local-variable--obsolete, write-file)
(basic-save-buffer, delete-directory):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--obsolete)
(help-fns--interactive-only, describe-function-1)
(describe-variable):
* lisp/help.el (describe-mode):
* lisp/info-xref.el (info-xref-output):
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
* lisp/international/kkc.el (kkc-error):
* lisp/international/mule-cmds.el:
(select-safe-coding-system-interactively)
(select-safe-coding-system, describe-input-method):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/international/quail.el (quail-error):
* lisp/minibuffer.el (minibuffer-message):
* lisp/mpc.el (mpc--debug):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-message):
* lisp/net/gnutls.el (gnutls-message-maybe):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/nsm.el (nsm-query-user):
* lisp/net/rlogin.el (rlogin):
* lisp/net/soap-client.el (soap-warning):
* lisp/net/tramp.el (tramp-debug-message):
* lisp/nxml/nxml-outln.el (nxml-report-outline-error):
* lisp/nxml/nxml-parse.el (nxml-parse-error):
* lisp/nxml/rng-cmpct.el (rng-c-error):
* lisp/nxml/rng-match.el (rng-compile-error):
* lisp/nxml/rng-uri.el (rng-uri-error):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/org/org-ctags.el:
(org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/proced.el (proced-log):
* lisp/progmodes/ebnf2ps.el (ebnf-log):
* lisp/progmodes/flymake.el (flymake-log):
* lisp/progmodes/vhdl-mode.el (vhdl-warning-when-idle):
* lisp/replace.el (occur-1):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, define-alternatives):
* lisp/startup.el (command-line):
* lisp/subr.el (error, user-error, add-to-list):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* src/callint.c (Fcall_interactively):
* src/editfns.c (Fmessage, Fmessage_box):
Restyle the quotes of format strings intended for use as a
diagnostic, when restyling seems appropriate.
* lisp/subr.el (format-message): New function.
* src/doc.c (Finternal__text_restyle): New function.
(syms_of_doc): Define it.
2015-08-23 22:39:06 -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 Fix some confusion with ‘format’ 2015-08-05 19:07:28 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-fortran.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ledger.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lilypond.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lob.el Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-R.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ref.el Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sqlite.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-tangle.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-agenda.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-capture.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
org-clock.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
org-colview.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
org-compat.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
org-crypt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-ctags.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
org-datetree.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-docview.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-element.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-entities.el Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-footnote.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-gnus.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
org-habit.el Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Merge Org 7.9.3e (commit b07a9bb). 2013-02-07 08:11:59 +01:00
org-irc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-list.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -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 Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
org-pcomplete.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-plot.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-protocol.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
org-rmail.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-src.el Remove no-op calls to substitute-command-keys 2015-08-09 07:48:23 -07:00
org-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -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 Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
ox-icalendar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-latex.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ox-man.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ox-md.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-odt.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ox-org.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-publish.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-texinfo.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ox.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00