1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00
emacs/lisp/org
Mattias Engdegård ace9f67755 Avoid using rx any for not-newline
Despite its name, `any` does not match any character (use `anychar`
for that) but is an old synonym for `not-newline` and `nonl`,
retained for compatibility with the obsolete `sregex` package.

(In SRE as defined by SRFI-115, `any` does match any character.)

There is also a mild but unnecessary confusion with the more
frequently used `any` construct for character alternatives.

* lisp/edmacro.el (edmacro-mode-font-lock-keywords):
* lisp/erc/erc.el (erc--ensure-url):
* lisp/org/org.el (org-fontify-meta-lines-and-blocks-1):
* lisp/progmodes/scheme.el (scheme-imenu-generic-expression):
* test/lisp/find-cmd-tests.el (find-cmd-test-find-cmd):
Replace uses of `any` with `nonl`.
2023-05-30 17:44:53 +02:00
..
ChangeLog.1
ob-awk.el
ob-C.el
ob-calc.el
ob-clojure.el
ob-comint.el
ob-core.el
ob-css.el
ob-ditaa.el
ob-dot.el
ob-emacs-lisp.el
ob-eshell.el
ob-eval.el
ob-exp.el
ob-forth.el
ob-fortran.el
ob-gnuplot.el
ob-groovy.el
ob-haskell.el
ob-java.el
ob-js.el
ob-julia.el
ob-latex.el
ob-lilypond.el
ob-lisp.el
ob-lob.el
ob-lua.el
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-ocaml.el
ob-octave.el
ob-org.el
ob-perl.el
ob-plantuml.el
ob-processing.el
ob-python.el
ob-R.el
ob-ref.el
ob-ruby.el
ob-sass.el
ob-scheme.el
ob-screen.el
ob-sed.el
ob-shell.el
ob-sql.el
ob-sqlite.el
ob-table.el
ob-tangle.el
ob.el
oc-basic.el
oc-biblatex.el
oc-bibtex.el
oc-csl.el
oc-natbib.el
oc.el
ol-bbdb.el
ol-bibtex.el
ol-docview.el
ol-doi.el
ol-eshell.el
ol-eww.el
ol-gnus.el
ol-info.el
ol-irc.el
ol-man.el
ol-mhe.el
ol-rmail.el
ol-w3m.el
ol.el
org-agenda.el
org-archive.el
org-attach-git.el
org-attach.el
org-capture.el
org-clock.el
org-colview.el
org-compat.el
org-crypt.el
org-ctags.el
org-cycle.el
org-datetree.el
org-duration.el
org-element.el
org-entities.el
org-faces.el
org-feed.el
org-fold-core.el
org-fold.el
org-footnote.el
org-goto.el
org-habit.el
org-id.el
org-indent.el
org-inlinetask.el
org-keys.el
org-lint.el
org-list.el
org-macro.el
org-macs.el
org-mobile.el
org-mouse.el
org-num.el
org-pcomplete.el
org-persist.el
org-plot.el
org-protocol.el
org-refile.el
org-src.el
org-table.el
org-tempo.el
org-timer.el
org-version.el
org.el Avoid using rx any for not-newline 2023-05-30 17:44:53 +02:00
ox-ascii.el
ox-beamer.el
ox-html.el
ox-icalendar.el
ox-koma-letter.el
ox-latex.el
ox-man.el
ox-md.el
ox-odt.el
ox-org.el
ox-publish.el
ox-texinfo.el
ox.el