Files
emacs/lisp
Stefan Monnier f986e5a897 cursor-sensor.el: Partial fix for bug#80255
This provides limited support for window-specific overlay properties.
To complete it, we still need to add support for it to
`next/previous-single-char-property-change`.

* lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--intangible-p):
Add `window` argument.
(cursor-sensor-tangible-pos, cursor-sensor--detect):
Pass `window` argument to the functions
looking for overlay properties.
2026-03-20 23:18:29 -04:00
..
2026-03-17 18:32:40 -04:00
2026-02-05 10:56:51 +02:00
2026-02-22 17:02:34 +01:00
2026-03-10 10:48:21 -04:00
2026-03-11 16:05:04 -04:00
2026-02-11 15:53:09 -05:00
2026-03-02 22:11:51 +01:00
2026-02-02 17:42:40 -05:00
2026-03-10 10:48:21 -04:00
2026-03-14 09:04:32 -04:00
2026-03-10 10:48:21 -04:00
2026-03-10 10:48:21 -04:00
2026-03-10 10:48:21 -04: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.