Variable: newsticker-hide-old-items-in-echo-area
newsticker-hide-old-items-in-echo-area is a customizable variable
defined in newst-ticker.el.gz.
Value
t
Documentation
Decides whether to show only the newest news items in the ticker.
If t the echo area will show only new items, i.e. only items which have been added between the last two retrievals.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-ticker.el.gz
(defcustom newsticker-hide-old-items-in-echo-area
t
"Decides whether to show only the newest news items in the ticker.
If t the echo area will show only new items, i.e. only items which have
been added between the last two retrievals."
:type 'boolean
:set #'newsticker--set-customvar-ticker
:group 'newsticker-ticker)