SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

UnicodeProgressReporter

Overview

Progress reporter with fancy characters.

unicode-progress-reporter

This is a trivial modification to Emacs’ built-in progress reporter to display spinners using unicode characters.

To use unicode-progress-reporter, place the unicode-progress-reporter.el library somewhere Emacs can find it, and add the following to your ~/.emacs file:

	(require 'unicode-progress-reporter)
	(unicode-progress-reporter-setup)

See Also

	M-x customize-group RET unicode-progress-reporter RET
	(unicode-progress-reporter-test)

Notes

Redefines ‘progress-reporter-do-update’.

Alters private variable ‘progress-reporter--pulse-characters’.

Availability

unicode-progress-reporter.el is available at github:

https://github.com/rolandwalker/unicode-progress-reporter

and via EmacsWiki:

Lisp:unicode-progress-reporter.el

Compatibility and Requirements

Tested only on GNU Emacs version 24.1

Requires UcsUtils


CategoryFaces