1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00
emacs/lisp
João Távora d55a455ec2 Eglot: prevent textDocument/diagnostic from being sent before didOpen
Set eglot--docver to -1 in LSP documents not yet 'didOpen'ed,
then add a check for this in the jsonrpc-connection-ready-p
predicate.

We do this because the call to eglot-flymake-backend may come in
so fast that textDocument/diagnostic actually makes it into the
jsonrpc queue before the didOpen.  Much like, say, completions
before didChange, some servers don't like that, understandibly.

So use the existing "deferred" mechanism checks to make sure, as
usual, that requests targetting a specific LSP document come
after the didOpen/didChange informing the server of the actual
state of the buffer.

I _could_ have used nil instead of -1, and it would probably be
cleaner.  But -1 is safer, we never know if a version comparison
won't slip outside the didOpen period.  Might change my mind
about this.

* lisp/progmodes/eglot.el (eglot--docver): Init to -1.
(eglot--managed-mode): Set eglot--docver to -1 when unmanaging.
(jsonrpc-connection-ready-p): Check eglot--docver non-negative.
(eglot--signal-textDocument/didClose): Set eglot--docver to -1.
2026-01-05 17:41:16 +00:00
..
calc ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
calendar ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cedet ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
emacs-lisp ; * lisp/emacs-lisp/inline.el (define-inline): Fix Info link (bug#80122). 2026-01-03 17:31:15 +02:00
emulation ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eshell ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
gnus ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
image Refill 'image-dired-display-image-buffer' 2026-01-03 13:22:01 +02:00
international ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
language ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
leim/quail ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mail Rmail: fix misplaced "D" after auto-file 2026-01-03 14:29:57 +02:00
mh-e ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
net Mitigate uutils coreutils problems in Tramp 2026-01-03 15:46:22 +01:00
nxml ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
obsolete ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
org ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
play ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
progmodes Eglot: prevent textDocument/diagnostic from being sent before didOpen 2026-01-05 17:41:16 +00:00
term Automatically enable xterm-mouse-mode in the foot terminal 2026-01-03 14:46:27 +02:00
textmodes ; Don't mark some symbols as links 2026-01-01 16:12:43 +01:00
url ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
use-package ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
abbrev.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
align.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
allout-widgets.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
allout.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ansi-color.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ansi-osc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
apropos.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
arc-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
array.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
auth-source-pass.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
auth-source.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
autoinsert.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
autorevert.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
avoid.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
battery.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
bind-key.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
bindings.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
bookmark.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
bs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
buff-menu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
button.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
calculator.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
case-table.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.1 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.2 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.3 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.4 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.5 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.6 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.7 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.8 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.9 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.10 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.11 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.12 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.13 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.14 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.15 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.16 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.17 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
char-fold.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
chistory.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cmuscheme.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
color.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
comint.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
completion-preview.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
completion.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
composite.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
COPYING
cus-dep.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cus-edit.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cus-face.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cus-start.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cus-theme.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
custom.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dabbrev.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
delim-col.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
delsel.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
descr-text.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
desktop.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dframe.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dired-aux.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dired-x.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dired.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dirtrack.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
disp-table.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
display-fill-column-indicator.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
display-line-numbers.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dnd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
doc-view.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dom.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dos-fns.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dos-vars.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dos-w32.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
double.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dynamic-setting.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebuff-menu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ecomplete.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
editorconfig-conf-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
editorconfig-core-handle.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
editorconfig-core.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
editorconfig-fnmatch.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
editorconfig-tools.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
editorconfig.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
edmacro.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ehelp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
elec-pair.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
electric.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
elide-head.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
emacs-lock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
env.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epa-dired.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epa-file.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epa-hook.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epa-ks.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epa-mail.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epa.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epg-config.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
epg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
expand.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
external-completion.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ezimage.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
face-remap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
facemenu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
faces.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ffap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
filecache.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
fileloop.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
filenotify.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
files-x.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
files.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
filesets.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
find-cmd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
find-dired.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
find-file.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
find-lisp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
finder.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
flow-ctrl.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
foldout.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
follow.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
font-core.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
font-lock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
format-spec.el ; * lisp/format-spec.el (format-spec): Doc fix. (Bug#80078) 2026-01-03 14:21:19 +02:00
format.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
forms.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
frame.el Fix typo in 'set-frame-size-and-position' 2026-01-05 18:30:10 +01:00
frameset.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
fringe.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
generic-x.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
help-at-pt.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
help-fns.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
help-macro.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
help-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
help.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hex-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hexl.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hfy-cmap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hi-lock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hilit-chg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hippie-exp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hl-line.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
htmlfontify.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ibuf-ext.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ibuf-macs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ibuffer.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
icomplete.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ido.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ielm.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
iimage.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
image-file.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
image-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
image.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
imenu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
indent-aux.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
indent.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
info-look.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
info-xref.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
info.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
informat.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
isearch.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
isearchb.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
jit-lock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
jka-cmpr-hook.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
jka-compr.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
json.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
jsonrpc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
keymap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
kmacro.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ldefs-boot.el ; Update ldefs-boot.el. 2025-12-28 16:10:44 +00:00
loadhist.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
loadup.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
locate.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
lpr.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ls-lisp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
macros.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
Makefile.in ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
man.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
master.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mb-depth.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
md4.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
menu-bar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
midnight.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
minibuf-eldef.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
minibuffer.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
misc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
misearch.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mouse-copy.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mouse-drag.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mouse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mpc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
msb.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mwheel.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
newcomment.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
notifications.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
novice.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
obarray.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
outline.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
paren.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
password-cache.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-cvs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-git.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-gnu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-linux.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-rpm.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-unix.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcmpl-x.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcomplete.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pgtk-dnd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pixel-scroll.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
plstore.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
printing.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
proced.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
profiler.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ps-bdf.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ps-mule.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ps-print.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ps-samp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pulse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
README
recentf.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rect.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
register.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
registry.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
repeat.el repeat: handle non-character keys with hint strings 2026-01-04 18:56:19 -05:00
replace.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
reposition.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
reveal.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rfn-eshadow.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ring-bell-fns.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rot13.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rtree.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ruler-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
savehist.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
saveplace.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
scroll-all.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
scroll-bar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
scroll-lock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
select.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
send-to.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
server.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ses.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
shadowfile.el Set `lexical-binding' buffer-local in shadowfile.el 2026-01-03 09:23:49 +01:00
shell.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
simple.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
skeleton.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
so-long.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sort.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
soundex.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
speedbar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sqlite-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sqlite.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
startup.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
strokes.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
subr.el Make string-trim faster 2026-01-02 19:09:54 +01:00
svg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
system-taskbar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
t-mouse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tab-bar.el Support the reusable-frames' value 0 for display-buffer-in-tab' 2026-01-03 14:09:28 +13:00
tab-line.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tabify.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
talk.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tar-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tempo.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
term.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
thingatpt.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
thread.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
time-stamp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
time.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
timezone.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tmm.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tool-bar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tooltip.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
touch-screen.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
transient.el Update to Transient v0.12.0-15-gfe5214e6 2026-01-04 17:52:30 +01:00
tree-widget.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
treesit-x.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
treesit.el Compile queries in treesit-f-l-recompute-features (bug#80108) 2026-01-01 23:21:27 -08:00
tty-tip.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tutorial.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
type-break.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
uniquify.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
userlock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vcursor.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
version.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
view.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
visual-wrap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
w32-fns.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
w32-vars.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
wdired.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
which-key.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
whitespace.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
wid-browse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
wid-edit.el Make tty default face show the face widget in customize 2026-01-03 13:55:19 +02:00
widget.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
windmove.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
window-tool-bar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
window-x.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
window.el ; * lisp/window.el (display-buffer): Fix quotation. 2026-01-03 11:13:46 +02:00
winner.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
woman.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
x-dnd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xdg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xml.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xt-mouse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xwidget.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
yank-media.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00

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.