1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
emacs/lisp/emacs-lisp
Mattias Engdegård f16766a0eb Use or' instead of union' for charset union in rx
Design change suggested by Stefan Monnier.

* doc/lispref/searching.texi (Rx Constructs):
* etc/NEWS: Document.
* lisp/emacs-lisp/rx.el (rx--translate-or): Detect charset arguments.
(rx--charset-p): New.
(rx--translate-not, rx--charset-intervals, rx--translate-union):
Change from `union' to `or'.
(rx--translate-form, rx--builtin-forms, rx): Remove `union'.
* test/lisp/emacs-lisp/rx-tests.el (rx-union, rx-def-in-union)
(rx-intersection): Rename tests and change `union' to `or' and `|'.
2019-12-12 23:47:25 +01:00
..
advice.el
autoload.el Fix some file-mode races 2019-09-16 18:00:59 -07:00
avl-tree.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
backquote.el
backtrace.el Spelling fixes 2019-12-09 18:45:18 -08:00
benchmark.el Add new macro `benchmark-progn' 2019-10-15 08:19:14 +02:00
bindat.el
byte-opt.el New function time-convert 2019-08-05 18:37:29 -07:00
byte-run.el
bytecomp.el Improve errors & warnings due to fancy quoted vars (Bug#32939) 2019-11-28 18:10:07 -05:00
cconv.el Improve errors & warnings due to fancy quoted vars (Bug#32939) 2019-11-28 18:10:07 -05:00
chart.el Update CEDET manual tests so that they run. 2019-10-15 11:08:18 -04:00
check-declare.el
checkdoc.el Make checkdoc work better with cl-lib functions 2019-10-10 02:18:20 +02:00
cl-extra.el Fix cl-prettyexpand in the non-FULL case 2019-11-18 11:02:27 +01:00
cl-generic.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
cl-indent.el
cl-lib.el Document Lisp floats a bit better 2019-11-10 15:04:20 -08:00
cl-macs.el Refix conditional step clauses in cl-loop 2019-11-22 15:53:58 +01:00
cl-preloaded.el
cl-print.el Improve performance of backtrace printing (bug#36566) 2019-09-13 13:43:07 -07:00
cl-seq.el Improve recent doc fix for cl-reduce 2019-10-07 17:54:18 +01:00
copyright.el
crm.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
cursor-sensor.el * lisp/emacs-lisp/cursor-sensor.el: Make it possible to reveal invisible text 2019-10-21 16:35:38 -04:00
debug.el * lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functions 2019-12-11 20:24:44 -05:00
derived.el ; * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix. 2019-07-28 17:31:17 +03:00
disass.el
easy-mmode.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
easymenu.el * lisp/emacs-lisp/easymenu.el (easy-menu-make-symbol): Fix last change 2019-11-12 08:39:18 -05:00
edebug.el Fix edebug instrumentation removing from advised functions 2019-11-23 14:20:50 +01:00
eieio-base.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eieio-compat.el
eieio-core.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eieio-custom.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
eieio-datadebug.el
eieio-opt.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
eieio-speedbar.el
eieio.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eldoc.el Respect global-eldoc-mode in minibuffers (Bug#36886) 2019-08-20 20:20:52 -04:00
elint.el * lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo. 2019-09-11 11:18:38 +02:00
elp.el
ert-x.el * lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt. 2019-11-10 23:21:46 +02:00
ert.el Correctly explain test failures with mixed uni/multibyte strings 2019-10-13 20:29:27 +02:00
ewoc.el
faceup.el
find-func.el Fix completion in `read-library-name' 2019-08-27 09:46:28 +02:00
float-sup.el
generator.el Fix typos in lisp/*.el 2019-10-09 06:15:46 +02:00
generic.el
gv.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
helper.el
inline.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
let-alist.el * lisp/emacs-lisp/let-alist.el: Bump version to 1.0.6 (Bug#23244). 2019-07-30 21:13:36 -04:00
lisp-mnt.el
lisp-mode.el Improve errors & warnings due to fancy quoted vars (Bug#32939) 2019-11-28 18:10:07 -05:00
lisp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
macroexp.el Make with-suppressed-warnings work for macros, too 2019-11-20 12:28:43 +01:00
map-ynp.el * lisp/emacs-lisp/map-ynp.el (read-answer): Use [remap self-insert-command] 2019-12-10 01:53:16 +02:00
map.el * lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword args 2019-10-11 12:18:21 -04:00
nadvice.el
package-x.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
package.el Fix uses of inhibit-message in package.el 2019-11-22 16:36:25 +02:00
pcase.el
pp.el Make pp-buffer into a command 2019-11-21 14:09:32 +01:00
radix-tree.el
re-builder.el Remove XEmacs compat code from re-builder.el 2019-10-04 15:26:10 +02:00
regexp-opt.el
regi.el
ring.el
rmc.el Make the NSM not pop up an X dialogue on non-mouse actions 2019-09-04 15:20:00 +02:00
rx.el Use or' instead of union' for charset union in rx 2019-12-12 23:47:25 +01:00
seq.el New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354) 2019-12-03 01:40:12 +02:00
shadow.el
smie.el * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255 2019-11-21 18:25:00 -05:00
subr-x.el Move describe-face to the new help-fns machinery 2019-09-21 00:45:41 +02:00
syntax.el Revert "Move description of value to syntax-ppss function." 2019-10-30 21:26:22 +01:00
tabulated-list.el Fix point position after revert-buffer in tabulated-list mode 2019-10-27 17:07:47 +02:00
tcover-ses.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
tcover-unsafep.el
testcover.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
text-property-search.el More improvements of doc strings in text-property-search.el 2019-09-28 17:43:15 +03:00
thunk.el
timer-list.el
timer.el Use run-with-idle-timer instead of debounce for responsive image scaling. 2019-11-30 23:16:03 +02:00
tq.el Tweak tq queue processing 2019-08-03 16:33:06 +02:00
trace.el
unsafep.el
warnings.el Rename variables and functions with "auto-load" in their names 2019-08-15 16:02:20 -07:00