]> git.eshelyaron.com Git - emacs.git/commit
New pulse functions for pulse faces and new file for ring bell fns
authorElías Gabriel Pérez <eg642616@gmail.com>
Thu, 10 Apr 2025 17:38:21 +0000 (11:38 -0600)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 May 2025 20:52:32 +0000 (22:52 +0200)
commit47f6d9103515e456406047ff73b32f5d4c66f2c3
treeea8d1f1b1f68b31d37761dcdf8916e0b7cbabe8d
parent0cf450c1ad45cdda602cb78730ed0658687bac3a
New pulse functions for pulse faces and new file for ring bell fns

These new pulse functions allow pulse any defined face briefly.
The new file contains functions intended to be used in
`ring-bell-function' as alternatives to `visible-bell'.
* lisp/pulse.el (pulse-face-duration): New user option.
(pulse-flash-face): New function.
* lisp/ring-bell-fns.el (flash-face-attributes)
(flash-face-faces): New user options.
(flash-face-bell-function, flash-echo-area-bell-function):
New functions.  (bug#77715)

* etc/NEWS: Announce changes

(cherry picked from commit b25139a5322ae809fe32d91d55e2212cc91b1b38)
lisp/pulse.el
lisp/ring-bell-fns.el [new file with mode: 0644]