-->

buffer-time-stamp.el

Description

Package to display buffer time stamps in the mode line.

These are not persistent (do not survive kill-buffer), and do not alter the buffer contents in any way (cf, time-stamp.el). As such, they may be most useful for buffers that are not associated with files (e.g., compilation/process output).

Features

Compatibility

Customisation

Time stamp format used for `buffer-time-stamp'.
If a string, the value is passed to `format-time-string'. If a
function, this is evaluated, and should return a string. If nil,
`current-time-string' is used.

Source

Available at https://alioth.debian.org/projects/mph-emacs-pkgs/.

Screenshot

buffer-time-stamp

This is with:

(setq buffer-time-stamp-format "%h %d %H:%M:%S")

WelcomePage