emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 57cc85f058: Add NEWS entry for osc.el (bug#57821)


From: Lars Ingebrigtsen
Subject: master 57cc85f058: Add NEWS entry for osc.el (bug#57821)
Date: Sun, 18 Sep 2022 09:46:54 -0400 (EDT)

branch: master
commit 57cc85f05865e24c23bf2a05c5873c42961ca20f
Author: Matthias Meulien <orontee@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add NEWS entry for osc.el (bug#57821)
---
 etc/NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index effd02fead..88d00d9474 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2435,6 +2435,18 @@ Enabling this minor mode turns on hiding header 
material, like
 'elide-head' does; disabling it shows the header.  The commands
 'elide-head' and 'elide-head-show' are now obsolete.
 
+*** New package 'osc'.
+Support for OSC ("Operating System Command") espace sequences has been
+extracted from 'comint.el' in order to provide interpretation of OSC
+escape sequences in compilation buffers.
+
+Adding the new function 'osc-compilation-filter' to
+'compilation-filter-hook' enables interpretation of OSC ("Operating
+System Command") escape sequences in compilation buffers. By default,
+all sequences are filtered out.
+
+A handler for OSC 2, the command to set a window title, is provided.
+
 +++
 *** New user option 'project-vc-include-untracked'.
 If non-nil, files untracked by a VCS are considered to be part of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]