Author: Nikolaj SchumacherNikolaj Schumacher Date: Jul 16, 2008 13:59
A bunch of modes (e.g. Eldoc) exist that display information about the
cursor position in the echo area. Unfortunately, these modes will often
fight for the echo area and there is no way to specify a priority.
echo-pick aims to provide a way to prioritize these messages, or even to
display multiple messages at once.
regards,
Nikolaj Schumacher
;;; echo-pick.el --- filter for echo area status messages
;;
;; Copyright (C) 2008 Nikolaj Schumacher
;;
;; Author: Nikolaj Schumacher
;; Version: 0.1
;; Keywords: convenience
;; URL...
|