Files
emacs/lisp
João Távora 0262e3e158 Flymake: Experimental 'fancy' flymake-show-diagnostics-at-end-of-line
* doc/misc/flymake.texi (Customizable variables): Describe new
flymake-show-diagnostics-at-end-of-line.

* etc/NEWS: Mention 'flymake-show-diagnostics-at-end-of-line'.

* lisp/progmodes/flymake.el
(flymake-show-diagnostics-at-end-of-line): Update docstring.

* lisp/progmodes/flymake.el (flymake--eol-overlay-summary):
Rework.  Move to separate section.
(flymake--update-eol-overlays): Rework.  Use 'display'.  Move to
separate section.
(flymake--eol-draw-fancy-1, flymake--eol-draw-fancy): New helpers.
(flymake-end-of-line-diagnostics-face): Remove box.
2025-04-27 13:03:19 +01:00
..
2025-04-18 16:26:23 -07:00
2025-04-26 17:05:16 +03:00
2025-04-27 12:30:41 +08:00
2025-04-11 10:02:54 +08:00
2025-04-18 16:26:23 -07:00
2025-04-11 10:02:54 +08:00
2025-04-18 16:26:22 -07:00
2025-04-26 17:30:20 +03:00
2025-04-10 08:04:08 -04:00
2025-04-22 08:45:34 +02:00
2025-04-13 12:39:13 +03:00
2025-04-26 10:57:33 -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.