1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
emacs/lisp
Mattias Engdegård 905c0a13f7 Fix bugs, inefficiencies and bad style in regexps
Found by relint.  See discussion at
https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg00265.html

* lisp/org/org-table.el (org-table-finish-edit-field):
* lisp/arc-mode.el (archive-rar-summarize):
Avoid wrapped subsumption in repeated sequences.
* lisp/erc/erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Replace
inefficient repeated empty-matching expression with a plain greedy
form.
(erc-dcc-handle-ctcp-send): Adjust group numbers.
* lisp/net/puny.el (puny-encode-domain): Fix fast-path shortcut
pattern so that it actually works as intended.
* lisp/progmodes/gdb-mi.el (gdb-control-commands-regexp):
* lisp/vc/diff-mode.el (diff-imenu-generic-expression):
Remove superfluous backslashes.
* lisp/progmodes/scheme.el (scheme-imenu-generic-expression):
Correct confused definition-matching pattern which would match more
than intended.
* lisp/textmodes/sgml-mode.el (sgml-tag-name-re): Avoid inefficient
matching by using the fact that the first character cannot match the
last char of sgml-name-re.
2020-04-16 12:14:38 +02:00
..
calc Merge from origin/emacs-27 2020-03-30 07:50:37 -07:00
calendar Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
cedet Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
emacs-lisp Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
emulation
erc Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
eshell ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording. 2020-04-11 12:20:10 +03:00
gnus Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
image Merge from origin/emacs-27 2020-03-30 07:50:37 -07:00
international Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
language chinese-hz is not ASCII compatible (bug#40407) 2020-04-09 12:06:39 +02:00
leim/quail
mail Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
mh-e
net Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
nxml
obsolete Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
org Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
play Fix movement commands in gomoku 2020-04-03 14:47:32 +03:00
progmodes Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
term Initial version of native image API support for MS-Windows 2020-04-14 09:52:55 +03:00
textmodes Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
url Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
vc Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
abbrev.el
align.el
allout-widgets.el
allout.el
ansi-color.el
apropos.el
arc-mode.el Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
array.el
auth-source-pass.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
auth-source.el
autoarg.el
autoinsert.el
autorevert.el
avoid.el
battery.el
bindings.el
bookmark.el
bs.el
buff-menu.el
button.el
calculator.el
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 Switch to literal mode with message when regexp is too big in char-fold search 2020-03-29 01:41:29 +02:00
chistory.el
cmuscheme.el
color.el
comint.el
completion.el
composite.el
COPYING
cus-dep.el
cus-edit.el
cus-face.el Allow negative line width for :box face attribute 2020-04-01 18:02:55 -04:00
cus-start.el
cus-theme.el
custom.el
dabbrev.el
delim-col.el
delsel.el
descr-text.el
desktop.el Support state changing VC operations on directories in Dired (bug#34949) 2020-03-30 01:34:47 +03:00
dframe.el
dired-aux.el Support state changing VC operations on directories in Dired (bug#34949) 2020-03-30 01:34:47 +03:00
dired-x.el * lisp/dired.el (dired-mark-region): New defcustom (bug#39902) 2020-03-23 02:35:33 +02:00
dired.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
dirtrack.el
disp-table.el
display-fill-column-indicator.el
display-line-numbers.el
dnd.el
doc-view.el
dom.el
dos-fns.el
dos-vars.el
dos-w32.el
double.el
dynamic-setting.el
ebuff-menu.el
echistory.el
ecomplete.el
edmacro.el
ehelp.el
elec-pair.el
electric.el
elide-head.el
emacs-lock.el
env.el
epa-dired.el
epa-file.el
epa-hook.el
epa-mail.el
epa.el
epg-config.el Fix invocations of gpg from Gnus 2020-04-03 14:29:49 +03:00
epg.el
expand.el
ezimage.el
face-remap.el
facemenu.el
faces.el Fix face spec handling for 'default' "terminal class" 2020-04-04 09:59:16 +03:00
ffap.el
filecache.el
fileloop.el Don't lose point during fileloop replace (Bug#38867) 2020-03-31 18:17:53 -04:00
filenotify.el
files-x.el
files.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
filesets.el
find-cmd.el
find-dired.el
find-file.el
find-lisp.el
finder.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
flow-ctrl.el
foldout.el
follow.el
font-core.el
font-lock.el
format-spec.el
format.el
forms.el
frame.el
frameset.el
fringe.el
generic-x.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
help-at-pt.el
help-fns.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
help-macro.el
help-mode.el
help.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
hex-util.el
hexl.el
hfy-cmap.el
hi-lock.el Fix hi-lock test and add new test for unhighlight (bug#40337) 2020-04-14 02:33:52 +03:00
hilit-chg.el
hippie-exp.el
hl-line.el
htmlfontify.el * lisp/htmlfontify.el: Use font-lock-ensure unconditionally 2020-04-15 00:23:32 -04:00
ibuf-ext.el
ibuf-macs.el
ibuffer.el
icomplete.el
ido.el
ielm.el
iimage.el
image-dired.el
image-file.el
image-mode.el
image.el
imenu.el Let imenu to work on the menu bar when its list is a single non-nested member. 2020-03-30 19:25:40 +00:00
indent.el
info-look.el
info-xref.el
info.el
informat.el
isearch.el Implement case-insensitivity in hi-lock (bug#40337) 2020-04-12 02:45:02 +03:00
isearchb.el
jit-lock.el Merge from origin/emacs-27 2020-04-11 07:50:12 -07:00
jka-cmpr-hook.el
jka-compr.el
json.el
jsonrpc.el
kermit.el
kmacro.el
ldefs-boot.el ; Auto-commit of loaddefs files. 2020-04-01 06:26:50 -07:00
linum.el
loadhist.el
loadup.el
locate.el
lpr.el
ls-lisp.el Improve the UI of 'list-timers' 2020-03-25 16:18:37 +02:00
macros.el
Makefile.in
makesum.el
man.el
master.el
mb-depth.el
md4.el
menu-bar.el
midnight.el
minibuf-eldef.el
minibuffer.el * lisp/minibuffer.el (minibuffer-completion-help): Use mainbuf (bug#39822) 2020-03-31 01:52:59 +03:00
misc.el
misearch.el
mouse-copy.el
mouse-drag.el
mouse.el Fix problems when dragging frames with the mouse 2020-04-06 09:46:24 +02:00
mpc.el
msb.el
mwheel.el
newcomment.el
notifications.el
novice.el
obarray.el
outline.el
paren.el
password-cache.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcmpl-x.el
pcomplete.el
pixel-scroll.el
plstore.el
printing.el
proced.el
profiler.el
ps-bdf.el
ps-def.el
ps-mule.el
ps-print.el
ps-samp.el
README
recentf.el
rect.el
register.el
registry.el
repeat.el
replace.el
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
rtree.el
ruler-mode.el
savehist.el
saveplace.el
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el
server.el
ses.el
shadowfile.el
shell.el
simple.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
skeleton.el
so-long.el
sort.el
soundex.el
speedbar.el
startup.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
strokes.el
subr.el Fix bootstrap compiler warnings about `read-library-name' 2020-04-12 22:41:32 +02:00
svg.el Don't add repeated xlmns:xlink declarations in svg-create 2020-03-24 05:31:27 +01:00
t-mouse.el
tab-bar.el
tab-line.el
tabify.el
talk.el
tar-mode.el
tempo.el
term.el
thingatpt.el
thread.el
thumbs.el
time-stamp.el
time.el
timezone.el
tmm.el
tool-bar.el
tooltip.el
tree-widget.el
tutorial.el
type-break.el
uniquify.el
userlock.el
vcursor.el
version.el
view.el
vt-control.el
vt100-led.el
w32-fns.el
w32-vars.el
wdired.el
whitespace.el
wid-browse.el
wid-edit.el
widget.el
windmove.el
window.el * lisp/window.el (display-buffer): Extend doc with body-function (bug#39822) 2020-04-03 00:50:19 +03:00
winner.el
woman.el
x-dnd.el
xdg.el
xml.el
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.