emacs/lisp
Yuan Fu c5925b6ba5
Fix heex-ts-mode indentation following previews elixir-mode change
After the previous fix in elixir-ts-mode (0fd259d166), embedded heex
code are indented like this:

1 defmodule Foo do
2   def foo(assigns) do
3     ~H"""
4 <span>
5   text
6 </span>
7     """
8   end
9 end

The indent rule finds the beginning of the parent heex node, and uses
the indentation of that line as anchor with an offset of 0.  Previously
the parent heex node (fragment) starts at EOL of line 3; after the
previous commit, it now starts at BOL of line 4.  To fix the
indentation, I changed the anchor to the beginning of the elixir
(rather than heex) node at point, which is at EOL at line 3.

* lisp/progmodes/heex-ts-mode.el (heex-ts--indent-rules): Use the elixir
node that contains the heex code as the anchor, instead of the heex root
node.
2024-09-10 20:07:20 -07:00
..
calc Work around Gnuplot bug in displaying plots 2024-08-31 12:58:39 +03:00
calendar Improve documentation of time-parsing functions 2024-08-14 11:35:48 +03:00
cedet Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
emacs-lisp Clarify the semantics of 'string-pixel-width' 2024-09-09 14:28:12 +03:00
emulation Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
erc ; Grammar fixes 2024-08-12 08:10:36 +08:00
eshell Support "/dev/null" as a target when creating Eshell handles 2024-08-29 21:51:25 -07:00
gnus Checkdoc fixes in gnus/*.el 2024-07-08 17:10:40 +02:00
image ; Improve diagnostics in Image Dired 2024-06-02 14:14:10 +03:00
international Also condition cjk-misc font-spec on Android 2024-08-05 09:34:17 +08:00
language ; Fix typos 2024-07-18 11:46:50 +02:00
leim/quail Improve support for entering quotation marks 2024-06-03 13:23:44 +02:00
mail Fix Rmail base64 and qp decoding of MIME payloads 2024-09-02 17:14:29 +03:00
mh-e Checkdoc fixes in mh-e/*.el 2024-07-08 17:39:51 +02:00
net * lisp/net/tramp-integration.el (shortdoc): Use `tramp--with-startup'. 2024-08-06 20:25:20 +02:00
nxml Don't produce invalid XML with multi-line commenting style 2024-07-25 10:48:03 +02:00
obsolete ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
org Update to Org 9.7.11 2024-09-01 17:51:22 -04:00
play * lisp/play/doctor.el: Add a few more word meanings. 2024-05-19 01:15:20 +02:00
progmodes Fix heex-ts-mode indentation following previews elixir-mode change 2024-09-10 20:07:20 -07:00
term Checkdoc fixes in term/*.el 2024-07-08 17:47:21 +02:00
textmodes Update FSF's address 2024-09-02 21:02:09 +02:00
url Checkdoc fixes in url/*.el 2024-07-08 17:49:14 +02:00
use-package Fix :hook in 'use-package' 2024-09-04 20:43:25 +03:00
vc Fix a typo in ediff-init.el 2024-09-07 12:41:29 +03:00
abbrev.el Add obarray-clear and use it 2024-02-23 13:02:27 +01:00
align.el ; * lisp/align.el: Remove unnecessary :group keywords. (bug#70262) 2024-04-08 14:21:15 +02:00
allout-widgets.el Checkdoc fixes in allout-widgets.el 2024-07-18 09:50:01 +02:00
allout.el Pacify some docstring control char warnings 2024-02-28 17:04:20 +01:00
ansi-color.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
ansi-osc.el Downcase host names in ansi-osc.el to match URL parsing behavior 2024-01-27 12:30:55 +02:00
apropos.el Fix 'apropos-library' for 'define-symbol-props' 2024-08-17 12:43:33 +03:00
arc-mode.el Fix visiting zip archives inside tar archives 2024-05-20 15:29:39 +03:00
array.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
auth-source-pass.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
auth-source.el Merge from origin/emacs-29 2024-06-22 08:23:18 -04:00
autoinsert.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
autorevert.el Fix killing indirect buffers under auto-revert-mode 2024-06-08 20:43:55 +03:00
avoid.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
battery.el Minor adjustments to battery.el on Android 2024-06-16 15:28:54 +08:00
bind-key.el (help-fns-function-name): New function 2024-03-21 19:40:20 -04:00
bindings.el Minor revisions to Android key bindings 2024-06-10 15:39:57 +08:00
bookmark.el (bookmark--jump-via): Ensure 'window-point' is set correctly 2024-06-17 16:48:43 +02:00
bs.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
buff-menu.el * lisp/buff-menu.el: Support a function value of Buffer-menu-group-by. 2024-06-09 21:18:28 +03:00
button.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
calculator.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
case-table.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cdl.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.1 ; Fix typos 2024-06-23 16:40:06 +02:00
ChangeLog.2 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.3 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.4 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.5 ; Fix typos 2024-07-18 11:46:50 +02:00
ChangeLog.6 ; Fix typos 2024-07-18 11:46:50 +02:00
ChangeLog.7 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.8 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.9 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.10 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.11 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.12 ; Fix typos 2024-07-18 11:46:50 +02:00
ChangeLog.13 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.14 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.15 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.16 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.17 ; Fix typos 2024-07-18 11:46:50 +02:00
char-fold.el Avoid defconst for vars which we modify 2024-01-04 18:44:43 -05:00
chistory.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cmuscheme.el Suppress warnings for obsolete display-comint-buffer-action (bug#69983) 2024-04-25 20:34:28 +03:00
color.el ; * lisp/color.el (color-oklab-to-xyz): Doc fix. 2024-05-19 11:23:19 +03:00
comint.el ; Avoid byte-compiler warning in comint.el 2024-06-21 08:50:55 +03:00
completion-preview.el New user option 'completion-preview-idle-delay' 2024-06-05 12:10:02 +02:00
completion.el ; Fix typos 2024-07-18 11:46:50 +02:00
composite.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
COPYING
cus-dep.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cus-edit.el New branch emacs-30 2024-06-23 06:48:54 -04:00
cus-face.el Add support for colored and styled underlines on tty frames 2024-04-27 11:59:15 +03:00
cus-start.el Maintain relationship between tool bar image and default font width 2024-06-03 16:36:29 +08:00
cus-theme.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
custom.el Change 'type' declaration to 'ftype' 2024-05-14 11:17:25 +02:00
dabbrev.el Avoid rare errors in dabbrev.el 2024-05-25 10:33:07 +03:00
delim-col.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
delsel.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
descr-text.el Speed up describe-char when a property has a large value 2024-03-21 12:28:54 -04:00
desktop.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
dframe.el Improve treatment of aborted touch events in Speedbar and elsewhere 2024-04-09 10:39:36 +08:00
dired-aux.el ; Fix defcustoms in dired-aux.el 2024-06-12 10:19:32 +03:00
dired-x.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
dired.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
dirtrack.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
disp-table.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
display-fill-column-indicator.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
display-line-numbers.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dnd.el Merge from origin/emacs-29 2024-04-20 07:36:02 -04:00
doc-view.el Correct display of Doc View documents after tab switching 2024-07-29 09:19:48 +08:00
dom.el ; Use HTML entities for reserved characters in 'dom-print' 2024-01-20 11:40:22 +02:00
dos-fns.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dos-vars.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dos-w32.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
double.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dynamic-setting.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ebuff-menu.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
echistory.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ecomplete.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
editorconfig-conf-mode.el Add missing builtin package declarations 2024-06-24 20:34:53 +02:00
editorconfig-core-handle.el editorconfig-core-handle.el: Fix regressions in fnmatch handling 2024-07-08 17:09:31 -04:00
editorconfig-core.el Add missing builtin package declarations 2024-06-24 20:34:53 +02:00
editorconfig-fnmatch.el Add missing builtin package declarations 2024-06-24 20:34:53 +02:00
editorconfig-tools.el Add missing builtin package declarations 2024-06-24 20:34:53 +02:00
editorconfig.el ; * lisp/editorconfig.el (editorconfig-indentation-alist): Fix :type. 2024-06-22 19:39:37 +03:00
edmacro.el Merge branch 'mouse-wheel-buttons' 2024-04-09 10:28:05 -04:00
ehelp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
elec-pair.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
electric.el Add common pairs to defcustom for electric-quote-chars 2024-06-03 14:42:20 +02:00
elide-head.el Update FSF's address 2024-09-02 21:02:09 +02:00
emacs-lock.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
env.el Change 'type' declaration to 'ftype' 2024-05-14 11:17:25 +02:00
epa-dired.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
epa-file.el Fix encoding of text when saving a gpg-encoded file 2024-05-25 09:12:42 +03:00
epa-hook.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
epa-ks.el ; * admin/MAINTAINERS: Note what I maintain 2024-07-27 11:01:36 +02:00
epa-mail.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
epa.el ; Fix last change 2024-02-17 11:31:20 +02:00
epg-config.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
epg.el * lisp/epg.el (epg--start): Don't convert EOL on encoding (bug#72542). 2024-08-10 10:54:18 +03:00
expand.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
external-completion.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
ezimage.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
face-remap.el ; * lisp/face-remap.el (text-scale-adjust): Doc fix. 2024-05-21 15:40:51 +03:00
facemenu.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
faces.el bytecomp.el: Rewrite the way we print dynamic docstrings 2024-02-02 13:07:53 -05:00
ffap.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
filecache.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
fileloop.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
filenotify.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
files-x.el Handle local default directory in connection-local-value 2024-01-07 12:39:47 +01:00
files.el * lisp/files.el (require-with-check): Improve error messages. 2024-08-15 16:28:07 +00:00
filesets.el Merge from origin/emacs-29 2024-06-01 08:34:43 -04:00
find-cmd.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
find-dired.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
find-file.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
find-lisp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
finder.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
flow-ctrl.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
foldout.el ; Fix typos 2024-07-18 11:46:50 +02:00
follow.el * lisp/follow.el: Put property 'isearch-scroll' on 'follow-recenter'. 2024-03-07 09:56:02 +02:00
font-core.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
font-lock.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
format-spec.el Clarify description of format-spec truncation 2024-03-21 10:43:17 +01:00
format.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
forms.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
frame.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
frameset.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
fringe.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
generic-x.el Fix fontification of cgroup2 in fstab (bug#68367) 2024-01-10 16:24:53 +01:00
help-at-pt.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
help-fns.el Revert "* lisp/help-fns.el (help-definition-prefixes): Don't delete the hashtable" 2024-08-31 12:51:59 +03:00
help-macro.el * lisp/help-macro.el: Add 'help-for-help-use-variable-pitch' option. 2024-08-08 13:30:55 +03:00
help-mode.el Fix 'help-view-source' for variables defined in C 2024-05-23 22:14:14 +02:00
help.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
hex-util.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
hexl.el * lisp/hexl.el (hexl-mode): Fix doc string (bug#70163). 2024-04-05 08:45:44 +03:00
hfy-cmap.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
hi-lock.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
hilit-chg.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
hippie-exp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
hl-line.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
htmlfontify.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
ibuf-ext.el ; Fix 'ibuffer-do-isearch{-regexp}' 2024-07-12 11:05:56 +02:00
ibuf-macs.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ibuffer.el ; * lisp/ibuffer.el (ibuffer-mode): Doc fix. 2024-07-04 10:59:45 +03:00
icomplete.el ; Fix Icomplete error during candidate highlighting 2024-06-14 19:49:21 +02:00
ido.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ielm.el Add support for reading/writing IELM input history (bug#67000) 2024-02-15 08:46:28 +01:00
iimage.el New property 'context-menu-functions' (bug#62250) 2024-03-05 18:50:51 +02:00
image-file.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
image-mode.el * lisp/image-mode.el (image-transform-fill-window): New command (bug#69565). 2024-05-28 19:51:21 +03:00
image.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
imenu.el * lisp/imenu.el (imenu-flatten): Fix doc about annotation/group limitations. 2024-08-07 19:44:43 +03:00
indent-aux.el ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
indent.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
info-look.el Check for doc-spec-function early, in interactive invocation 2024-06-08 15:23:39 +03:00
info-xref.el * lisp/info-xref.el (info-xref-subfile-p): Avoid false positives. (Bug#68428) 2024-01-15 16:55:27 +01:00
info.el Honor 'Info-additional-directory-list' in 'C-h R' completion 2024-06-15 18:48:34 +02:00
informat.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
isearch.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
isearchb.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
jit-lock.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
jka-cmpr-hook.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
jka-compr.el Unconditionally prefer built-in decompression functions on Android 2024-06-14 15:12:05 +08:00
json.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
jsonrpc.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
kermit.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
keymap.el Improve key binding documentation. 2024-06-03 15:06:02 +02:00
kmacro.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
ldefs-boot.el * lisp/ldefs-boot.el: Update. 2024-09-10 23:39:34 +02:00
loadhist.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
loadup.el Amend last change 2024-06-09 20:40:59 +08:00
locate.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
lpr.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ls-lisp.el Reset ls-lisp-use-string-collate when ls-lisp-emulation changes 2024-06-24 14:39:03 +02:00
macros.el doc: Delete extraneous quotes around keys 2024-01-21 14:09:34 +01:00
Makefile.in Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
man.el * lisp/man.el (Man-getpage-in-background): Don't set buffer before display. 2024-05-31 09:25:52 +03:00
master.el * lisp/master.el (master-says): Check nil argument (bug#70230). 2024-04-07 09:15:21 +03:00
mb-depth.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
md4.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
menu-bar.el ; * lisp/menu-bar.el (kill-this-buffer): Another doc fix (bug#71510). 2024-06-12 15:21:27 +03:00
midnight.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
minibuf-eldef.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
minibuffer.el lisp/minibuffer.el (completion--sifn-requote): Fix bug#72176 2024-07-25 08:39:38 -04:00
misc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
misearch.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
mouse-copy.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
mouse-drag.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
mouse.el (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel events 2024-04-09 10:26:07 -04:00
mpc.el Fix volume refresh bug in mpc 2024-02-10 10:22:40 +02:00
msb.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
mwheel.el (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel events 2024-04-09 10:26:07 -04:00
newcomment.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
notifications.el Merge from origin/emacs-29 2024-01-27 08:14:31 -05:00
novice.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
obarray.el ; Fix some wording in recent obarray changes. 2024-02-29 16:25:26 +01:00
outline.el * lisp/outline.el: Make revert-related functions internal. 2024-06-17 19:40:00 +03:00
paren.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
password-cache.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pcmpl-cvs.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pcmpl-git.el Add file completion for "git blame" to pcomplete 2024-01-04 22:04:29 +01:00
pcmpl-gnu.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
pcmpl-linux.el Avoid defconst for vars which we modify 2024-01-04 18:44:43 -05:00
pcmpl-rpm.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pcmpl-unix.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
pcmpl-x.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pcomplete.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
pgtk-dnd.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
pixel-scroll.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
plstore.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
printing.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
proced.el Allow for auto updating only visible proced buffers (bug#69784) 2024-03-28 11:46:19 +02:00
profiler.el Further fix of reading and writing profiler data 2024-08-17 20:48:05 +03:00
ps-bdf.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ps-mule.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ps-print.el Remove more references to Windows 95 2024-06-20 13:30:11 +02:00
ps-samp.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
README
recentf.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
rect.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
register.el Improve register-use-preview docstring 2024-07-20 02:42:08 +02:00
registry.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
repeat.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
replace.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
reposition.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
reveal.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
rfn-eshadow.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
rot13.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
rtree.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ruler-mode.el (ruler-mode-ruler): Minor optimization 2024-05-04 12:06:16 -04:00
savehist.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
saveplace.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
scroll-all.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
scroll-bar.el ; Fix doc strings of two scroll-bar functions. 2024-05-11 08:29:22 +03:00
scroll-lock.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
select.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
server.el Fix bug in server.el introduced by 0d7d835902 2024-07-25 17:44:02 +02:00
ses.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
shadowfile.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
shell.el Fix infloop in 'shell-resync-dirs' 2024-07-12 09:58:53 +03:00
simple.el ; * lisp/simple.el (use-region-beginning, use-region-end): Doc fix. 2024-08-29 12:33:30 +03:00
skeleton.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
so-long.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
sort.el Remove sort-on (bug#69709) 2024-03-29 11:39:38 +01:00
soundex.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
speedbar.el Disable tab-bar by default in Speedbar frames 2024-04-09 10:39:36 +08:00
sqlite-mode.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
sqlite.el Fix 'with-sqlite-transaction' 2024-03-11 15:23:55 +02:00
startup.el Fix emacs --geometry flag on macOS 2024-06-21 20:07:50 +02:00
strokes.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
subr.el ; Fix documentation of secure-hash functions 2024-08-19 17:51:50 +03:00
svg.el Avoid inserting extra space in SVG data 2024-08-04 10:47:16 +03:00
t-mouse.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tab-bar.el ; Improve doc strings of 'tab-bar-mode' and 'tab-line-mode' 2024-09-05 22:09:40 +03:00
tab-line.el ; Improve doc strings of 'tab-bar-mode' and 'tab-line-mode' 2024-09-05 22:09:40 +03:00
tabify.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
talk.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tar-mode.el Fix visiting zip archives inside tar archives 2024-05-20 15:29:39 +03:00
tempo.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
term.el Miscellaneous checkdoc fixes 2024-07-20 02:42:08 +02:00
thingatpt.el ; * lisp/thingatpt.el (sexp-at-point): Doc fix (bug#71777). 2024-06-29 15:22:38 +03:00
thread.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
time-stamp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
time.el Merge from origin/emacs-29 2024-04-13 07:37:13 -04:00
timezone.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tmm.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tool-bar.el Small followup change 2024-06-03 20:39:41 +08:00
tooltip.el Fix 'dictionary-tooltip-mode' 2024-05-10 15:56:30 +03:00
touch-screen.el ; * lisp/touch-screen.el: Correct commentary. 2024-08-03 08:14:59 +08:00
transient.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
tree-widget.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
treesit.el More consistent treesit-forward-sexp around comments (bug#72525) 2024-08-26 19:45:33 -07:00
tutorial.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
type-break.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
uniquify.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
userlock.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
vcursor.el Pacify some docstring control char warnings 2024-02-28 17:04:20 +01:00
version.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
view.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
visual-wrap.el Introduce a global variant of visual-wrap-prefix-mode 2024-02-01 16:08:47 +08:00
w32-fns.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
w32-vars.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
wdired.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
which-key.el ; * lisp/which-key.el: Fix ':package-version' (bug#73072). 2024-09-06 19:02:50 +03:00
whitespace.el Fix handling of glyph codes in whitespace.el 2024-04-24 10:02:22 +03:00
wid-browse.el Speed up describe-char when a property has a large value 2024-03-21 12:28:54 -04:00
wid-edit.el Fix regressions in Customize caused by 'widget-unselected' face 2024-08-04 10:47:46 +03:00
widget.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
windmove.el doc: Delete extraneous quotes around keys 2024-01-21 14:09:34 +01:00
window-tool-bar.el Add documentation for window-tool-bar package 2024-06-09 15:21:34 +03:00
window.el Fix some function type declaration 2024-07-24 15:19:13 +02:00
winner.el ; Fix typos 2024-07-18 11:46:50 +02:00
woman.el Capitalize "Dired" and "Lisp" in docstrings 2024-07-10 00:36:19 +02:00
x-dnd.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
xdg.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xml.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
xt-mouse.el Merge branch 'mouse-wheel-buttons' 2024-04-09 10:28:05 -04:00
xwidget.el xwidget: Fix xwidget-at misinterpreting non-xwidget text-properties 2024-08-29 15:11:55 +03:00
yank-media.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08: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.