-
Notifications
You must be signed in to change notification settings - Fork 51
Tracking
jorgenschaefer edited this page Mar 4, 2013
·
3 revisions
tracking.el
provides a way for different modes to notify the user
that a buffer needs attention. Lui (and Circe) use this for buffers
that had activity. The user then can cycle through them using
C-c C-SPC
.
Using a single library means many different modes and coexist happily with a single user interface.
The string variable tracking-mode-line-buffers
should be added to your mode line to show which IRC channels have seen updates. This happens by default, but if you heavily customize your mode line, you might lose it.
The interface functions are:
-
tracking-mode
, a global minor mode that should be enabled whentracking.el
is used at all. -
tracking-add-buffer
, a function to mark a buffer as needing attention.