emacs/lisp
Mattias Engdegård 3b7b181bde Use string-search instead of string-match[-p]
`string-search` is easier to understand, less error-prone, much
faster, does not pollute the regexp cache, and does not mutate global
state.  Use it where applicable and obviously safe (erring on the
conservative side).

* admin/authors.el (authors-canonical-file-name)
(authors-scan-change-log):
* lisp/apropos.el (apropos-command)
(apropos-documentation-property, apropos-symbols-internal):
* lisp/arc-mode.el (archive-arc-summarize)
(archive-zoo-summarize):
* lisp/calc/calc-aent.el (math-read-factor):
* lisp/calc/calc-ext.el (math-read-big-expr)
(math-format-nice-expr, math-format-number-fancy):
* lisp/calc/calc-forms.el (math-read-angle-brackets):
* lisp/calc/calc-graph.el (calc-graph-set-range):
* lisp/calc/calc-keypd.el (calc-keypad-press):
* lisp/calc/calc-lang.el (tex, latex, math-read-big-rec):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-user-define-permanent, math-define-exp):
* lisp/calc/calc.el (calc-record, calcDigit-key)
(calc-count-lines):
* lisp/calc/calcalg2.el (calc-solve-for, calc-poly-roots)
(math-do-integral):
* lisp/calc/calcalg3.el (calc-find-root, calc-find-minimum)
(calc-get-fit-variables):
* lisp/cedet/ede/speedbar.el (ede-tag-expand):
* lisp/cedet/semantic/java.el (semantic-java-expand-tag):
* lisp/cedet/semantic/sb.el (semantic-sb-show-extra)
(semantic-sb-expand-group):
* lisp/cedet/semantic/wisent/python.el
(semantic-python-instance-variable-p):
* lisp/cus-edit.el (get):
* lisp/descr-text.el (describe-text-sexp):
* lisp/dired-aux.el (dired-compress-file):
* lisp/dired-x.el (dired-make-relative-symlink):
* lisp/dired.el (dired-glob-regexp):
* lisp/dos-fns.el (dos-convert-standard-filename, dos-8+3-filename):
* lisp/edmacro.el (edmacro-format-keys):
* lisp/emacs-lisp/eieio-opt.el (eieio-sb-expand):
* lisp/emacs-lisp/eieio-speedbar.el (eieio-speedbar-object-expand):
* lisp/emacs-lisp/lisp-mnt.el (lm-keywords-list):
* lisp/emacs-lisp/warnings.el (display-warning):
* lisp/emulation/viper-ex.el (viper-ex-read-file-name)
(ex-print-display-lines):
* lisp/env.el (read-envvar-name, setenv):
* lisp/epa-mail.el (epa-mail-encrypt):
* lisp/epg.el (epg--start):
* lisp/erc/erc-backend.el (erc-parse-server-response):
* lisp/erc/erc-dcc.el (erc-dcc-member):
* lisp/erc/erc-speedbar.el (erc-speedbar-expand-server)
(erc-speedbar-expand-channel, erc-speedbar-expand-user):
* lisp/erc/erc.el (erc-send-input):
* lisp/eshell/em-glob.el (eshell-glob-entries):
* lisp/eshell/esh-proc.el (eshell-needs-pipe-p):
* lisp/eshell/esh-util.el (eshell-convert):
* lisp/eshell/esh-var.el (eshell-envvar-names):
* lisp/faces.el (x-resolve-font-name):
* lisp/ffap.el (ffap-file-at-point):
* lisp/files.el (wildcard-to-regexp, shell-quote-wildcard-pattern):
* lisp/forms.el (forms--update):
* lisp/frameset.el (frameset-filter-unshelve-param):
* lisp/gnus/gnus-art.el (article-decode-charset):
* lisp/gnus/gnus-kill.el (gnus-kill-parse-rn-kill-file):
* lisp/gnus/gnus-mlspl.el (gnus-group-split-fancy):
* lisp/gnus/gnus-msg.el (gnus-summary-resend-message-insert-gcc)
(gnus-inews-insert-gcc):
* lisp/gnus/gnus-rfc1843.el (rfc1843-decode-article-body):
* lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output)
(gnus-search--complete-key-data):
* lisp/gnus/gnus-spec.el (gnus-parse-simple-format):
* lisp/gnus/gnus-sum.el (gnus-summary-refer-article):
* lisp/gnus/gnus-util.el (gnus-extract-address-components)
(gnus-newsgroup-directory-form):
* lisp/gnus/gnus-uu.el (gnus-uu-grab-view):
* lisp/gnus/gnus.el (gnus-group-native-p, gnus-short-group-name):
* lisp/gnus/message.el (message-check-news-header-syntax)
(message-make-message-id, message-user-mail-address)
(message-make-fqdn, message-get-reply-headers, message-followup):
* lisp/gnus/mm-decode.el (mm-dissect-buffer):
* lisp/gnus/nnheader.el (nnheader-insert):
* lisp/gnus/nnimap.el (nnimap-process-quirk)
(nnimap-imap-ranges-to-gnus-ranges):
* lisp/gnus/nnmaildir.el (nnmaildir--ensure-suffix):
* lisp/gnus/nnmairix.el (nnmairix-determine-original-group-from-path):
* lisp/gnus/nnrss.el (nnrss-match-macro):
* lisp/gnus/nntp.el (nntp-find-group-and-number):
* lisp/help-fns.el (help--symbol-completion-table-affixation):
* lisp/help.el (help-function-arglist):
* lisp/hippie-exp.el (he-concat-directory-file-name):
* lisp/htmlfontify.el (hfy-relstub):
* lisp/ido.el (ido-make-prompt, ido-complete, ido-copy-current-word)
(ido-exhibit):
* lisp/image/image-converter.el (image-convert-p):
* lisp/info-xref.el (info-xref-docstrings):
* lisp/info.el (Info-toc-build, Info-follow-reference)
(Info-backward-node, Info-finder-find-node)
(Info-speedbar-expand-node):
* lisp/international/mule-diag.el (print-fontset-element):
* lisp/language/korea-util.el (default-korean-keyboard):
* lisp/linum.el (linum-after-change):
* lisp/mail/ietf-drums.el (ietf-drums-parse-address):
* lisp/mail/mail-utils.el (mail-dont-reply-to):
* lisp/mail/rfc2047.el (rfc2047-encode-1, rfc2047-decode-string):
* lisp/mail/rfc2231.el (rfc2231-parse-string):
* lisp/mail/rmailkwd.el (rmail-set-label):
* lisp/mail/rmailsum.el (rmail-header-summary):
* lisp/mail/smtpmail.el (smtpmail-maybe-append-domain)
(smtpmail-user-mail-address):
* lisp/mail/uce.el (uce-reply-to-uce):
* lisp/man.el (Man-default-man-entry):
* lisp/mh-e/mh-alias.el (mh-alias-gecos-name)
(mh-alias-minibuffer-confirm-address):
* lisp/mh-e/mh-comp.el (mh-forwarded-letter-subject):
* lisp/mh-e/mh-speed.el (mh-speed-parse-flists-output):
* lisp/mh-e/mh-utils.el (mh-collect-folder-names-filter)
(mh-folder-completion-function):
* lisp/minibuffer.el (completion--make-envvar-table)
(completion-file-name-table, completion-flex-try-completion)
(completion-flex-all-completions):
* lisp/mpc.el (mpc--proc-quote-string, mpc-cmd-special-tag-p)
(mpc-constraints-tag-lookup):
* lisp/net/ange-ftp.el (ange-ftp-send-cmd)
(ange-ftp-allow-child-lookup):
* lisp/net/mailcap.el (mailcap-mime-types):
* lisp/net/mairix.el (mairix-search-thread-this-article):
* lisp/net/pop3.el (pop3-open-server):
* lisp/net/soap-client.el (soap-decode-xs-complex-type):
* lisp/net/socks.el (socks-filter):
* lisp/nxml/nxml-outln.el (nxml-highlighted-qname):
* lisp/nxml/rng-cmpct.el (rng-c-expand-name, rng-c-expand-datatype):
* lisp/nxml/rng-uri.el (rng-uri-file-name-1):
* lisp/obsolete/complete.el (partial-completion-mode)
(PC-do-completion):
* lisp/obsolete/longlines.el (longlines-encode-string):
* lisp/obsolete/nnir.el (nnir-compose-result):
* lisp/obsolete/terminal.el (te-quote-arg-for-sh):
* lisp/obsolete/tpu-edt.el (tpu-check-search-case):
* lisp/obsolete/url-ns.el (isPlainHostName):
* lisp/pcmpl-unix.el (pcomplete/scp):
* lisp/play/dunnet.el (dun-listify-string2, dun-get-path)
(dun-unix-parse, dun-doassign, dun-cat, dun-batch-unix-interface):
* lisp/progmodes/ebnf2ps.el: (ebnf-eps-header-footer-comment):
* lisp/progmodes/gdb-mi.el (gdb-var-delete)
(gdb-speedbar-expand-node, gdbmi-bnf-incomplete-record-result):
* lisp/progmodes/gud.el (gud-find-expr):
* lisp/progmodes/idlw-help.el (idlwave-do-context-help1):
* lisp/progmodes/idlw-shell.el (idlwave-shell-mode)
(idlwave-shell-filter-hidden-output, idlwave-shell-filter):
* lisp/progmodes/idlwave.el (idlwave-skip-label-or-case)
(idlwave-routine-info):
* lisp/progmodes/octave.el (inferior-octave-completion-at-point):
* lisp/progmodes/sh-script.el (sh-add-completer):
* lisp/progmodes/sql.el (defun):
* lisp/progmodes/xscheme.el (xscheme-process-filter):
* lisp/replace.el (query-replace-compile-replacement)
(map-query-replace-regexp):
* lisp/shell.el (shell--command-completion-data)
(shell-environment-variable-completion):
* lisp/simple.el (display-message-or-buffer):
* lisp/speedbar.el (speedbar-dired, speedbar-tag-file)
(speedbar-tag-expand):
* lisp/subr.el (split-string-and-unquote):
* lisp/tar-mode.el (tar-extract):
* lisp/term.el (term-command-hook, serial-read-name):
* lisp/textmodes/bibtex.el (bibtex-print-help-message):
* lisp/textmodes/ispell.el (ispell-lookup-words, ispell-filter)
(ispell-parse-output, ispell-buffer-local-parsing):
* lisp/textmodes/reftex-cite.el (reftex-do-citation):
* lisp/textmodes/reftex-parse.el (reftex-notice-new):
* lisp/textmodes/reftex-ref.el (reftex-show-entry):
* lisp/textmodes/reftex.el (reftex-compile-variables):
* lisp/textmodes/tex-mode.el (tex-send-command)
(tex-start-tex, tex-append):
* lisp/thingatpt.el (thing-at-point-url-at-point):
* lisp/tmm.el (tmm-add-one-shortcut):
* lisp/transient.el (transient-format-key):
* lisp/url/url-auth.el (url-basic-auth)
(url-digest-auth-directory-id-assoc):
* lisp/url/url-news.el (url-news):
* lisp/url/url-util.el (url-parse-query-string):
* lisp/vc/vc-cvs.el (vc-cvs-parse-entry):
* lisp/wid-browse.el (widget-browse-sexp):
* lisp/woman.el (woman-parse-colon-path, woman-mini-help)
(WoMan-getpage-in-background, woman-negative-vertical-space):
* lisp/xml.el:
* test/lisp/emacs-lisp/check-declare-tests.el
(check-declare-tests-warn):
* test/lisp/files-tests.el
(files-tests-file-name-non-special-dired-compress-handler):
* test/lisp/net/network-stream-tests.el (server-process-filter):
* test/src/coding-tests.el (ert-test-unibyte-buffer-dos-eol-decode):
Use `string-search` instead of `string-match` and `string-match-p`.
2021-08-09 11:35:56 +02:00
..
calc Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calendar Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
cedet Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
emacs-lisp Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
emulation Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
erc Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
eshell Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
image Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
international Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
language Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
leim/quail Add input methods for Lakota 2021-06-20 14:04:21 +03:00
mail Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
mh-e Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
net Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nxml Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
obsolete Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
org Make q' in org-agenda' work even with `debug-on-error' set 2021-08-07 12:55:39 +02:00
play Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
progmodes Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
term Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
textmodes Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
url Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
vc Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
abbrev.el Prefer defvar-local in preloaded files 2021-01-31 20:08:25 +01:00
align.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
allout-widgets.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
allout.el In files that use allout use it for all headings 2021-06-30 22:17:01 +02:00
ansi-color.el Add function for filtering ANSI sequences when compiling 2021-07-19 18:54:23 +02:00
apropos.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
arc-mode.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
array.el * lisp/array.el: Use lexical-binding 2021-04-08 14:36:51 -04:00
auth-source-pass.el lisp/auth-source-pass.el: Keep legitimate spaces inside data 2021-07-02 12:53:35 +02:00
auth-source.el Fix problem when creating an .authinfo entry with an existing machine name 2021-06-30 14:27:49 +02:00
autoarg.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
autoinsert.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
autorevert.el Fix documentation of a recent changeset 2021-07-20 18:37:40 +03:00
avoid.el Use lexical-binding in avoid.el 2021-04-01 01:27:38 +02:00
battery.el 'global-mode-string' elements should have a space at the end 2021-07-23 14:40:53 +02:00
bindings.el Improve mode-line-position-column-format doc string 2021-07-28 17:57:19 +02:00
bookmark.el When bookmark is overwritten, unfontify its previous position 2021-07-25 12:23:33 +02:00
bs.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
buff-menu.el Convert Buffer-menu-mode menu to easymenu 2021-02-27 20:17:03 +01:00
button.el * lisp/button.el (button-map): Bind [follow-link] to 'mouse-face' (bug#49626) 2021-07-20 22:53:06 +03:00
calculator.el Fix calculator-string-to-number yet again (bug#47694) 2021-04-11 14:00:09 +02:00
case-table.el
cdl.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
char-fold.el
chistory.el Use lexical-binding in chistory.el 2021-03-31 01:43:47 +02:00
cmuscheme.el Use lexical-binding in cmuscheme.el 2021-04-09 16:12:35 +02:00
color.el * lisp/color.el: Remove Emacs 23.2 compat code. 2021-02-05 01:29:20 +01:00
comint.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
completion.el ; * lisp/completion.el (load-completions-from-file): Simplify 2021-07-27 20:35:59 +02:00
composite.el
COPYING
cus-dep.el Merge remote-tracking branch 'savannah/master' into native-comp 2021-04-13 12:06:23 +02:00
cus-edit.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
cus-face.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
cus-start.el * lisp/cus-start.el (read-minibuffer-restore-windows): Fix entry. 2021-08-04 17:43:43 -07:00
cus-theme.el Retain documentation string when customizing theme 2021-07-03 10:46:28 -03:00
custom.el Speed up by storing frame faces in hash tables instead of alists 2021-07-21 16:01:13 +02:00
dabbrev.el
delim-col.el
delsel.el Use `abort-minibuffers' in delsel 2021-08-04 09:15:25 +02:00
descr-text.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
desktop.el Avoid failing in desktop-clear due to killed buffers 2021-07-22 14:22:26 +02:00
dframe.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
dired-aux.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
dired-x.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
dired.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
dirtrack.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
disp-table.el
display-fill-column-indicator.el
display-line-numbers.el Improve support for 'display-line-numbers-width-start' 2021-04-30 10:28:50 +03:00
dnd.el Put command line file names and mouse dragging onto 'file-name-history' 2021-07-20 13:48:10 +02:00
doc-view.el Inhibit lines in doc-view-mode 2021-05-02 11:28:30 +02:00
dom.el
dos-fns.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
dos-vars.el
dos-w32.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
double.el Use lexical-binding in double.el 2021-03-31 01:11:21 +02:00
dynamic-setting.el * lisp/dynamic-setting.el: Add missing footer 2021-04-12 11:54:10 -04:00
ebuff-menu.el * lisp/ebuff-menu.el: Use lexical-binding. 2021-03-31 01:23:29 +02:00
echistory.el Use lexical-binding in echistory.el 2021-03-30 19:02:20 +02:00
ecomplete.el
edmacro.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
ehelp.el Prefer defvar-local in remaining libraries 2021-02-02 09:57:07 +01:00
elec-pair.el
electric.el * lisp/electric.el: Do auto-indent inside strings and comments by default 2021-05-29 09:22:57 -04:00
elide-head.el
emacs-lock.el
env.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
epa-dired.el
epa-file.el Fix args-out-of-range error in epa-file-insert-file-contents 2021-04-12 10:14:48 +02:00
epa-hook.el
epa-ks.el Improve random selection of keyservers 2021-06-01 07:49:10 +02:00
epa-mail.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
epa.el Allow TAB to go to a key in EPA key buffers 2021-05-04 11:25:33 +02:00
epg-config.el Use lexical-binding in epg-config.el and add tests 2021-04-01 11:07:06 +02:00
epg.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
expand.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
ezimage.el
face-remap.el Merge from origin/emacs-27 2021-02-06 08:10:38 -08:00
facemenu.el Add a better interactive spec to `facemenu-add-face' 2021-07-14 00:12:45 +02:00
faces.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
ffap.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
filecache.el * lisp/filecache.el: Fix cycling (bug#49761). 2021-08-01 11:38:51 +03:00
fileloop.el Make fileloop skip missing files 2021-07-30 14:58:25 +02:00
filenotify.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
files-x.el * lisp/files-x.el: Use lexical-binding 2021-04-10 12:08:36 -04:00
files.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
filesets.el * lisp/filesets.el: Address byte-compiler warning 2021-03-12 11:57:48 -05:00
find-cmd.el
find-dired.el * lisp/find-dired.el (find-dired): Use a proper closure 2021-05-18 18:06:15 -04:00
find-file.el Restore `ff-find-other-file' buffer selection logic 2021-05-25 22:26:42 +02:00
find-lisp.el
finder.el Don't tag mouse command as mode exclusive 2021-03-20 00:00:49 +01:00
flow-ctrl.el
foldout.el Use lexical-binding in foldout.el 2021-04-09 14:54:04 +02:00
follow.el Use lexical-binding in follow.el 2021-03-30 15:16:28 +02:00
font-core.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
font-lock.el * lisp/font-lock.el: Fix font-lock-comment-end-skip fallback (bug#34088) 2021-05-11 13:19:50 -04:00
format-spec.el
format.el Fix problem with `format-alist' marking all the text in the buffer 2021-06-01 10:22:57 +02:00
forms.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
frame.el * lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Don't emit warning 2021-08-03 19:02:11 -04:00
frameset.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
fringe.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
generic-x.el Revert "Load all generic-x.el modes unconditionally" 2021-04-09 01:43:10 +02:00
help-at-pt.el * lisp/help-at-pt.el: Use lexical-binding. 2021-03-24 06:31:29 +01:00
help-fns.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
help-macro.el * lisp/help-macro.el: Doc fix. 2021-05-02 12:22:34 +02:00
help-mode.el Don't bind <mouse-2> and RET in *Help* buffers 2021-07-31 13:26:26 +02:00
help.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
hex-util.el
hexl.el Fix Hexl handling of coding-systems with BOM 2021-05-11 14:55:29 +03:00
hfy-cmap.el
hi-lock.el Exclude term-mode from hi-lock global modes 2021-07-08 03:23:46 +02:00
hilit-chg.el Fix hilit-chg highlighting of characters where text has been removed 2021-07-14 16:40:18 +02:00
hippie-exp.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
hl-line.el Allow packages to change the hl-line overlay priority 2021-06-01 10:29:33 +02:00
htmlfontify.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
ibuf-ext.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
ibuf-macs.el Remove redundant #' before lambda in ibuf-*.el 2021-04-09 18:27:27 +02:00
ibuffer.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
icomplete.el Use 'remember-buffer' in remember.el doc strings. 2021-07-19 18:04:25 +02:00
ido.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
ielm.el
iimage.el Use lexical-binding in iimage.el 2021-03-24 09:09:52 +01:00
image-dired.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
image-file.el
image-mode.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
image.el `image-save' doc string clarification 2021-07-05 14:50:02 +02:00
imenu.el * lisp/imenu.el (imenu--create-keymap): Use proper closures 2021-05-18 18:11:08 -04:00
indent.el Clarify indent-line-function doc string 2021-05-30 06:11:02 +02:00
info-look.el
info-xref.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
info.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
informat.el * lisp/informat.el: Use lexical-binding 2021-04-10 17:01:01 -04:00
isearch.el Revert e061999559 that added save-match-data. 2021-07-14 02:21:17 +03:00
isearchb.el Remove dead URL in isearchb.el comments 2021-05-08 14:17:16 +02:00
jit-lock.el ; Fix typos in doc strings 2021-03-12 12:12:14 +01:00
jka-cmpr-hook.el Improve recent jka-compr-compression-info-list change 2021-07-15 13:19:48 -07:00
jka-compr.el Make jka-compr-insert-file-contents slightly more efficient 2021-07-13 23:48:04 +02:00
json.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
jsonrpc.el ; Minor license statement fixes 2021-02-08 09:10:57 +01:00
kermit.el
kmacro.el Fix kmacro-view-ring-2nd doc string 2021-05-30 08:10:15 +02:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2021-08-01 06:30:07 -07:00
linum.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
loadhist.el Use lexical-binding in loadhist.el and add tests 2021-04-09 13:44:44 +02:00
loadup.el Rename feature nativecomp' into native-compile' 2021-05-05 22:27:29 +02:00
locate.el
lpr.el Use lexical-binding in lpr.el and add rudimentary tests 2021-03-30 23:11:24 +02:00
ls-lisp.el Support '--group-directories-first' in ls-lisp.el 2021-07-25 10:44:31 +03:00
macros.el
Makefile.in Rename batch-byte-native-compile-for-bootstrap (bug#48743) 2021-06-01 18:11:37 +02:00
makesum.el
man.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
master.el * lisp/master.el: Use lexical-binding. 2021-03-24 05:32:47 +01:00
mb-depth.el Improve the docs of a recent change in mb-depth.el 2021-03-19 14:46:15 +02:00
md4.el
menu-bar.el Make `M-x clipboard-yank' work reliably 2021-07-06 19:25:41 +02:00
midnight.el
minibuf-eldef.el
minibuffer.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
misc.el Small fixes 2021-02-23 21:05:30 +02:00
misearch.el * lisp/misearch.el (multi-isearch-push-state): Use proper closures 2021-05-18 19:03:06 -04:00
mouse-copy.el * lisp/mouse-copy.el: Use lexical-binding. 2021-03-07 04:35:36 +01:00
mouse-drag.el * lisp/mouse-drag.el: Use lexical-binding. 2021-03-07 05:01:42 +01:00
mouse.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
mpc.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
msb.el Make `menu-bar-select-buffer' obsolete 2021-05-31 07:29:51 +02:00
mwheel.el * lisp/mwheel.el: Don't use custom-initialize-delay. 2021-08-01 18:13:41 -04:00
newcomment.el Don't shorten comment padding if the padding isn't spaces 2021-07-18 14:49:48 +02:00
notifications.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
novice.el * lisp/novice.el: Use lexical-binding. 2021-03-20 00:34:02 +01:00
obarray.el
outline.el * lisp/outline.el (outline-mode-cycle-map): Don't bind tab. 2021-07-08 23:00:03 -04:00
paren.el
password-cache.el
pcmpl-cvs.el
pcmpl-gnu.el Use declare instead of def-edebug-spec in most places 2021-02-12 16:08:01 -05:00
pcmpl-linux.el Delete some commented out defgroups 2021-03-24 06:15:37 +01:00
pcmpl-rpm.el
pcmpl-unix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
pcmpl-x.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
pcomplete.el * lisp/pcomplete.el: Remove aliases commented out for 20 years. 2021-04-05 15:15:31 +02:00
pixel-scroll.el * lisp/pixel-scroll.el: Use lexical-binding. 2021-04-03 04:25:59 +02:00
plstore.el ; * lisp/plstore.el: Fix formatting. 2021-02-19 09:36:11 +01:00
printing.el * lisp/printing.el (pr-global-menubar): Fix duplicate menu problem. 2021-06-23 23:17:03 +03:00
proced.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
profiler.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
ps-bdf.el * lisp/ps-bdf.el: Use lexical-binding 2021-04-10 17:03:11 -04:00
ps-def.el
ps-mule.el Fix folding of non-ASCII lines when printing to Postscript 2021-05-29 07:38:00 +02:00
ps-print.el Adjust eshell and ps-print to not use emacs-kill-hook 2021-07-04 14:07:59 +02:00
ps-samp.el * lisp/ps-samp.el: Use lexical-binding. 2021-02-11 20:10:31 +01:00
README
recentf.el Use lexical-binding in recentf.el 2021-04-03 00:53:47 +02:00
rect.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
register.el
registry.el Use lexical-binding in a few more scattered files 2021-02-09 13:27:20 -05:00
repeat.el * lisp/repeat.el (describe-repeat-maps): Rename from `describe-repeat'. 2021-07-06 20:53:09 +03:00
replace.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
reposition.el Don't signal scan-error in interactive sexp-based commands 2021-04-30 17:31:20 +02:00
reveal.el Prefer defvar-local in remaining libraries 2021-02-02 09:57:07 +01:00
rfn-eshadow.el
rot13.el * lisp/rot13.el: Improve documentation. (Bug#47970) 2021-04-24 10:49:40 +02:00
rtree.el
ruler-mode.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
savehist.el Fix exiting Emacs when savehist-file not writable 2021-05-11 15:56:41 +02:00
saveplace.el Add new user option to abbreviate file names in save-place 2021-07-15 18:03:36 +02:00
scroll-all.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
scroll-bar.el
scroll-lock.el Prefer defvar-local in remaining libraries 2021-02-02 09:57:07 +01:00
select.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
server.el If the daemon’s TTY is our only frame, create a new frame 2021-06-22 15:21:33 +02:00
ses.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
shadowfile.el * lisp/shadowfile.el (shadow-homedir): Add slash. 2021-07-20 18:44:51 +02:00
shell.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
simple.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
skeleton.el * lisp/skeleton.el (skeleton-read): Silence compiler warning 2021-03-07 19:04:18 -05:00
so-long.el ; * lisp/so-long.el: Bump version for the GNU ELPA build 2021-08-04 17:17:23 +12:00
sort.el
soundex.el
speedbar.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
startup.el Put command line file names and mouse dragging onto 'file-name-history' 2021-07-20 13:48:10 +02:00
strokes.el * lisp/strokes.el: Doc fix; update URL. 2021-04-22 04:06:38 +02:00
subr.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
svg.el * lisp/svg.el: Fix typo in sample code; add minor optimization 2021-04-24 14:07:12 -04:00
t-mouse.el
tab-bar.el Adjust tab-bar to the new mode-line-misc-info value (bug#49806) 2021-08-03 01:08:23 +03:00
tab-line.el Don't turn mouse-1 into mouse-2 when clicking on the tab-line (bug#49247) 2021-07-08 20:51:15 +03:00
tabify.el
talk.el * lisp/talk.el: Use lexical-binding. 2021-03-24 09:05:06 +01:00
tar-mode.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
tempo.el
term.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
thingatpt.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
thread.el
thumbs.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
time-stamp.el time-stamp: add principled, expressive %z 2021-06-21 21:30:19 -07:00
time.el 'global-mode-string' elements should have a space at the end 2021-07-23 14:40:53 +02:00
timezone.el
tmm.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
tool-bar.el
tooltip.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
transient.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
tree-widget.el Delete empty "History" sections 2021-03-30 15:50:26 +02:00
tutorial.el * lisp/tutorial.el: Use lexical-binding. 2021-03-21 02:28:20 +01:00
type-break.el
uniquify.el Fix `uniquify-managed' unbounded growth 2021-05-12 17:36:24 +02:00
userlock.el Code cleanup wrt file locks 2021-07-08 21:13:40 +02:00
vcursor.el * lisp/vcursor.el: Use lexical-binding 2021-04-03 14:15:43 -04:00
version.el
view.el Use lexical-binding in view.el 2021-03-24 06:15:37 +01:00
vt-control.el * lisp/vt-control.el: Avoid called-interactively-p 2021-04-12 12:49:36 -04:00
vt100-led.el
w32-fns.el Merge from origin/emacs-27 2021-02-19 08:36:55 -08:00
w32-vars.el
wdired.el Make wdired work better in narrowed-to buffers 2021-07-19 19:03:28 +02:00
whitespace.el Extend whitespace-empty to the end of the line 2021-07-31 16:52:44 +02:00
wid-browse.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
wid-edit.el Clarify boolean widget prompt 2021-06-06 13:21:25 +02:00
widget.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
windmove.el Fix display-buffer-override-next-command for no-select case (bug#49057) 2021-06-17 22:53:57 +03:00
window.el switch-to-buffer-other-frame doc string improvement 2021-07-14 16:40:18 +02:00
winner.el Revert window/winner changes (Revert 0454bfd331) 2021-04-25 19:47:14 +02:00
woman.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
x-dnd.el
xdg.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
xml.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
xt-mouse.el
xwidget.el

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.